summaryrefslogtreecommitdiff
path: root/include.mk
blob: ce5210edf7f59a6b4554733ad631534f8787f23e (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. IKIWIKI_UNDERLAYS ?= $(CURDIR)/styling