aboutsummaryrefslogtreecommitdiff
path: root/html/archive/2022-07-05+July_5th_Update.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/archive/2022-07-05+July_5th_Update.tmpl.html
parent42eda761d565b6367736e19a1341243c7c345043 (diff)
Add transcribed posts from old blog
Diffstat (limited to 'html/archive/2022-07-05+July_5th_Update.tmpl.html')
-rw-r--r--html/archive/2022-07-05+July_5th_Update.tmpl.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/html/archive/2022-07-05+July_5th_Update.tmpl.html b/html/archive/2022-07-05+July_5th_Update.tmpl.html
new file mode 100644
index 0000000..d4b3a56
--- /dev/null
+++ b/html/archive/2022-07-05+July_5th_Update.tmpl.html
@@ -0,0 +1,20 @@
+{{ define "article" }}
+<article>
+ <h2>{{ .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><b>Created:</b> {{ .Date }}</p>
+</article>
+{{ end }} \ No newline at end of file