summaryrefslogtreecommitdiff
path: root/include.mk
blob: bff485ab0c57f98e7d4a83f737f20c00f3e73c34 (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. --templatedir '$(CURDIR)/shared/templates' \
  12. --set underlaydirbase='$(CURDIR)/shared' \
  13. --underlaydir '$(CURDIR)/shared/basewiki' \
  14. --libdir '$(CURDIR)/shared/perl' \
  15. --set-yaml add_underlays='- $(CURDIR)/styling' \