about summary refs log tree commit diff
diff options
context:
space:
mode:
author1970-01-01 00:00:00 +0000
committer2025-01-02 19:22:13 +0000
commit2c8e7af2c37acae6eee7dc015d0789cc3c094dc6 (patch)
tree607d6182df34c4a2ce36c0a9c18d4c239c89269f
parentsite generation (diff)
downloadw-2c8e7af2c37acae6eee7dc015d0789cc3c094dc6.tar
w-2c8e7af2c37acae6eee7dc015d0789cc3c094dc6.tar.gz
w-2c8e7af2c37acae6eee7dc015d0789cc3c094dc6.tar.bz2
w-2c8e7af2c37acae6eee7dc015d0789cc3c094dc6.tar.xz
w-2c8e7af2c37acae6eee7dc015d0789cc3c094dc6.zip
log
-rw-r--r--README6
-rw-r--r--w/index.html2
-rw-r--r--w/m.htm6
3 files changed, 13 insertions, 1 deletions
diff --git a/README b/README
index 93b45b3..1d637c8 100644
--- a/README
+++ b/README
@@ -15,6 +15,12 @@ on during my break after the fall semester of 2024 ended.
 It's turned out to be a fantastic excuse to learn HTML,
 CSS, and Git
 
+2025/01/02
+I programmed a shell script to automatically generate the
+header and footer of each page. This gives me most of the
+convenience and consistency of an SSG, while still keeping
+the fine-tuned control of HTML for the main page content
+
 2024/10/16
 There's now sitemap navigation which is nice for jumping to
 a specific page, it's also great for documenting the purpose
