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/2023-07-13+Markdown_to_HTML_Update.tmpl.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 html/archive/2023-07-13+Markdown_to_HTML_Update.tmpl.html (limited to 'html/archive/2023-07-13+Markdown_to_HTML_Update.tmpl.html') diff --git a/html/archive/2023-07-13+Markdown_to_HTML_Update.tmpl.html b/html/archive/2023-07-13+Markdown_to_HTML_Update.tmpl.html new file mode 100644 index 0000000..5467c4f --- /dev/null +++ b/html/archive/2023-07-13+Markdown_to_HTML_Update.tmpl.html @@ -0,0 +1,8 @@ +{{ define "article" }} +
+

{{ .Title }}

+

So, I got the site to use real, authentic, true to the standard, “text/template” format for my pages and posts. No more strange, non-conforming elements. More readable source code?? We have it. The best?? Probably not… but that's okay because progress is progress. The last few things to do are program in the tagging system, set up ImageMagick for automatically sizing images, and writing the automation scripts to move everything where it sholud go.

+

Getting this all to work has been a great adventure. Going back to programming has been pretty refreshing compared to working on art. A program is either right or wrong. It does what you expect, or it doesn't. There's not much interpretation to be had and I miss it.

+

Created: {{ .Date }}

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