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