aboutsummaryrefslogtreecommitdiff
path: root/html/blog/Markdown_To_HTML_Update.tmpl.html
diff options
context:
space:
mode:
authorAlex <a.scerba02@gmail.com>2024-01-03 20:19:13 -0500
committerAlex Scerba <alex@scerba.org>2024-10-29 13:20:00 -0400
commit4ee6747d67303306e37cbc23eeda221449ed596f (patch)
tree8d0922d65f4d934a071a1bd631f0eaa3409ae959 /html/blog/Markdown_To_HTML_Update.tmpl.html
parentd51289fb24a02a2f5373f69c03a91621e2b3148f (diff)
Remove blog
Diffstat (limited to 'html/blog/Markdown_To_HTML_Update.tmpl.html')
-rw-r--r--html/blog/Markdown_To_HTML_Update.tmpl.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/html/blog/Markdown_To_HTML_Update.tmpl.html b/html/blog/Markdown_To_HTML_Update.tmpl.html
deleted file mode 100644
index 05f79d5..0000000
--- a/html/blog/Markdown_To_HTML_Update.tmpl.html
+++ /dev/null
@@ -1,16 +0,0 @@
-{{define "title"}}{{.Post.Title}}{{end}}
-{{define "description"}}Update on the new site underlying code.{{end}}
-{{define "keywords"}}blog site{{end}}
-{{ define "canonical" }}/blog{{end}}
-
-{{define "main"}}
-<h1>Blog</h1>
-<div class="postBackground">
- <article class="postContent">
- <h2>{{.Post.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>Uploaded: <time datetime="2023-07-13">2023-07-13</time></p>
- </article>
-</div>
-{{end}}