From 74fee3bd97de12cc090702a6b8cd6285e7e1e6f5 Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Tue, 29 Aug 2023 17:15:26 -0500 Subject: Update to use new style elements. --- html/blog/First_Post.tmpl.html | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) (limited to 'html/blog/First_Post.tmpl.html') diff --git a/html/blog/First_Post.tmpl.html b/html/blog/First_Post.tmpl.html index 810b2d0..b60f9f6 100644 --- a/html/blog/First_Post.tmpl.html +++ b/html/blog/First_Post.tmpl.html @@ -4,21 +4,23 @@ {{ define "canonical" }}/blog{{end}} {{define "main"}} -

Blog

-
-

{{.Post.Title}}

-

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:

-
+

Blog

+
+
+

{{.Post.Title}}

+

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:

+
    +
  • / - Home page with featured projects and short about section.
  • +
  • /projects - Page with all posted industrial and automotive design projects.
  • +
    • /projects/name - Project with title "name".
    +
  • /blog - Page with all blog posts (content that does not fit under "/projects".)
  • +
    • /blog/name - Blog entry with title "name".
    +
  • /about - About me and this website
  • +
+

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 -- cgit v1.2.3