Sign up

BurgeonLab: Full-text

Not verified No WebSub updates Supports Webmention Valid

Full-text Atom feed of BurgeonLab: A Tech Enthusiast's Logbook

Author
Naty S
Generator
Hugo
Rights
Copyright © 2023-2026 Naty S.
Public lists
IWC DUS 2026 IWC NUR 2026
Fetched

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Blaugust 2026 Recap: Summary From a First Time Participant

A review of my first Blaugust event; the pros and cons, what to look forward to next year, and featuring some of the bloggers I enjoyed reading this month.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

AuguStory: The Story About BurgeonLab

AuguStory: The Story About BurgeonLab

Read about how BurgeonLab.com came to be and how it has transformed to become Naty’s de facto home on the Internet after discovering the IndieWeb.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

IndieWeb Homebrew Website Club Asia Pacific: Reflections

IndieWeb Homebrew Website Club Asia Pacific: Reflections

A recap and summary of the first ever Homebrew Website Club: Asia Pacific IndieWeb event.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

HTML Day: How to Join the Annual HTML Energy Event

HTML Day: How to Join the Annual HTML Energy Event

An annual global event where people gather to write raw HTML and learn about the basics of a webpage. Beginners guide, tips for Hugo users, and resources.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Costs: Price of a Personal Site on the Smallweb

Costs: Price of a Personal Site on the Smallweb

How much does it cost to start a blog or personal website? Naty lists all the costs of running her sites as a smallweb / IndieWeb blogger.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

A Dating Matter: Hugo, Indiekit, and Node

A Dating Matter: Hugo, Indiekit, and Node

How an issue with dates in Hugo triggered me to go on a learning journey with Indiekit and Node.js, and ended up creating my first npm package Indiekit plugin. While writing this troubleshooting log, I ended up creating a new Hugo feature: a shortcode that fetches OG images from external links!

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Now: Naty's Recent Status Update

Now: Naty's Recent Status Update

Read about my what is going on currently in Naty’s life, in a zoomed-out kind of way. I plan to update mine only once in a while.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Junited 2026: Blog Sharing Month

Junited 2026: Blog Sharing Month

An annual blogging event by Robert Birming where bloggers share others’ posts and help others discover cool individuals in the IndieWeb / small web community.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Style Guide: A Reference to Visual Elements

Style Guide: A Reference to Visual Elements

A reference page documenting how most visual elements are rendered on BurgeonLab.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

How to Prevent Hugo From Publishing Draft Posts Accidentally

How to Prevent Hugo From Publishing Draft Posts Accidentally

See how I added a pre-build step using a Bash script in my Hugo deployment workflow to check for the draft status of Markdown content. By using stricter linting rules than Hugo’s default draft behaviour, it can catch and prevent drafts from being accidentally published.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Elsewhere

Elsewhere

SAME_AS_META_DESCRIPTION_FOR_POSTCARDS_AND_RSS

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

url2md: A URL to Markdown Link Converter using Python Script

url2md: A URL to Markdown Link Converter using Python Script

Learn how to batch convert plain URL links from a TXT file into a list of Markdown links using Python, handy for link dumps or link lists.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

How I Use Feather Wiki as a Private Brain Dump Tool

How I Use Feather Wiki as a Private Brain Dump Tool

Discover Feather Wiki, a FOSS lightweight and customizable personal private web notebook, with multi-device sync via Syncthing and Android support using Termux.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

How to SSH into Raspberry Pi over Ethernet on a Mac

How to SSH into Raspberry Pi over Ethernet on a Mac

How I fixed high latency and laggy SSH after getting a new router. Steps on how to SSH into Raspberry Pi over Ethernet with direct connection on Mac devices.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Offline LanguageTool: Free Open Source Grammarly Alternative

Offline LanguageTool: Free Open Source Grammarly Alternative

As a long-time user of LanguageTool’s offline server on macOS, I thought I’d share how I set it up. It’s a great way to get a pretty accurate grammar and spell checking / proofreading software without relying on online services. I’ll go through how to configure this open source tool, get extra optional improvements like n-gram data processing, and script shortcuts.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Set Hugo Navigation Menus with Active Class Without pageRef

Set Hugo Navigation Menus with Active Class Without pageRef

Quick how-to guide on setting active class to nav links in Hugo menus without pageRef. A simple string comparison method works with any content structure. Code examples included for my top nav and footer menus.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Guestbook: Leave a Public Thought

Guestbook: Leave a Public Thought

