Fix connection drops on Omarchy

Pings and pages work, then they don't. How to settle a flaky Omarchy connection with IPv4 over DHCP and a properly wired DNS stack.

Boot Omarchy without a LUKS passphrase

Every boot asks for the LUKS passphrase. How to make Omarchy unlock and start up on its own instead.

hugo-cms.nvim at a Glance

Short overview of my neovim plugin hugo-cms.nvim, and the whole series in reading order.

Toggle Completion in LazyVim with a Keybinding

Toggle blink.cmp on and off per buffer with Ctrl+Q in LazyVim. A small plugin override using Snacks.toggle.

Workflow with hugo-cms.nvim, SEO Check and Gotchas

What I check before publishing, how the publishing loop runs, and a handful of gotchas I've run into using hugo-cms.nvim.

Multilingual Sites with hugo-cms.nvim, Slugs, Translations and Covers

Per-language URL slugs, a clean translation workflow, and cover images with alt text that fits each language.

Media, Preview and Deploy with hugo-cms.nvim

Pull images and attachments into the bundle, drop them in at the cursor, set covers, run a local preview, and deploy with deploy.sh.

Managing Posts with hugo-cms.nvim, Finding, Editing, Renaming

Find posts via picker and full-text search, maintain front matter and tags, toggle drafts, rename or delete content, all from the editor.

Getting Started with hugo-cms.nvim, Site Setup and First Post

Register a Hugo site with hugo-cms.nvim, set up a clean archetype, and write your first post — all from the editor.

hugo-cms.nvim, a Plugin for Hugo in neovim

How I run Hugo straight from neovim without jumping into a terminal or file manager. A plugin I wrote called hugo-cms.nvim.