diff options
-rw-r--r-- | .nift/w/index.info.json | 2 | ||||
-rw-r--r-- | README | 8 | ||||
-rw-r--r-- | w/index.html | 8 | ||||
-rw-r--r-- | w/index.tpl | 8 |
4 files changed, 25 insertions, 1 deletions
diff --git a/.nift/w/index.info.json b/.nift/w/index.info.json index 3a75450..36c8319 100644 --- a/.nift/w/index.info.json +++ b/.nift/w/index.info.json @@ -1,5 +1,5 @@ { - "last-built": "18:07:48 Tuesday February 11 2025", + "last-built": "16:19:59 Sunday March 09 2025", "name": "w/index", "title": "Website", "template": "tpl/main.tpl", diff --git a/README b/README index 1e611da..5f4eacf 100644 --- a/README +++ b/README @@ -12,6 +12,14 @@ 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/03/09 +After using my own pseudo-SSG for a bit, I have started +experimenting with more a complete SSG. Also, this site now +runs on a server which I configured. This gives the site far +more potential than it had before. For instance, I'm already +running a git server which integrates with the site. The +server has been running smoothly for about a month now + 2025/01/02 I programmed a shell script to automatically generate the header and footer of each page. This gives me most of the diff --git a/w/index.html b/w/index.html index a24c829..35fb880 100644 --- a/w/index.html +++ b/w/index.html @@ -36,6 +36,14 @@ turned out to be a fantastic excuse to learn HTML, CSS, and Git</p> <h2>LOG</h2> +<h3>2025/03/09</h3> +<p>After using my own pseudo-SSG for a bit, I have started +experimenting with more a complete SSG. Also, this site now +runs on a server which I configured. This gives the site far +more potential than it had before. For instance, I'm already +running a git server which integrates with the site. The +server has been running smoothly for about a month now</p> + <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 diff --git a/w/index.tpl b/w/index.tpl index 32f0226..82169dd 100644 --- a/w/index.tpl +++ b/w/index.tpl @@ -18,6 +18,14 @@ turned out to be a fantastic excuse to learn HTML, CSS, and Git</p> <h2>LOG</h2> +<h3>2025/03/09</h3> +<p>After using my own pseudo-SSG for a bit, I have started +experimenting with more a complete SSG. Also, this site now +runs on a server which I configured. This gives the site far +more potential than it had before. For instance, I'm already +running a git server which integrates with the site. The +server has been running smoothly for about a month now</p> + <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 |