A minimial template to quick start a DokuWiki
Compatible with DokuWiki
See more screenshots here
Search and install the template using the Extension Manager. Refer to Template on how to install a template manually.
Setting | Description | Values |
---|---|---|
fullWidthSite | Make the site full width | Boolean. If not checked, the Template Style __site_width__ variable will be used to set the width. |
showPageInfo | Whether to show page info at the bottom | Boolean |
siteHeaderPosition | Position of the site header which contains :header and Breadcrumbs. | 'Top' positions it just after navbar and before sidebar. 'Above page' positions it before page heading (beside sidebar) |
siteFooterPosition | Position of the site footer | 'Bottom' positions it at the end. 'After page' positions it after the page |
showToc | Show table of content on page | Boolean |
stickyToc | Make the TOC sticky on scrolling | Boolean |
hideTools | Hide tools for guest users (non-logged in users) | Boolean |
theme | Options for Selecting theme | Dark and Terminal themes are available |
Further customization can be done using Template Style Settings. Some of the available customizations are:
This template provides useful classes for using with Wrap plugin.
A box can be created using the box
class. You can also use colored boxed by adding the color class to the box.
Available color classes: red, blue, green, yellow, pink, purple, white.
<WRAP box green> This is a box </WRAP>
Example output:
You can make the boxes float left or right. To make a box float add side
class to the box. By default, it will float to the right, but if you add left
class, it will float to the left.
The width of the side box also be configured in the Template Style Settings.
Example:
Please add the URL of your site below if it is using this template:
The source code of the template is available at GitHub: https://github.com/reactivematter/dokuwiki-template-minimal.
Discussion and comments on the template may be made at https://forum.dokuwiki.org/d/22619-new-template-minimal