Explore >> Select a destination


You are here

its.mw
| | ttntm.me
1.0 parsecs away

Travel
| | About 61 lines of JavaScript that progressively enhance user experience.
| | www.duncanmackenzie.net
1.5 parsecs away

Travel
| | Using Salma Alam-Naylor's code, I added a feature onto my Hugo site to display Bluesky 'likes' on my blog posts.
| | helenchong.dev
1.8 parsecs away

Travel
| | How I added a button to copy code snippets to my website with JavaScript.
| | matttproud.com
20.2 parsecs away

Travel
| I am using Hugo's uglyURLs feature to generate path names with file type suffixes. It may sound weird to do that in 2024; but if this is to be a static site, I want it to be an homage to 1990-2000s-era World Wide Web. The only problem is that Hugo's menu construct for pageRef = '/' generates a href value of href="/", not href="/index.html". This pageRef = '/' is used to designate your Hugo project's root directory.