summaryrefslogtreecommitdiff
path: root/include.mk
blob: e0583e844450c89aeacd69a02740c9e5ee5b4bbb (plain)
  1. IKIWIKI_SHARED_DEFAULTS ?= \
  2. --plugin goodstuff \
  3. --plugin underlay \
  4. --plugin theme \
  5. --set theme=goab \
  6. --plugin h1title \
  7. --plugin favicon \
  8. --plugin typography \
  9. --set typographyattributes=ie \
  10. --set exclude='^.*\.(rb|scss)$$' \
  11. IKIWIKI_SHARED_OPTIONS ?= \
  12. --templatedir '$(CURDIR)/shared/templates' \
  13. --set underlaydirbase='$(CURDIR)/shared' \
  14. --underlaydir '$(CURDIR)/shared/basewiki' \
  15. --libdir '$(CURDIR)/shared/perl' \
  16. --set-yaml add_underlays='- $(CURDIR)/styling' \