diff options
author | Joey Hess <joey@kitenet.net> | 2011-02-01 21:08:32 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-02-01 21:08:32 -0400 |
commit | 9ed779b746de86b92a1c08f1b2b4196d42149e55 (patch) | |
tree | d7e93ffb8574c8c396971bda2db8b4fb28e55249 /doc/plugins | |
parent | b752e7fec4d2bdd788a70722455018245900126b (diff) | |
parent | 148d18b04276474027a8e0eb537616b55c8103dc (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/theme/discussion.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/plugins/theme/discussion.mdwn b/doc/plugins/theme/discussion.mdwn index 9331713db..67a2bf46a 100644 --- a/doc/plugins/theme/discussion.mdwn +++ b/doc/plugins/theme/discussion.mdwn @@ -18,3 +18,9 @@ lot of free CSS templates could be included, e. g. from > that ikiwiki itself does not require. --[[Joey]] ### Once one has enabled the 'theme' plugin in the setup file, how does one use themes? + +Choose one of the [[themes]] which are bundled with ikiwiki and configure ikiwiki to use it by setting this in your setup file, eg. + + theme => 'blueview', + +-- [[AdamShand]] |