Start with Why: lead the page with the belief, not the features#6
Merged
Conversation
Restructures the landing page around Simon Sinek's golden circle (Why → How →
What) so it leads with why this exists, not what it ships.
- Hero now opens with the WHY: "Money you don't have to trust anyone with."
(was "Run the whole operation yourself"), with a belief-first sub. Kept the
keyword eyebrow ("Private Monero mining · self-hosted") for SEO, and the
one-command terminal right below as proof of the claim.
- New "// why we built this" beliefs section (data/content.yaml → beliefs):
three convictions — your money answers to no one, privacy isn't something you
ask for, sovereignty shouldn't take an expert — covering the project's pillars
(private, sovereign, easy) and the "trust no one, not even us" ethos.
- Reordered to Why → How → What: the "How we build" ethos section moves up,
ahead of the project features; stats/flow/projects/roadmap become the proof.
- Nav leads with "Why"; FAQ flipped to alt background to keep the section
rhythm after the move.
No new dependencies; beliefs reuse the existing visual system (orange rule +
section grid). Verified: hugo --gc --minify --panicOnWarning clean; htmltest
passes (all nav anchors resolve); 3-col beliefs on desktop, 1-col on mobile;
section order confirmed Why → How → What.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Reviewed pithead + rigforge (code + docs) to make the why tie to the what, then expanded the beliefs section from 3 to 4 convictions — one per angle — each a real decision in the repos, not a slogan: - "Your money should answer to no one." — own node + own P2Pool, rewards paid straight to your wallet, no operator/custodian/fee; the miner never holds a wallet address. - "Privacy isn't a setting you switch on." — Monero/Tari/P2Pool as Tor hidden services by default, RPC localhost-bound; Tor-first and honest about the outbound edges that aren't Tor yet (no "Tor-only" overclaim). - "Don't trust us. Verify us." — version-pinned + SHA256-checked binaries, no curl | bash, a privacy guide that maps every off-box connection incl. the open trade-offs, MIT. This is pithead's most authentic differentiator: honesty. - "Sovereignty shouldn't take an expert." — one command provisions node, Tor, payouts, kernel tuning, dashboard; sensible defaults, preview-before-apply, doctor. Section retitled "Beliefs you can see in the code." (was "Trust no one. Not even us." — now one of the four cards). Grid is 2x2 on desktop, 1-col on mobile. Wording vetted against the repos to avoid overclaims (zero-fee = P2Pool payouts; XvB donation is optional/minimized; "pinned/commit-verified", not "signed"). Verified: hugo --gc --minify --panicOnWarning clean; htmltest passes; 4 beliefs render 2x2. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Per the maintainer, the most compelling reason this exists is owning your own
stack; then mining without anyone knowing; then avoiding fees. Re-centered the
page on that, in that order.
- Hero: "Own the whole operation." (was "Money you don't have to trust anyone
with."), founder-voice sub: a stack you own outright, no operator's cut, no
custodian, mining kept quietly to yourself, one command.
- Beliefs reframed to the three real motivations + easy, sovereignty first:
1. Own the whole stack — runs on hardware you control, nothing anyone else can
switch off.
2. Mine without telling the world — Tor hidden services by default, no port
forwarding, IP not advertised to peers (Tor-first, honest about the edges).
3. Keep what you earn — P2Pool pays your wallet directly, no operator/cut; the
miner's dev fee is XMRig's 1%, one line to zero.
4. And it shouldn't take an expert — one command, defaults, preview, doctor.
Section retitled "Why it exists — and where to see it." (Dropped the standalone
"verify us" card — that's the how; it lives in the ethos section.)
Wording kept defensible: stealth framed as a goal ("kept quietly to yourself"),
not an absolute; no "Tor-only"; zero-fee = P2Pool payouts; dev fee 1% zeroable.
Verified: hugo --gc --minify --panicOnWarning clean; htmltest passes.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Reworks the landing page around Simon Sinek's golden circle — Why → How → What — so it leads with why this exists instead of jumping straight into services and features.
Why (leads the page)
Private Monero mining · self-hosted) and the keyword-rich<title>/meta/FAQ/JSON-LD, so leading with the emotional Why costs nothing in SEO.How → What
Notes
Verification
hugo --gc --minify --panicOnWarning— clean.htmltest— passes (every nav anchor, incl. the new#why, resolves).🤖 Generated with Claude Code
Update: all four why-angles, grounded in the code
Reviewed pithead + rigforge (code + docs) so the why ties to what the project actually is. Expanded the beliefs from 3 to 4 convictions — one per angle, each a real decision in the repos:
curl | bash, a privacy guide mapping every off-box connection incl. the open trade-offs, MIT. (Pithead's most authentic differentiator: honesty.)Section retitled "Beliefs you can see in the code." Grid is 2×2 desktop / 1-col mobile. Copy vetted against the repos to avoid overclaims (zero-fee = P2Pool payouts; XvB donation optional/minimized; "pinned/commit-verified", not "signed").
Update 2: led with sovereignty (the founder's actual why)
The maintainer's real reason for building this, in priority order: (1) own your own stack, (2) mine without anyone knowing, (3) avoid fees. Re-centered on that:
Stealth is framed as the goal ("kept quietly to yourself", "IP not advertised to peers"), not an absolute — consistent with the repo's Tor-first-not-Tor-only honesty.