Simplify genbody/set_handler and reorg some env vars, including moving sitedirs/sitedir out of default initrc.
This commit is contained in:
parent
a19758645c
commit
2b29543b68
2 changed files with 10 additions and 14 deletions
|
|
@ -15,10 +15,6 @@ plan9port=$PLAN9
|
|||
# Keep '.' in path! It is needed.
|
||||
path=($plan9port/bin/ . ./bin/ ./bin/contrib/ /bin/ /usr/bin/)
|
||||
|
||||
# Directories where your site(s) live ($site here is your domain name, eg., example.com)
|
||||
sitesdir=sites
|
||||
sitedir=$sitesdir/$site
|
||||
|
||||
# Set this to your favorite markdown formatter, eg., markdown.pl (fproc_cache
|
||||
# is a wrapper around a script it takes as an argument, in the default
|
||||
# configuration markdown.pl, that caches output)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue