diff options
author | | 1970-01-01 00:00:00 +0000 |
---|---|---|
committer | | 2025-03-09 16:20:20 +0000 |
commit | d6f7b48e94a061d7f1ed9274bb883a65236f4e0f (patch) | |
tree | e01d86b506a3b214e968e9b6a35b1998a5731b45 | |
parent | only footer content in footer template (diff) | |
download | w-d6f7b48e94a061d7f1ed9274bb883a65236f4e0f.tar w-d6f7b48e94a061d7f1ed9274bb883a65236f4e0f.tar.gz w-d6f7b48e94a061d7f1ed9274bb883a65236f4e0f.tar.bz2 w-d6f7b48e94a061d7f1ed9274bb883a65236f4e0f.tar.xz w-d6f7b48e94a061d7f1ed9274bb883a65236f4e0f.zip |
log m
-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 |