Make some corrections to default initrc comments and update to use the renamed md_cache.rc
This commit is contained in:
parent
b940bc1744
commit
511fcd2416
1 changed files with 6 additions and 8 deletions
14
etc/initrc
14
etc/initrc
|
|
@ -1,9 +1,10 @@
|
||||||
# This file contains the default werc settings.
|
# This file contains the default werc settings.
|
||||||
# To change any of this settings globally, copy them to etc/initrc.local
|
|
||||||
# and customize them there.
|
|
||||||
#
|
#
|
||||||
# Some settings can also be set for a specific site in their respective _config
|
# To change any of this settings globally, copy them to etc/initrc.local and
|
||||||
# or their master-site _config file.
|
# customize them there.
|
||||||
|
#
|
||||||
|
# Some settings can also be set for a specific site in their respective
|
||||||
|
# _werc/config or their master-site _werc/config file.
|
||||||
|
|
||||||
# General options
|
# General options
|
||||||
|
|
||||||
|
|
@ -18,14 +19,11 @@ sitedir=sites/$site
|
||||||
|
|
||||||
# Set this to your favorite markdown formatter, eg., markdown.pl
|
# Set this to your favorite markdown formatter, eg., markdown.pl
|
||||||
# (md_cache is a wrapper around markdown.pl that caches output)
|
# (md_cache is a wrapper around markdown.pl that caches output)
|
||||||
formatter=md_cache
|
formatter=md_cache.rc
|
||||||
|
|
||||||
# Enable debugging, to disable set to ()
|
# Enable debugging, to disable set to ()
|
||||||
debug=true
|
debug=true
|
||||||
|
|
||||||
# Disable deprecated interfaces
|
|
||||||
disableDeprecated=true
|
|
||||||
|
|
||||||
# Default site variables, must be set in initrc.local or _werc/config, only siteTitle is required.
|
# Default site variables, must be set in initrc.local or _werc/config, only siteTitle is required.
|
||||||
#masterSite=cat-v.org # Not required!
|
#masterSite=cat-v.org # Not required!
|
||||||
#siteTitle='cat-v'
|
#siteTitle='cat-v'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue