aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-10-17 15:55:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-10-17 15:55:49 -0400
commite7ed9289866753a5dfaf3454bd9345a271f5c208 (patch)
tree181847d50af6db32e0d3970e285ea7c3063947d5 /Makefile
parent9e8f0e031d4c55225156b1430ecf3bf8be4ed029 (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 da5affbfe..04d36612f 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'