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