summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-10-17 15:55:49 -0400
committerJoey Hess <joeyh@joeyh.name>2016-10-17 15:55:49 -0400
commit10ca4b9788c304ce3908ca9cecbcbf14f8241ccb (patch)
tree142e08b64f0263ce6a7321d10713cdc38103c4a8 /Makefile
parentc5d39e6543554375b5e655e6b629fc878f848bd1 (diff)
Improve style of offline html build of website.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index da5affbfeb..04d36612fd 100644
--- a/Makefile
+++ b/Makefile
@@ -88,9 +88,10 @@ docs: mans
LC_ALL=C TZ=UTC $(IKIWIKI) doc html -v --wikiname git-annex \
--plugin=goodstuff \
--no-usedirs --disable-plugin=openid --plugin=sidebar \
- --underlaydir=/dev/null --set deterministic=1 \
+ --plugin theme --set theme=actiontabs --set deterministic=1 \
--disable-plugin=shortcut --disable-plugin=smiley \
--plugin=comments --set comments_pagespec="*" \
+ --exclude='ikiwiki/*' \
--exclude='news/.*' --exclude='design/assistant/blog/*' \
--exclude='bugs/*' --exclude='todo/*' --exclude='forum/*' \
--exclude='users/*' --exclude='devblog/*' --exclude='thanks'