aboutsummaryrefslogtreecommitdiff
path: root/html/archive/2023-07-13+Markdown_to_HTML_Update.tmpl.html
diff options
context:
space:
mode:
authorAlex Scerba <alex@scerba.org>2024-11-09 23:23:43 -0500
committerAlex Scerba <alex@scerba.org>2024-11-09 23:23:43 -0500
commit8a9cf833df4c4fc8a967602a05ba5e56b3dfd965 (patch)
tree6c4174c5b0db521724cb334e5b3f1e1cffe5fc64 /html/archive/2023-07-13+Markdown_to_HTML_Update.tmpl.html
parent42eda761d565b6367736e19a1341243c7c345043 (diff)
Add transcribed posts from old blog
Diffstat (limited to 'html/archive/2023-07-13+Markdown_to_HTML_Update.tmpl.html')
-rw-r--r--html/archive/2023-07-13+Markdown_to_HTML_Update.tmpl.html8
1 files changed, 8 insertions, 0 deletions
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" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <p>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 <a href="https://imagemagick.org/" target="_blank" rel="noopener noreferrer">ImageMagick</a> for automatically sizing images, and writing the automation scripts to move everything where it sholud go.</p>
+ <p>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.</p>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }} \ No newline at end of file