Network Brouhaha

Networking, Cloud, Automation, Infrastructure, Containers and General Geekery

AGENTS.md

This file provides guidance to Codex (Codex.ai/code) when working with code in this repository.

About

Jekyll-based blog hosted on GitHub Pages at networkbrouhaha.com. Theme: jekyll-theme-modernist.

Commands

Run locally (with drafts and future-dated posts):

./serve.sh
# or equivalently:
bundle exec jekyll serve --drafts --future

Install dependencies (macOS):

./install.sh

Post Format

Posts live in _posts/ with filename YYYY-MM-DD-slug.md. Required front matter:

---
layout: post
theme: jekyll-theme-modernist
title: "Post Title"
date: YYYY-MM-DD
comments: true
excerpt: Short description shown in previews and Twitter cards.<p>
---

Images/Resources

Post images live under resources/YYYY/MM/ (e.g., resources/2023/01/image.png). Reference them with root-relative paths like /resources/2023/01/image.png.

Image embedding pattern used in posts:

{: .center}
[![](/resources/YYYY/MM/image.png)](/resources/YYYY/MM/image.png){:.drop-shadow}

Architecture

Lexington VMUG, 2018

Cincinnati VMUG, 2018

VMworld 2019

Microsoft Ignite 2019

VMUG Virtual Connect, June 2020

Rubrik Forward 2020

VMworld 2021

Women Who Code, September 2021

Google Next 2021

Webinars

Written content outside of this blog

`

Deployment

Pushing to master triggers GitHub Pages to build and deploy automatically. No CI config needed.