From 8a9cf833df4c4fc8a967602a05ba5e56b3dfd965 Mon Sep 17 00:00:00 2001 From: Alex Scerba Date: Sat, 9 Nov 2024 23:23:43 -0500 Subject: Add transcribed posts from old blog --- html/archive/2022-06-15+First_Post.tmpl.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 html/archive/2022-06-15+First_Post.tmpl.html (limited to 'html/archive/2022-06-15+First_Post.tmpl.html') diff --git a/html/archive/2022-06-15+First_Post.tmpl.html b/html/archive/2022-06-15+First_Post.tmpl.html new file mode 100644 index 0000000..cd24e84 --- /dev/null +++ b/html/archive/2022-06-15+First_Post.tmpl.html @@ -0,0 +1,18 @@ +{{ define "article" }} +
+

{{ .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.

+

Created: {{ .Date }}

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