Goal: Create an Nginx Image with Baked-In Hugo Content
We need an image that stops relying on the /config bind mount for the site content (/config/www) and instead has that content baked inside the image. 1. Identify Key Information…
We need an image that stops relying on the /config bind mount for the site content (/config/www) and instead has that content baked inside the image. 1. Identify Key Information…
Feature Ghost Blog (CMS) Hugo (Static Site Generator) Obsidian (Knowledge Base) Content Format Markdown (stored in a database) Markdown (stored as flat files) Markdown (stored as flat files in a…
How to use the script layouts/partials/menu.html Reference the partial: Include the partial in your theme’s header or layout file: layouts/partials/header.html Run the script: From your terminal, run the Python script.