Make sites/ dir configurable.
This commit is contained in:
parent
07d476321a
commit
28b82f244b
2 changed files with 9 additions and 9 deletions
|
|
@ -14,8 +14,9 @@ plan9port=$PLAN9
|
|||
# Path, make sure the plan9port /bin directory is included before /bin
|
||||
path=($plan9port/bin/ ./bin/ /bin/ /usr/bin/ ./bin/contrib/)
|
||||
|
||||
# Directory where your site(s) live ($site here is your domain name, eg., example.com)
|
||||
sitedir=sites/$site
|
||||
# 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue