summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config9
1 files changed, 5 insertions, 4 deletions
diff --git a/config b/config
index 64e425d..a173f79 100644
--- a/config
+++ b/config
@@ -2,8 +2,8 @@
## They respectively represent where content is sourced, and where the output
## will go.
-variable d_source {}
-variable d_output {}
+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
@@ -12,6 +12,7 @@ variable d_output {}
variable replacement \
[dict create \
- {<!--css_main-->} {/style/main.css} \
- {<!--css_article-->} {/style/article.css} \
+ {<!--domain-->} {http://localhost:8000} \
+ {<!--css-->} {/style.css} \
+ {<!--favicon-->} {/favicon.ico} \
]; ## Do not delete this line!