diff options
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! |