From 027a96c9c8ecd9452a21f0173a15860d03a3f339 Mon Sep 17 00:00:00 2001 From: thinkpadmaster Date: Mon, 28 Aug 2023 09:49:47 -0500 Subject: Reflect new syntax --- html/blog/First_Post.tmpl.html | 5 +++-- html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html | 5 +++-- html/blog/July_5th_Update.tmpl.html | 5 +++-- html/blog/MKE_Air_&_Water_Show_-_2023-07-23.tmpl.html | 5 +++-- html/blog/Markdown_To_HTML_Update.tmpl.html | 5 +++-- html/main/about.tmpl.html | 1 + html/main/blog.tmpl.html | 3 ++- html/main/index.tmpl.html | 2 +- html/main/projects.tmpl.html | 3 ++- html/master.tmpl.html | 1 + html/projects/CCS_Entry_Portfolio.tmpl.html | 7 ++++--- html/projects/CCS_Sophomore_Interior.tmpl.html | 7 ++++--- html/projects/MCTS_Personal_Transit_Concept.tmpl.html | 5 +++-- md/POST_TEMPLATE.tmpl.html | 5 +++-- md/staged/NewPost.md | 1 + 15 files changed, 37 insertions(+), 23 deletions(-) diff --git a/html/blog/First_Post.tmpl.html b/html/blog/First_Post.tmpl.html index 674798f..810b2d0 100644 --- a/html/blog/First_Post.tmpl.html +++ b/html/blog/First_Post.tmpl.html @@ -1,11 +1,12 @@ -{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "title"}}{{.Post.Title}}{{end}} {{define "description"}}First post explaining site modifications{{end}} {{define "keywords"}}blog site{{end}} +{{ define "canonical" }}/blog{{end}} {{define "main"}}

Blog

-

{{range .Contents}}{{ .Title }}{{end}}

+

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

diff --git a/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html b/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html index 474b320..51dcc2a 100644 --- a/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html +++ b/html/blog/Jeep_CJ7_Turn_Signal_Repair.tmpl.html @@ -1,11 +1,12 @@ -{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "title"}}{{.Post.Title}}{{end}} {{define "description"}}Fixing the turn signal on my 1985 Jeep CJ7.{{end}} {{define "keywords"}}blog repair cars CJ7{{end}} +{{ define "canonical" }}/blog{{end}} {{define "main"}}

Blog

-

{{range .Contents}}{{ .Title }}{{end}}

+

{{.Post.Title}}

A while back, I noticed that the passenger side turn signal on my 1985 Jeep CJ7 was out. The right turn signal indicator would stay solid when the headlights were turned on. I pulled the bulb assembly and found this:

Disassembled turn signal lamp assembly: housing, wire harness, contact that broke off wire, degraded rubber grommet, bulb, and lens cover.

The wire responsible for turning the bulb “high” was broken from what I assume is fatigue. The rubber meant to support the wire and contact pin was severely degraded and falling apart, exposing the bare wire where it met the pin. This also means the wire could freely flex at the joint, and going over bumbs or just general road vibration could have eventually wore it down. I didn’t see much in the way of corrosion around the wire, so that’s why I assume it was stress related.

diff --git a/html/blog/July_5th_Update.tmpl.html b/html/blog/July_5th_Update.tmpl.html index a67f2aa..cd40fc4 100644 --- a/html/blog/July_5th_Update.tmpl.html +++ b/html/blog/July_5th_Update.tmpl.html @@ -1,11 +1,12 @@ -{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "title"}}{{.Post.Title}}{{end}} {{define "description"}}Update on site status, July 5th.{{end}} {{define "keywords"}}blog site{{end}} +{{ define "canonical" }}/blog{{end}} {{define "main"}}

Blog

-

{{range .Contents}}{{ .Title }}{{end}}

+

{{.Post.Title}}

Much progress has been made in the last week, and the site is now pretty usable with its new CSS. There are still some large things to take care of before it can be called "done," and they are the following in no particular order: