Public facing website for M. & Mo. Honey Co. LLC at mandmohoneyco.com.
Created by critters, Crafted by hand.
M. & Mo. Honey Co. is a locally owned and operated honey and beeswax products company based in Tulsa, Oklahoma. This site serves as our online presence for product information and pricing.
- Hugo static site generator (v0.152.2 extended)
- Custom theme (no external theme dependency)
- Deployed to GitHub Pages via GitHub Actions
- Custom domain via Cloudflare DNS
# Install Hugo (Fedora)
sudo dnf install hugo
# Run dev server with drafts
hugo server -D
# Production build
hugo --gc --minifyThe dev server runs at http://localhost:1313 with live reload.
All products and prices are managed in a single file: data/products.yaml. Edit this file to add, remove, or update products. Changes pushed to main deploy automatically.
Pushes to main trigger the GitHub Actions workflow (.github/workflows/hugo.yaml) which builds the site and deploys to GitHub Pages. No manual deployment steps needed.
content/ Markdown pages (home, products, about, contact)
data/ Product catalog (products.yaml)
layouts/ Hugo templates and partials
assets/css/ Stylesheet (main.css)
static/images/ Beehive illustrations and brand assets
resources/ Source branding files from Canva (not tracked in git)