From b8ce88c99112828bfe6b8942e1ace2350b2d1fe6 Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 8 Jan 2025 12:38:44 +1100 Subject: jeaves.xyz current templates and config --- config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config') 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 \ - {} {/style/main.css} \ - {} {/style/article.css} \ + {} {http://localhost:8000} \ + {} {/style.css} \ + {} {/favicon.ico} \ ]; ## Do not delete this line! -- cgit v1.2.3