DokuWiki

It's better when it's simple

User Tools

Site Tools


template:minimalism

This is an old revision of the document!


Minimalism template

Compatible with DokuWiki

2009-02-14b,

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:

  • Breadcrumbs mode - trace or youarehere
  • Header line - [[about|About me]] · [[misc|Miscellaneous]]
  • Footer line - (c) %YEAR% · [[imprint|Imprint]] · [[http://dokuwiki.org|DokuWiki]]

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

  • 2009/09/24 - Initial version

Issue Reporting

  • Setting “tpl»minimalism»header-line” cannot handle Chinese Characters, report by Ryan
  • Setting “tpl»minimalism»header-line” cannot handle dash character (ie : “test” works but not “test-a”), reported by Owen
  • Not compatible with current version of Dokuwiki, specifically wysisyg editor
  • The main.php probably needs the following line since it seems it can't handle the favicon:
     <link rel="shortcut icon" href="<?php echo DOKU_TPL?>images/favicon.ico" />
  
1)
This file will not touched on updates
template/minimalism.1306658302.txt.gz · Last modified: 2011-05-29 10:38 by 79.166.101.7

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki