blob: bff485ab0c57f98e7d4a83f737f20c00f3e73c34 (
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' \
- --set-yaml add_underlays='- $(CURDIR)/styling' \
|