]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/theme/discussion.mdwn
(no commit message)
[git.ikiwiki.info.git] / doc / plugins / theme / discussion.mdwn
index 091aa97c102f3cd80e7381b2aad5e52d34eca98b..e58fe47b533245c6b285e6c7a79eeac5e49cd41a 100644 (file)
@@ -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]]