From 0151b3ee64fd823d61b0c169882c4bcf18dbbaf6 Mon Sep 17 00:00:00 2001 From: Chase Dumphord Date: Tue, 16 Jun 2026 00:30:10 -0500 Subject: [PATCH] docs: add section comments to site config and analytics include --- _config.yml | 13 +++++++++++++ _includes/head-custom.html | 36 +++++++++++++++++++++++++++++++++--- 2 files changed, 46 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 851e60a..941c368 100644 --- a/_config.yml +++ b/_config.yml @@ -1,3 +1,16 @@ +# ============================================================= +# FILE: _config.yml +# PURPOSE: Jekyll site configuration. GitHub Pages reads this +# file to build and theme the static site from markdown. +# ============================================================= + +# SECTION: Theme +# Tells Jekyll which gem-based theme to use for layouts and styles. +# "minima" is the GitHub Pages default — clean, responsive, no setup needed. +# It also auto-injects _includes/head-custom.html into every page . theme: minima + +# SECTION: Site Identity +# Used in the browser tab title, SEO meta tags, and the site header. title: "Ced's HomeLab" description: "Production-style homelab running real infrastructure, real workloads, and a live NOC dashboard." diff --git a/_includes/head-custom.html b/_includes/head-custom.html index 30d88d1..9783ed2 100644 --- a/_includes/head-custom.html +++ b/_includes/head-custom.html @@ -1,15 +1,45 @@ - + + + - +