X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/851712cb0ececf5f0396283aa7e908900bc2c194..453e07fd9ffec6fe6a9fd9d7c802c48477dadb25:/doc/plugins/theme/discussion.mdwn diff --git a/doc/plugins/theme/discussion.mdwn b/doc/plugins/theme/discussion.mdwn index 091aa97c1..e58fe47b5 100644 --- a/doc/plugins/theme/discussion.mdwn +++ b/doc/plugins/theme/discussion.mdwn @@ -16,3 +16,18 @@ lot of free CSS templates could be included, e. g. from > require obtrusive attributions links be included on every page of a > site using the theme. While probably DFSG, that adds a requirement > 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]] + + +### How to enable properly? + +So I added "theme" to my config file's "add_plugins" directive, and uncommented the "theme: actiontabs" line. I then ran "ikwiki --setup wiki.setup" and... no change on reload. + +I'm on Ubuntu 16.04. Any idea what I'm doing wrong? --[[STrRedWolf]]