|
You are here |
its.mw | ||
| | | | |
ttntm.me
|
|
| | | | | About 61 lines of JavaScript that progressively enhance user experience. | |
| | | | |
www.duncanmackenzie.net
|
|
| | | | | Using Salma Alam-Naylor's code, I added a feature onto my Hugo site to display Bluesky 'likes' on my blog posts. | |
| | | | |
helenchong.dev
|
|
| | | | | How I added a button to copy code snippets to my website with JavaScript. | |
| | | | |
matttproud.com
|
|
| | | 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. | ||