< Notes...

“there really are no uninteresting things...”

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

See all available tags...

amazon4 apple87 appletv6 architecture2 art17 birthdays11 brutalism1 claudine15 cryptography12 css6 design25 disney+2 elders5 family32 finances16 fonts22 food34 friends39 games38 george15 github5 google20 hbomax1 health46 help7 holidays15 horsie45 html3 hugo35 hulu6 humans30 humour60 interesting49 japan37 kdramas9 lawn21 life149 llm41 manga9 martin9 me101 memes1 movies48 mum21 music11 netflix25 nyc9 oobie20 paramount1 philosophy46 politics112 prime3 quotes23 random71 rants163 re9 ring2 science8 selfhost15 series53 social44 staticgen4 tech273 tesla6 themet4 thoughts144 travels10 tubes85 unix19 via61 videos17 weather49 woodblock5 work69 wwdc3 youtube18

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