< Notes...

there really are no uninteresting things...

Found 5 notes tagged as “staticgen”, as shown below. All notes in chronological order.

See all available tags...

amazon4 apple102 appletv6 architecture2 art22 birthdays11 claudine15 cryptography14 css6 design25 disney+3 elders5 family33 finances18 fonts22 food34 friends40 games38 george16 github6 google20 hbomax2 health46 help8 holidays15 horsie52 html3 hugo36 hulu6 humans36 humour67 interesting49 japan38 kdramas9 lawn21 life152 llm50 manga9 martin9 me109 memes1 movies50 mum21 music11 netflix26 nyc11 oobie24 paramount1 philosophy46 politics124 prime3 quotes26 random81 rants167 re9 ring2 science8 security10 selfhost15 series55 social47 staticgen5 tech283 tesla6 themet5 thoughts146 travels10 tubes89 unix24 via66 videos17 weather50 woodblock5 work71 wwdc3 youtube19

27 Feb 2026 @ 16:18:19

I have converted all JPG and PNG images to WebP, saving quite a few MiB in the process. So, other than less than a handful of GIF, and the videos (MP4), everything is WebP. If you happen to come across any broken images, please ping me. Takk!

hugo staticgen
30 Jul 2025 @ 08:10:20

Came across a static site (like this one) using Webmention, and got reminded of Pingback and TrackBack. There are also comments which are, arguably, more direct. I want none of it.

staticgen tech
11 Jul 2025 @ 09:12:16

First there was Jekyll, then there was Hugo (which I use), with many others in between. Now it seems Astro is the latest kid in the block. Beautiful stuff can be done with it, if you don’t mind, and/or know, JavaScript. I might be too old for it.

hugo staticgen
04 Jun 2025 @ 10:54:06

Ever since I moved from WordPress (ugh!) to Jekyll at the beginning of 2011, and then to Hugo, sometime in 2014, I haven’t had comments on any website I have dabbled with. I want to believe I have been happier that way. For a few I tried kudos here, using Tinylytics, but that didn’t last long.

Less is, truly, more.

hugo staticgen
24 May 2025 @ 16:02:48

I have been tyring to automate the setting of lastmod on Hugo to no avail. I want to capture in a note the last modified timestamp from git, as these notes reside in git repository, and use it within a note. No dice, so far.

Got it to work! It is not using the git timestamp, because it doesn’t really acccurately provide the modification time, but the commit time (two different things). Instead, I am setting the timestamp when the note is opened for edit.

Update: 19 Feb 2026 @ 12:54:44

Nah, I ended up scrapping the above, too much work, and for what? I am using the commit timestamp, and that’s that.

hugo staticgen