rockcampbell.com/hugo.toml
Rock Campbell e132d6f2fb Add all missing tools to homepage grid, nav, and site index
The homepage's featured Tools grid (layouts/index.html) had drifted
out of sync with the actual set of apps on the site — only 6 of 13
were listed there. Brought it up to full parity: added Weather,
FlightWatch, Flights, Volleyball Score, Pixel Art, ASCII Art, and Ops
Dashboard.

Also added the two genuinely new ones (Weather, FlightWatch) to the
Explore nav dropdown (hugo.toml) and the Site Index page
(content/explore.md), which were both otherwise complete.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018pkC97LryUBHRQWsnFM69x
2026-09-12 19:08:06 +00:00

124 lines
2.1 KiB
TOML

baseURL = 'https://rockcampbell.com/'
canonifyURLs = true
languageCode = 'en-us'
title = 'rockcampbell'
theme = 'parchment'
contentDir = "content"
[pagination]
pagerSize = 8
[Params]
description = "Writer, thinker, technologist. Morning briefs, Stoic reflections, self-hosting, and systems thinking."
googleAnalytics = 'G-LMKPZJ98Y8'
# Main nav: Posts as a direct link, then an Explore dropdown for everything else
[[menus.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"
weight = 1
[[menus.main]]
identifier = "explore"
name = "Explore"
url = "/explore/"
weight = 2
# Explore dropdown children — blog navigation
[[menus.main]]
name = "Tags"
url = "/tags/"
parent = "explore"
weight = 1
[[menus.main]]
name = "Site Index"
url = "/explore/"
parent = "explore"
weight = 2
# Explore dropdown children — tools
[[menus.main]]
name = "Status Dashboard"
url = "/status"
parent = "explore"
weight = 3
[[menus.main]]
name = "AirBrief"
url = "/airbrief"
parent = "explore"
weight = 4
[[menus.main]]
name = "Flights"
url = "/flights"
parent = "explore"
weight = 5
[[menus.main]]
name = "Volleyball Score"
url = "/volleyball-score"
parent = "explore"
weight = 6
[[menus.main]]
name = "Pixel Art"
url = "/pixel-art"
parent = "explore"
weight = 7
[[menus.main]]
name = "ASCII Art"
url = "/ascii-art"
parent = "explore"
weight = 8
[[menus.main]]
name = "Earth View"
url = "/earth"
parent = "explore"
weight = 9
[[menus.main]]
name = "ytdl"
url = "/ytdl"
parent = "explore"
weight = 10
[[menus.main]]
name = "Weather"
url = "/weather"
parent = "explore"
weight = 11
[[menus.main]]
name = "FlightWatch"
url = "/flightwatch"
parent = "explore"
weight = 12
[[menus.main]]
name = "Ops Dashboard"
url = "https://ops.rockcampbell.com"
parent = "explore"
weight = 13
[[menus.main]]
name = "GeoPulse"
url = "https://geopulse.rockcampbell.com"
parent = "explore"
weight = 14
[[menus.footer]]
name = "RSS"
url = "/index.xml"
weight = 1
[[menus.footer]]
name = "Site Index"
url = "/explore/"
weight = 2