]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/plugins/theme/discussion.mdwn
Add ikistrap plugin for ikistrap theme.
[git.ikiwiki.info.git] / doc / plugins / theme / discussion.mdwn
index 9331713dbb0726ee514aa758fe3b41fd19352c19..0550e565bb40bec7089f3caebaa9ab8136e75ec5 100644 (file)
@@ -18,3 +18,20 @@ 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]]
+
+
+### 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]]
+
+### my theming issue solved.
+
+take a look at [How to use themes?](http://ikiwiki.info/forum/How_to_use_themes__63__/) --[[azzamsa]]