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 +++++---- templates/core/entry | 7 ++++--- templates/core/index | 5 ++++- templates/core/page | 5 +++-- templates/header | 9 ++++++++- 5 files changed, 24 insertions(+), 11 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 \ - {} {/style/main.css} \ - {} {/style/article.css} \ + {} {http://localhost:8000} \ + {} {/style.css} \ + {} {/favicon.ico} \ ]; ## Do not delete this line! diff --git a/templates/core/entry b/templates/core/entry index ae3af04..4f8e242 100644 --- a/templates/core/entry +++ b/templates/core/entry @@ -1,5 +1,6 @@
-
- -
+ + +
+
diff --git a/templates/core/index b/templates/core/index index 9d53d86..26aef90 100644 --- a/templates/core/index +++ b/templates/core/index @@ -1,11 +1,14 @@ + <!--title--> - + + + diff --git a/templates/core/page b/templates/core/page index 10937cc..896f372 100644 --- a/templates/core/page +++ b/templates/core/page @@ -1,8 +1,9 @@ + <!--title--> - - + + diff --git a/templates/header b/templates/header index 68adf2e..48b81dc 100644 --- a/templates/header +++ b/templates/header @@ -1 +1,8 @@ -
\ No newline at end of file +
+ Aleksei John Eaves + Personal Blog + Technical Blog + cgit + E-mail Address +
+
-- cgit v1.2.3