aboutsummaryrefslogtreecommitdiff
path: root/html/blog/July_5th_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/July_5th_Update.tmpl.html
parentd51289fb24a02a2f5373f69c03a91621e2b3148f (diff)
Remove blog
Diffstat (limited to 'html/blog/July_5th_Update.tmpl.html')
-rw-r--r--html/blog/July_5th_Update.tmpl.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/html/blog/July_5th_Update.tmpl.html b/html/blog/July_5th_Update.tmpl.html
deleted file mode 100644
index 2c65c38..0000000
--- a/html/blog/July_5th_Update.tmpl.html
+++ /dev/null
@@ -1,28 +0,0 @@
-{{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"}}
- <h1>Blog</h1>
- <div class="postBackground">
- <article class="postContent">
- <h2>{{.Post.Title}}</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>
- </div>
-{{end}} \ No newline at end of file