diff --git a/w/index.html b/w/index.html
index 1bad6a3..ecdd7e6 100644
--- a/w/index.html
+++ b/w/index.html
@@ -1 +1 @@
-<!doctype html><html lang="en"><head><meta http-equiv="content-type" content="text/html;charset=utf-8" /><meta name="viewport" content="width=device-width,initial-scale=1" /><link rel="stylesheet" type="text/css" href="../s/m.css" /><link rel="icon" type="image/png" href="../i/me.png" /><title>Website</title></head><body><div id="m"><div id="h"><img src="../i/me.png" alt="photo of myself" /><h1>Porter Swanstrom</h1><br /> <a href="../h">HOME</a> : <a href="../p">PROJECTS</a> : <a href="../w">ABOUT</a></div><div id="b"><h2>NAV</h2><ul class="tree"><li><a href="..">/</a> - index</li><li>/<a href="../h">h</a> - home</li><li>/<a href="../e">e</a> - error</li><li>/<a href="../gh">gh</a> - GitHub</li><li>/gh/<a href="../gh/w">w</a> - website GitHub</li><li>/gh/<a href="../gh/wf">wf</a> - WinForms GitHub</li><li>/i - images</li><li>/<a href="../p">p</a> - projects</li><li>/s - CSS styles</li><li>/<a href="../w">w</a> - website</li><li>/<a href="../wf">wf</a> - WinForms</li></ul><h2>WHY</h2><p>This site started as something interesting for me to work on during my break after the Fall 2023 semester ended. It's turned out to be a fantastic excuse to learn HTML, CSS, and Git</p><h2>LOG</h2><h3>2024/10/16</h3><p>There's now sitemap navigation which is nice for jumping to a specific page, it's also great for documenting the purpose of each page. I also added a photo of myself to the header, making it less empty looking. The header photo also works good as a favicon. Another thing I did was adding background images, one for dark mode and one for light mode. I'm not sure how long I'll end up keeping the backgrounds, but they're fun for the time being</p><h3>2024/06/15</h3><p>I redid the header and made the CSS look nicer. There's also been lots of minor improvements like having newlines in the correct spots and lots of rewording. This site is now in a fairly stable state, so most important changes will be from either adding new pages or totally redesigning something</p><h3>2024/03/25</h3><p>Every page has been moved to its own directory so that this site can use URL slugs without relying on a framework or web server. Now the URL of every page looks much cleaner. There is also an <a href="../e">error</a> page now so when someone tries going to a page that doesn't exist like <a href="../nonexistent">this</a> one, they're sent to an error page and then redirected to the <a href="../h"> homepage</a> page after a few seconds</p><h3>2024/02/04</h3><p>There's now a page for the various <a href="../wf"> WinForms</a> that I've made throughout my classes in college. I also changed this site's theme quite a bit since the last log</p><h3>2023/12/31</h3><p>I got the domain name porterswanstrom.com and created two A records, one for plain porterswanstrom.com and another for w.porterswanstrom.com. the latter is setup to auto-redeploy everytime a change is made to this site, so that the changes can be tested before being deployed to porterswanstrom.com</p><h3>2023/12/18</h3><p>I figured out how to get the spacing and font size to work right on mobile, so now this site looks great on mobile</p><h3>2023/12/13</h3><p>I designed a light mode for this site and added CSS to set the theme depending on whether someone is using dark mode or light mode</p><h3>2023/12/10</h3><p>This site has some color now, it's currently dark mode with green links, a lot of redish orange headers, and a few purple headers</p><h3>2023/12/09</h3><p>I started this site on the 6th and so far the only pages are the <a href="../h">homepage</a>, <a href="../p"> projects</a> page, and <a href="">about</a> page. I also started to add some basic CSS and successfully got a working header and footer</p><h2>GET</h2><p>The source code is <a href="../gh/w">here</a>, get it with:</p><pre class="sh">git clone http://github.com/porterswanstrom/w</pre></div><div id="f"><p>Made by <a href="">PORTER SWANSTROM</a></p></div></div></body></html>
\ No newline at end of file
+<!doctype html><html lang="en"><head><meta http-equiv="content-type" content="text/html;charset=utf-8" /><meta name="viewport" content="width=device-width,initial-scale=1" /><link rel="stylesheet" type="text/css" href="../s/m.css" /><link rel="icon" type="image/png" href="../i/me.png" /><title>Website</title></head><body><div id="m"><div id="h"><img src="../i/me.png" alt="photo of myself" /><h1>Porter Swanstrom</h1><br /> <a href="../h">HOME</a> : <a href="../p">PROJECTS</a> : <a href="../w">ABOUT</a></div><div id="b"><h2>NAV</h2><ul class="tree"><li><a href="..">/</a> - index</li><li>/<a href="../h">h</a> - home</li><li>/<a href="../e">e</a> - error</li><li>/<a href="../gh">gh</a> - GitHub</li><li>/gh/<a href="../gh/w">w</a> - website GitHub</li><li>/gh/<a href="../gh/wf">wf</a> - WinForms GitHub</li><li>/i - images</li><li>/<a href="../p">p</a> - projects</li><li>/s - CSS styles</li><li>/<a href="../w">w</a> - website</li><li>/<a href="../wf">wf</a> - WinForms</li></ul><h2>WHY</h2><p>This site started as something interesting for me to work on during my break after the Fall 2023 semester ended. It's turned out to be a fantastic excuse to learn HTML, CSS, and Git</p><h2>LOG</h2><h3>2025/01/02</h3><p>I programmed a shell script to automatically generate the header and footer of each page. This gives me most of the convenience and consistency of an SSG, while still keeping the fine-tuned control of HTML for the main page content</p><h3>2024/10/16</h3><p>There's now sitemap navigation which is nice for jumping to a specific page, it's also great for documenting the purpose of each page. I also added a photo of myself to the header, making it less empty looking. The header photo also works good as a favicon. Another thing I did was adding background images, one for dark mode and one for light mode. I'm not sure how long I'll end up keeping the backgrounds, but they're fun for the time being</p><h3>2024/06/15</h3><p>I redid the header and made the CSS look nicer. There's also been lots of minor improvements like having newlines in the correct spots and lots of rewording. This site is now in a fairly stable state, so most important changes will be from either adding new pages or totally redesigning something</p><h3>2024/03/25</h3><p>Every page has been moved to its own directory so that this site can use URL slugs without relying on a framework or web server. Now the URL of every page looks much cleaner. There is also an <a href="../e">error</a> page now so when someone tries going to a page that doesn't exist like <a href="../nonexistent">this</a> one, they're sent to an error page and then redirected to the <a href="../h"> homepage</a> page after a few seconds</p><h3>2024/02/04</h3><p>There's now a page for the various <a href="../wf"> WinForms</a> that I've made throughout my classes in college. I also changed this site's theme quite a bit since the last log</p><h3>2023/12/31</h3><p>I got the domain name porterswanstrom.com and created two A records, one for plain porterswanstrom.com and another for w.porterswanstrom.com. the latter is setup to auto-redeploy everytime a change is made to this site, so that the changes can be tested before being deployed to porterswanstrom.com</p><h3>2023/12/18</h3><p>I figured out how to get the spacing and font size to work right on mobile, so now this site looks great on mobile</p><h3>2023/12/13</h3><p>I designed a light mode for this site and added CSS to set the theme depending on whether someone is using dark mode or light mode</p><h3>2023/12/10</h3><p>This site has some color now, it's currently dark mode with green links, a lot of redish orange headers, and a few purple headers</p><h3>2023/12/09</h3><p>I started this site on the 6th and so far the only pages are the <a href="../h">homepage</a>, <a href="../p"> projects</a> page, and <a href="">about</a> page. I also started to add some basic CSS and successfully got a working header and footer</p><h2>GET</h2><p>The source code is <a href="../gh/w">here</a>, get it with:</p><pre class="sh">git clone http://github.com/porterswanstrom/w</pre></div><div id="f"><p>Made by <a href="">PORTER SWANSTROM</a></p></div></div></body></html>
\ No newline at end of file
diff --git a/w/m.htm b/w/m.htm
index d64771f..542aa0b 100644
--- a/w/m.htm
+++ b/w/m.htm
@@ -21,6 +21,12 @@ Website,../
  Git</p>
 
 <h2>LOG</h2>
+<h3>2025/01/02</h3>
+<p>I programmed a shell script to automatically generate the
+ header and footer of each page. This gives me most of the
+ convenience and consistency of an SSG, while still keeping
+ the fine-tuned control of HTML for the main page content</p>
+
 <h3>2024/10/16</h3>
 <p>There's now sitemap navigation which is nice for jumping to
  a specific page, it's also great for documenting the purpose