test for updating content width and updating readme

This commit is contained in:
2026-05-31 21:08:40 +00:00
Unverified
parent d9b7aa88d0
commit 42048df602
2 changed files with 10 additions and 3 deletions

View File

@@ -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." description: "Architecture, local development, and deployment documentation for the central Hugo framework repository."
author: wompmacho author: wompmacho
date: '2026-03-28T22:05:00-04:00' date: '2026-03-28T22:05:00-04:00'
@@ -7,7 +7,7 @@ lastmod: '2026-03-28'
tags: [hugo, framework, architecture, deployment, readme] 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. 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.

View File

@@ -1,10 +1,17 @@
/* --- 1. Global Prose Rules --- */ /* --- 1. Global Prose Rules --- */
.article-content.prose { .article-content.prose {
width: 100%; width: 100%;
max-width: 65ch; max-width: 85ch;
margin: 0 auto; 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 --- */ /* --- 2. Absolute Isolation Layout --- */
.single-post-wrapper { .single-post-wrapper {
display: flex; display: flex;