Sign Naty’s public guestbook and leave a message about BurgeonLab.com. Discover thoughts of other visitors! Your feedback is welcome.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Caw Caw: Trapped in the Terminal

Caw Caw: Trapped in the Terminal

A small, niche creative slash page inspired by fractalkitty, who’s an IndieWeb blogger and bird enthusiast.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

How I Blog with Hugo on Android with Termux (CLI Emulator)

How I Blog with Hugo on Android with Termux (CLI Emulator)

See how I enhanced my Hugo blogging workflow with Termux on Android: run a Hugo server locally, manage Git with Termux instead of relying on a separate Git client app (like PuppyGit or GitSync), resolve a fatal Hugo image processing error causing server to fail, learn to set up everything from scratch. I also share my portable computing setup.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Contributions: FOSS Log

Contributions: FOSS Log

Track my open-source journey—a log of projects, pull requests, issues, and merges I've contributed to over the years in the FOSS community.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

How to Find Orphan Pages on Static Sites: Python Checker

How to Find Orphan Pages on Static Sites: Python Checker

This blog goes through the process of creating a Python script to find orphan pages (pages without internal links) on a website, Hugo static site files in this case. The script extracts all links from the site and compares it with the full list of pages to get pages which are orphaned.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

How to Add Bear Blog Upvote/Like Button to Hugo with iine

How to Add Bear Blog Upvote/Like Button to Hugo with iine

Add a privacy‑first appreciation button to your Hugo site: iine features, install steps, and partial template code. Improving small web interactivity.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

How to Automate OG Images with D2 and Bash Script

How to Automate OG Images with D2 and Bash Script

Read how I moved from third‑party free tools (like OG Image Maker) to D2, a text‑to‑diagram language, for local, customizable OG image generation. Combining D2 with a Bash script helped automate the process and produce ready‑to‑use OG images. The workflow uses CLI image tools (pngquant, cwebp, ImageMagick) and I talk about the benefits of text‑based templates, offline generation, and automation.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

How to Fix Tuta Calendar Timezone Issues in Hardened Firefox

How to Fix Tuta Calendar Timezone Issues in Hardened Firefox

Fix timezone display issues with websites by bypassing Firefox fingerprinting protection, either globally or for specific sites like Tuta Calendar.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

How to Add a GitHub Style Hugo Calendar Heatmap Widget

How to Add a GitHub Style Hugo Calendar Heatmap Widget

Turn your Hugo blog posts into a GitHub-like contribution calendar with Apache ECharts. I’ll show you how to extract blog post metadata to build a heatmap calendar using the Open Source JS Library. Including how to integrate it with Hugo partials and CSS, full code snippets, and tips on how to customize styling, scaling, and tooltip behavior.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Web Syndication: RSS and Atom Feeds

Web Syndication: RSS and Atom Feeds

Explaining basics of web syndication feeds for websites. Two feeds are available: a RSS summary feed and an Atom full-text feed. Fit your reading preferences and get BurgeonLab blog updates easily.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Response to The Worst Community Report Podcast: Blogging

Response to The Worst Community Report Podcast: Blogging

This blog shares my personal reflections on key blogging topics inspired by ‘The Worst Community Report’ podcast interview questions. I discuss my site’s name choice, writing motivations, social media habits, writing setup, and publishing process. I also explore ideas about smaller web communities and end with some recommendations just like in the podcast episode.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Quick Setup: Second Device (Linux) For Blogging With Hugo

Quick Setup: Second Device (Linux) For Blogging With Hugo

A quick rundown of setting up a multi-device Hugo workflow, and accessing your static site files on three different systems (macOS, Android, Linux). I go through some practical tips, app recommendations, and config/commands to make cross-device blogging straightforward.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

GitHub Pages Alternative: SourceHut Builds + Bunny.net

GitHub Pages Alternative: SourceHut Builds + Bunny.net

Learn how to replace GitHub Pages with SourceHut Builds, Bunny Storage and Bunny CDN. Set up a CI static site deployment workflow replacing GitHub Actions, with tools like SFTP, Rclone, and Curl using SourceHut’s CI platform running on Alpine Linux.

BurgeonLab: Full-text Supports Webmention Valid
Text • Naty S

Uses: Dependable Services and Tools I Rely On

Uses: Dependable Services and Tools I Rely On

Discover the tech, gear, and essentials Naty relies on; from hardware, software, and services to daily tools like bags, coffee gear, EDC, watches, and more.