|
You are here |
thedroneely.com | ||
| | | | |
www.thedroneely.com
|
|
| | | | | Archive Page In the absence of a search engine - an page is a simple way to find older articles quickly. Here is a quick and dirty way to create multiple archive pages with Hugo. There are a few requirements. The archive pages should be a bit modular. We should be able to just drop an archive.md file into any folder within the content directory and generate a single archive page for that topic. hugo |__ content |__ posts |__ archive.md projects |__ archive.md We should be able to generate clean slugs. Hu... | |
| | | | |
hjr265.me
|
|
| | | | | A few weeks ago, I came across a blog post on my RSS reader: Building a blog in Django. This simple tutorial by Simon Willison was an enjoyable read. I understand the topic is not novel, but I liked how it reminds you of the simple features that enhance the implementation of a blog. Quoting from the blog post by Simon Willison: Here are the features I consider to be essential for a blog in 2023 (though they haven't changed much in over a decade): | |
| | | | |
conductofcode.io
|
|
| | | | | Modern web development architecture: | |
| | | | |
cpbotha.net
|
|
| | | When I moved this blog over to Hugo slightly more than a year ago, I started using Laura Kalbag's special img shortcode with img srcset support. To make a long and interesting story short, srcset enables us to tell the browser that we have for example 5 different resolutions of an image available, and that it should choose the best one based on the user's device. Pretty neat actually! Anyways, I tweaked the code a bit over time, and most recently I combined it with the stock Hugo figure shortcode. | ||