aboutsummaryrefslogtreecommitdiff
path: root/html/blog/2024-11-09+Restructure_Part_One_Million.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/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html
parent42eda761d565b6367736e19a1341243c7c345043 (diff)
Add transcribed posts from old blog
Diffstat (limited to 'html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html')
-rw-r--r--html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html b/html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html
new file mode 100644
index 0000000..b86fc3d
--- /dev/null
+++ b/html/blog/2024-11-09+Restructure_Part_One_Million.tmpl.html
@@ -0,0 +1,9 @@
+{{ define "article" }}
+<article>
+ <h2>{{ .Title }}</h2>
+ <p>Well... here we are once again. I'm back again with a dynamic site, not just a template engine, at the request of my friend. The single page blog format is tedious to skim and requires a significant ammount of scrolling. With this, you can skim the headlines a lot faster.</p>
+ <p>Tagging is the next feature in development. I've got the URLs set up in a pretty scuffed way... the date, title, and tags are all in the file name and appear in the URL bar. This is pretty scary if you look at stuff like <a href="/blog/2024-02-10+50°F,_Overcast,_and_Windy">this post title</a>. I'll probably have to figure something out, but for now, it does seem to work with these weird characters at the expense of an evil URL. The tags at the end of the url should be easily searchable once I develop a function. There will be a details element on the main blog that allows for filtering based on a tag.</p>
+ <p>I also want to get previous and next working for posts. It shouldn't be too hard.</p>
+ <p><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }} \ No newline at end of file