From a7049019f0d936fe8f27cdacdaec5d6cfb6ed1c0 Mon Sep 17 00:00:00 2001 From: Daniel Jones Date: Tue, 29 Oct 2024 15:38:38 +1100 Subject: more style changes --- config.h | 4 +- template.txt | 474 +++++++++++++++++++++++++++++++---------------------------- 2 files changed, 249 insertions(+), 229 deletions(-) diff --git a/config.h b/config.h index 406bcba..80a2e50 100644 --- a/config.h +++ b/config.h @@ -44,8 +44,8 @@ static const char *rss_string = "{ITEMS}"; static const char *template_file = "template.txt"; /* frontpage */ -static const char *frontpage_title = "Index"; -static const char *frontpage_info = "

Index

"; +static const char *frontpage_title = "Daniel's Homepage"; +static const char *frontpage_info = "

 Welcome to my Homepage!! 

"; static const char *frontpage_index = "content/index.txt"; static const char *frontpage_index_output = "index.html"; diff --git a/template.txt b/template.txt index ea4817e..135b971 100644 --- a/template.txt +++ b/template.txt @@ -1,35 +1,35 @@ - - - - - - - - - {TITLE} - -
- -

-
- >Daniel's Homepage -
-

- - {INFO} -
-
- {CONTENT} -
- -

RSS feed
-
FSF member
-
page generated {TIME} using websitegenerator in C
- -
-
- - - - -
- - - - - - -
+
+ +

+
+ >Daniel's Homepage +
+

+ -
-
-
-
- + {INFO} +
+
+ {CONTENT} +
+ +

RSS feed
+
FSF member +
+
+
page generated {TIME} using websitegenerator in C
+
+ + +
+
+
+ + + + +
+ + + + + + +
+
+
+
+
+
+ -- cgit v1.2.3