blob: ce5210edf7f59a6b4554733ad631534f8787f23e (
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)$$' \
- --templatedir '$(CURDIR)/shared/templates' \
- --set underlaydirbase='$(CURDIR)/shared' \
- --underlaydir '$(CURDIR)/shared/basewiki' \
- --libdir '$(CURDIR)/shared/perl' \
- IKIWIKI_UNDERLAYS ?= $(CURDIR)/styling
|