From fca693f8cf2eeeae92939488b63127a90030c8fb Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Thu, 13 Jul 2023 23:35:05 -0500 Subject: Extreme structure changes and file renames. Move to new template format. --- html/blog/First_Post.tmpl.html | 23 +++++++++++++++++++++++ html/blog/July_5th_Update.tmpl.html | 25 +++++++++++++++++++++++++ 2 files changed, 48 insertions(+) create mode 100644 html/blog/First_Post.tmpl.html create mode 100644 html/blog/July_5th_Update.tmpl.html (limited to 'html/blog') diff --git a/html/blog/First_Post.tmpl.html b/html/blog/First_Post.tmpl.html new file mode 100644 index 0000000..674798f --- /dev/null +++ b/html/blog/First_Post.tmpl.html @@ -0,0 +1,23 @@ +{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "description"}}First post explaining site modifications{{end}} +{{define "keywords"}}blog site{{end}} + +{{define "main"}} +

Blog

+
+

{{range .Contents}}{{ .Title }}{{end}}

+

This is my first post on the new site! I am very excited to have the new system set up and mostly functional. There is still plenty of work to be done, but this is a great start.

+

I have moved to Golang for all server side scripting and web serving, and it's been a fun language to learn so far. I have had a lot of encouragement from my friend over at www.angel-castaneda.com so go check out his page to see what he is working on.

+

The new site structure should be as follows:

+ +

I am very excited to start posting again! This site refresh has been long overdue. Feel free to send any errors, typos, or strange behavior to my listed email; there are bound to be some problems at first.

+

Uploaded:

+
+{{end}} \ No newline at end of file diff --git a/html/blog/July_5th_Update.tmpl.html b/html/blog/July_5th_Update.tmpl.html new file mode 100644 index 0000000..a67f2aa --- /dev/null +++ b/html/blog/July_5th_Update.tmpl.html @@ -0,0 +1,25 @@ +{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "description"}}Update on site status, July 5th.{{end}} +{{define "keywords"}}blog site{{end}} + +{{define "main"}} +

Blog

+
+

{{range .Contents}}{{ .Title }}{{end}}

+

Much progress has been made in the last week, and the site is now pretty usable with its new CSS. There are still some large things to take care of before it can be called "done," and they are the following in no particular order:

+ +

Uploaded:

+
+{{end}} \ No newline at end of file -- cgit v1.2.3