diff --git a/README.md b/README.md index 9a81935..132625a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ --- -title: "Project: Hugo Documentation Framework (Blowfish)" +title: "Wiki Site Architecture (Hugo)" description: "Architecture, local development, and deployment documentation for the central Hugo framework repository." author: wompmacho date: '2026-03-28T22:05:00-04:00' @@ -7,7 +7,7 @@ lastmod: '2026-03-28' tags: [hugo, framework, architecture, deployment, readme] --- -# Project: Hugo Documentation Framework (Blowfish) +# Hugo Documentation Framework (Blowfish) This repository (`hugo-framework`) manages the core **Hugo build environment** (engine, Blowfish theme, layouts, partials, and base configuration) for both the Public and Private Wikis. diff --git a/assets/css/custom.css b/assets/css/custom.css index 83288ae..01c9ec5 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -1,10 +1,17 @@ /* --- 1. Global Prose Rules --- */ .article-content.prose { width: 100%; - max-width: 65ch; + max-width: 85ch; margin: 0 auto; } +/* Expand container width for wide elements like iframes */ +/* .article-container, +.article-container .container, +main .container { + max-width: 95% !important; +} */ + /* --- 2. Absolute Isolation Layout --- */ .single-post-wrapper { display: flex;