Table of Contents

Minimalism Template

Compatible with DokuWiki

Anteater

template A minimal and clear looking theme for DokuWiki, focused on sharing your content

Last updated on
2009-10-28

The missing download url means that this extension cannot be installed via the Extension Manager. Please see Publishing a Plugin on dokuwiki.org. Recommended are public repository hosts like GitHub, GitLab or Bitbucket.

This extension has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues.

Tagged with minimal, simple

By Zinn

Download and Install

Use the following URL to download this template:

Refer to template on how to install and use templates in DokuWiki.

Features

This template comes with an easy to use link items builder for header and footer. It supports the syntax for internal and external links by following your global config:target rules.

Additionally the following markers will be replaced:

Input Output
(c) ©
%YEAR% Current year (4 digits)

Configuration

Available template options:

If you don´t need a feature, just leave that line blank.

Customizing

If you wish to customize some style parts, just create styles/additional.css1) and overwrite the style sheet elements you like.

This template has already predefined styles for the popular tag, cloud, blog and discussion plugin. See styles/plugins.css for further details.

Search Box Problem in Wide Screens

I found that the Search box gets put in an awkward position in wide browser windows, due to the elastic template. I added the following CSS to my “additional.css” to make the template fixed-width, center it, and set the background off a bit:

body {
	background-color: #CCCCCC;

}

.min-wrapper {
	background: #FFFFFF;
	margin: 0 auto;
	padding: 20px 40px 50px 40px;
	width: 720px;
	
}

Hope that helps someone. –Marc Carson (Thanks for the great template! Love the search functionality)

I had to create an styles/additonal.css and add the following to make the search look right.

.min-search {
        clear:both;
}

– Chris Brinker

Changelog

Issue Reporting

.min-wrapper{	margin:5px 30px 10px 30px; width:auto;	}
.min-crumbs{	display:none;	}
.min-content pre{	overflow-x:auto; white-space:pre-wrap; word-wrap:break-word;	}
<link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
1)
This file will not touched on updates