diff options
author | Paul Duncan <pabs@pablotron.org> | 2024-05-31 15:43:47 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2024-05-31 15:43:47 -0400 |
commit | 85127da2d9cf7f18d17d4b9ca227b923563ec360 (patch) | |
tree | 660755c7a675da92a3beb7d0f14b38d7db3da201 /content | |
parent | 64132616d1b407e9376b4e1e49805ee40fb74175 (diff) | |
download | pablotron.org-85127da2d9cf7f18d17d4b9ca227b923563ec360.tar.bz2 pablotron.org-85127da2d9cf7f18d17d4b9ca227b923563ec360.zip |
content/articles/about.md: remove old history blurb, add links to "Archived Posts" and "Site Backend"
Diffstat (limited to 'content')
-rw-r--r-- | content/articles/about.md | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/content/articles/about.md b/content/articles/about.md index 36457cf..af9053d 100644 --- a/content/articles/about.md +++ b/content/articles/about.md @@ -100,13 +100,10 @@ This has been my web site since 1998. The site name is a combination of I typically post project updates, longer articles, and links that I find interesting. -In 2019 I resurrected this site after a 10-year hiatus and migrated from -a custom [PHP][] backend to [Jekyll][]. In 2021 I switched from -[Jekyll][] to [Hugo][]. I am still in the process of migrating some of -the older content. +More about this site: -Feel free to contact me if you are looking for something and can't find -it. +- [Archived Posts][]: Older blog posts, grouped by year. +- [Site Backend][]: Description of the technology behind this site. ## Links @@ -167,3 +164,7 @@ Machine][] at the following URLs: "OpenPGP" [pgp-key]: /files/pabs.asc "My PGP key." +[archived posts]: {{< relref "archive.md" >}} + "Archived Posts" +[site backend]: {{< relref "articles/site-backend.md" >}} + "Site Backend" |