blob: e0583e844450c89aeacd69a02740c9e5ee5b4bbb (
plain)
- IKIWIKI_SHARED_DEFAULTS ?= \
- --plugin goodstuff \
- --plugin underlay \
- --plugin theme \
- --set theme=goab \
- --plugin h1title \
- --plugin favicon \
- --plugin typography \
- --set typographyattributes=ie \
- --set exclude='^.*\.(rb|scss)$$' \
- IKIWIKI_SHARED_OPTIONS ?= \
- --templatedir '$(CURDIR)/shared/templates' \
- --set underlaydirbase='$(CURDIR)/shared' \
- --underlaydir '$(CURDIR)/shared/basewiki' \
- --libdir '$(CURDIR)/shared/perl' \
- --set-yaml add_underlays='- $(CURDIR)/styling' \
|