diff options
Diffstat (limited to 'data/blog')
-rw-r--r-- | data/blog/FirstPost.html | 20 | ||||
-rw-r--r-- | data/blog/July5th-Update.html | 22 |
2 files changed, 0 insertions, 42 deletions
diff --git a/data/blog/FirstPost.html b/data/blog/FirstPost.html deleted file mode 100644 index 7310064..0000000 --- a/data/blog/FirstPost.html +++ /dev/null @@ -1,20 +0,0 @@ -202206152208 -{{br}} - <title>First Post</title> - <meta name="description" content="Blog entry"> -{{br}} - <p>- <a href="/blog/FirstPost">First Post</a></p> -{{br}} - <h2>First Post</h2> - <p>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.</p> - <p>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 <a href="https://www.angel-castaneda.com" target="_blank" rel="noopener noreferrer">www.angel-castaneda.com</a> so go check out his page to see what he is working on.</p> - <p>The new site structure should be as follows:</p> - <ul> - <li>/ - Home page with featured projects and short about section.</li> - <li>/projects - Page with all posted industrial and automotive design projects.</li> - <ul><li>/projects/name - Project with title "name".</li></ul> - <li>/blog - Page with all blog posts (content that does not fit under "/projects".)</li> - <ul><li>/blog/name - Blog entry with title "name".</li></ul> - <li>/about - About me and this website</li> - </ul> - <p>I am very excited to start posting again! This site refresh has been long overdue. Feel free to send any errors, typos, or strange behavior to my listed email; there are bound to be some problems at first.</p>
\ No newline at end of file diff --git a/data/blog/July5th-Update.html b/data/blog/July5th-Update.html deleted file mode 100644 index a75bdd8..0000000 --- a/data/blog/July5th-Update.html +++ /dev/null @@ -1,22 +0,0 @@ -202207052128 -{{br}} - <title>July 5th Update</title> - <meta name="description" content="Blog entry"> -{{br}} - <p>- <a href="/blog/July5th-Update">July 5th Update</a></p> -{{br}} - <h2>July 5th Update</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>
\ No newline at end of file |