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