From fca693f8cf2eeeae92939488b63127a90030c8fb Mon Sep 17 00:00:00 2001 From: thinkpadmaster <a.scerba02@gmail.com> Date: Thu, 13 Jul 2023 23:35:05 -0500 Subject: Extreme structure changes and file renames. Move to new template format. --- html/blog/July_5th_Update.tmpl.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 html/blog/July_5th_Update.tmpl.html (limited to 'html/blog/July_5th_Update.tmpl.html') diff --git a/html/blog/July_5th_Update.tmpl.html b/html/blog/July_5th_Update.tmpl.html new file mode 100644 index 0000000..a67f2aa --- /dev/null +++ b/html/blog/July_5th_Update.tmpl.html @@ -0,0 +1,25 @@ +{{define "title"}}{{range .Contents}}{{ .Title }}{{end}}{{end}} +{{define "description"}}Update on site status, July 5th.{{end}} +{{define "keywords"}}blog site{{end}} + +{{define "main"}} + <h1>Blog</h1> + <article class="postContent"> + <h2>{{range .Contents}}{{ .Title }}{{end}}</h2> + <p>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:</p> + <ul> + <li>Tile 'Projects' thumbnails so that they look consistent and take advantage of landscape displays.</li> + <li>Display 'Project' or 'Blog' (anything) instead of 'Post' when you are viewing a project or blog entry.</li> + <li>Create or find a new background image that has more contrast for the white text.</li> + <li>Find a better way to display figures in regular content (such as the 'about' page).</li> + <li>Change thumbnail image aspect ratio (possibly).</li> + <li>Server side scripts and updates:</li> + <ul> + <li>Markdown to HTML shell script via <a href="https://pandoc.org" target="_blank" rel="noopener noreferrer">Pandoc</a>.</li> + <li>Implement new file naming and/or directory structure to make searching more efficient.</li> + <li>Make thumbnail display more efficient by only reading the thumbnail content section.</li> + </ul> + </ul> + <p>Uploaded: <time datetime="2022-07-05">2022-07-05</time></p> + </article> +{{end}} \ No newline at end of file -- cgit v1.2.3