Minor updates to initrc comments.
This commit is contained in:
parent
70d30f4375
commit
954d1c773d
1 changed files with 4 additions and 5 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
# 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
|
# DO NOT EDIT, to customize copy to etc/initrc.local and edit at will.
|
||||||
# customize them there.
|
|
||||||
#
|
#
|
||||||
# Some settings can also be set for a specific site in their respective
|
# Some settings can also be set for a specific site or directory in their
|
||||||
# _werc/config or their master-site _werc/config file.
|
# respective _werc/config or their $masterSite/_werc/config file.
|
||||||
|
|
||||||
# General options
|
# General options
|
||||||
|
|
||||||
|
|
@ -25,7 +24,7 @@ formatter=(fproc_cache.rc markdown.pl)
|
||||||
# Enable debugging, to disable set to ()
|
# Enable debugging, to disable set to ()
|
||||||
debug=true
|
debug=true
|
||||||
|
|
||||||
# Globablly enabled apps
|
# Globally enabled apps
|
||||||
enabled_apps=( blagh )
|
enabled_apps=( blagh )
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue