summaryrefslogtreecommitdiff
path: root/config
blob: a173f7979fefdf5176e790bbc5dcd507fe8fd1a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## The d_source and d_output variable values are written between the braces.
## They respectively represent where content is sourced, and where the output
## will go.

variable d_source {/home/aleksei/jeaves.xyz/content/}
variable d_output {/home/aleksei/jeaves.xyz/www/}

## Replacement is a Tcl dictionary. Following 'dict create', you can
## enter your own parameters in the form
##   {<!--key-->} {value} [...]
## in sequence.

variable replacement \
	[dict create \
		 {<!--domain-->}   {http://localhost:8000}    \
		 {<!--css-->}      {/style.css}    \
		 {<!--favicon-->}  {/favicon.ico}    \
		]; ## Do not delete this line!