diff options
author | Your Name <you@example.com> | 2025-01-08 12:38:44 +1100 |
---|---|---|
committer | Your Name <you@example.com> | 2025-01-08 12:38:44 +1100 |
commit | b8ce88c99112828bfe6b8942e1ace2350b2d1fe6 (patch) | |
tree | 0bc883d2821dcb749457202665ccc6acc75c8bef /config | |
parent | 4b7e651bf64b641583a45c122798212931902ef4 (diff) |
jeaves.xyz current templates and config
Diffstat (limited to 'config')
-rw-r--r-- | config | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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! |