Rebuild the public website for the plugin-first product#21
Merged
Conversation
Move the Hugo marketing + docs site from old/www to the repo root and rewrite all of its content for the plugin-first herdr-plus. - Install is now `herdr plugin install cloudmanic/herdr-plus` everywhere (hero, install box, install steps, docs, llms.txt). Dropped the Homebrew/curl-first framing — the standalone binary is now an optional extra that does not register the plugin. - Removed the whole "modes" concept: deleted docs/modes.md and reframed the home page and docs around the two registered herdr actions (cloudmanic.herdr-plus.projects / .quick-actions). - Keybindings are now a manual [[keys.command]] plugin_action edit (or herdr's action menu), not the old `herdr-plus install` installer. - Config now lives in herdr's managed plugin dir (herdr plugin config-dir), falling back to ~/.config/herdr-plus only when run outside herdr. - Rewrote installation, quick-start, keybindings, configuration, projects, quick-actions, and troubleshooting; lighter edits to actions/examples. The action/project schemas and examples themselves are unchanged. Wire the site build at the repo root: port .github/workflows/site.yml (Tailwind v4 standalone + Hugo -> GitHub Pages) and add make site / site-dev / site-clean. `make site` builds clean (17 pages). Delete old/: the standalone-binary reference implementation has been fully ported (Projects + Quick Actions ship in the plugin) and git history retains it. Updated the README and test.yml notes that referenced it.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rebuilds the marketing + docs site for the plugin-first herdr-plus, and retires
old/.What changed
Moved the site to the repo root —
old/www→www(history preserved via renames), and rewrote all of its content for the plugin model. The design, screenshots, andllms.txt/llms-full.txtoutputs are kept; only the now-wrong product story changed:herdr plugin install cloudmanic/herdr-pluseverywhere (hero, install box, 3-step section, docs, llms). The old Homebrew/curl | shframing is demoted to an optional standalone binary that explicitly does not register the plugin.docs/modes.md, reframed the homepage + docs around the two registered herdr actions (cloudmanic.herdr-plus.projects/.quick-actions).[[keys.command]]plugin_actionedit (or herdr's action menu) — not the removedherdr-plus installinstaller.herdr plugin config-dir cloudmanic.herdr-plus), falling back to~/.config/herdr-plusonly when run outside herdr.Wired the site build at the root — ported
.github/workflows/site.yml(Tailwind v4 standalone + Hugo → GitHub Pages; already excluded fromrelease.yml) and addedmake site/site-dev/site-clean.Deleted
old/— the standalone-binary reference implementation is fully ported (Projects + Quick Actions ship in the plugin) and git history retains it. Updated the README +test.ymlnotes that referenced it.Verification
make sitebuilds clean — 17 pages, no template errors; a full stale sweep of the rendered output is clean (no--mode,herdr-plus install, "modes system", or stale config paths).go build/go vet/go test ./...all green after theold/deletion.www/public,www/static/css/app.css, etc. stay gitignored).