summaryrefslogtreecommitdiff
path: root/etc/initrc
diff options
context:
space:
mode:
Diffstat (limited to 'etc/initrc')
-rwxr-xr-xetc/initrc12
1 files changed, 3 insertions, 9 deletions
diff --git a/etc/initrc b/etc/initrc
index f0b26c2..21a8aed 100755
--- a/etc/initrc
+++ b/etc/initrc
@@ -18,22 +18,16 @@ plan9port=$PLAN9
# Path, make sure the plan9port /bin directory is included before /bin
# Keep '.' in path! It is needed.
-path=($plan9port/bin . ./bin ./bin/contrib /bin /usr/bin)
+path=($plan9port/bin . ./bin /bin /usr/bin)
# Set this to your favorite markdown formatter, eg., markdown.pl (fltr_cache
# takes as an argument a filter, in the default configuration markdown.pl, that
# caches output) Note that some werc components assume a markdown-like
# formatter, but all major functionality should should be formatter agnostic.
-#formatter=(fltr_cache markdown.pl)
-formatter=(fltr_cache md2html.awk) # no perl for old men
+formatter=(fltr_cache md2html.awk)
# Enable debugging, to disable set to ()
-debug=true
+debug=false
# Globally enabled apps
enabled_apps=()
-
-# Default site variables, must be set in initrc.local or _werc/config, only siteTitle is required.
-#masterSite=cat-v.org # Not required!
-#siteTitle='cat-v'
-#siteSubTitle='Considered harmful'