In this post I’ll detail how I spun up my blog specifically and how you can do the same easily.| sethforprivacy.com
In this post, I talk about pleasant but seemingly minor features in personal sites| danilafe.com
Audio is big. Like really big, and growing fast, to the tune of "two-thirds of the population listens to online audio" and "weekly online listeners reporting an average nearly 17 hours of listening in the last week". These numbers include all kinds of audio, from online radio stations, audiobooks, streaming services and podcasts (hi Spotify!). It makes sense too. Consuming audio content is easier to consume and more engaging than written content while you're on the go, exercising, commuting o...| bart.degoe.de
Github provides a powerful API. Let's fetch some data from out there with Hugo, and get updated content each time we rebuild the website| Roneo.org
Hugo: include/embed another file with a shortcode - Roneo.org| Roneo.org
Sometimes when writing code in a blog post I want to emphasize a couple of lines in particular.| jacobtomlinson.dev
Before you start your blog, you have to perform a set of essential choices – topics you want to write about, domain name, and the way you’ll publish your content. I choose the self-hosted WordPress platform with a slightly customized theme that I found on the Internet. After more than two years of blogging, I migrated all my content to Hugo. In this article, I would like to show you why I decided to move on from WordPress to Hugo – a static page generator.| Szymon Krajewski
I’ve moved my blog content build to hugo more than a year ago, but I still forget how to achieve some basic things in Hugo or where to find them in the docs. I’ve put together this cheatsheet to help me later on. I hope it’ll benefit you as well.| Mátyás Budavári
Insert local videos in your posts with this Hugo shortcode| Roneo.org
Use a simple interface to easily insert includes, shortcodes, and Markdown extensions into their content without touching the code.| CloudCannon
Use embedded, custom, or inline shortcodes to insert elements such as videos, images, and social media embeds into your content.| gohugo.io
I write a lot of blog posts which contain code snippets. Like most people, I have done this using a fenced codeblock in markdown which is fine for short blocks of code. The problem occours when I am embedding code from another repository; often there will be tweaks or bug fixes, and keeping the code in the blog post in sync with the code in the other repo is annoying and manual.| andydote.co.uk
Table of Contents| danilafe.com
I’m currently rewriting the documentation for lexy, my C++ parser combinator library – hey, this is the fourth blog post in a row mentioning it in the introduction! It already has an interactive online playground where you can enter a grammar and input and see the resulting parse tree and/or error messages. This is really helpful, so the new documentation will contain examples that are directly available in the playground, to try it out and see what happens. While implementing this, I’v...| www.foonathan.net