update and add the docs from butter

This commit is contained in:
n8fr8 2026-04-21 14:03:40 -04:00
parent fa3e971bb5
commit 3b0dabdfe8
138 changed files with 1164 additions and 586 deletions

View file

@ -3,3 +3,12 @@
How you can reach out!
Email: [help@globalsupport.link](mailto:help@globalsupport.link)
Signal or WhatsApp: [+447886176827](https://wa.me/+447886176827)
Telegram: [@GlobalSupportLink_bot](https://t.me/GlobalSupportLink_bot)
Matrix: [@ButterFactory:matrix.org](https://matrix.to/#/#butterfactory:matrix.org)
Send SMS via: +12494682242

View file

@ -3,10 +3,10 @@ import Layout from '@theme/Layout';
import Heading from '@theme/Heading';
const CONTACT_EMAIL = 'support@guardianproject.info';
const MAILING_LIST = 'https://lists.mayfirst.org/mailman/listinfo/butter/';
const BOOT_IMAGES = 'https://docs.likebutter.app/update-butter';
const REPO = 'https://gitlab.com/likebutter/butterbox-rpi';
const DOCS = 'https://docs.likebutter.app';
const MAILING_LIST = '/contact';
const BOOT_IMAGES = '/docs/update-butter';
const REPO = 'https://guardianproject.dev/butter';
const DOCS = '/docs';
function Hero() {
return (
@ -22,7 +22,7 @@ function Hero() {
</Heading>
<p className="hero-subtitle">
No Internet? No electricity? No problem. You can make the{' '}
<a href="/docs/intro">Butter app store</a> available anywhere with
<a href="/docs/">Butter app store</a> available anywhere with
Butter Box.
</p>
</div>
@ -40,7 +40,7 @@ export default function Home(): ReactNode {
<div className="container">
<div className="device-image">
<img
src="/img/plugged-in-to-solar.jpg"
src="/img/butterhome.jpg"
alt="A Butter Box: A Raspberry Pi Zero W 2 plugged into a battery and solar panel."
/>
<p className="caption">
@ -51,6 +51,10 @@ export default function Home(): ReactNode {
<section className="section">
<Heading as="h2">How does it work?</Heading>
<img
src="/img/plugged-in-to-solar.jpg"
alt="A Butter Box: A Raspberry Pi Zero W 2 plugged into a battery and solar panel."
/>
<p className="content-text">
Butter Box broadcasts its own WiFi network. Once you join, you
can install Butter, get apps, join a public chatroom, or make
@ -75,27 +79,12 @@ export default function Home(): ReactNode {
</a>
</section>
<section className="section">
<Heading as="h2">Join our community mailing list</Heading>
<p className="content-text">
Get support and share expertise with other &ldquo;Smooth
Operators&rdquo; (Butter Box stewards) around the world.
</p>
<a
className="btn-main"
target="_blank"
rel="noreferrer"
href={MAILING_LIST}>
Join the list here
</a>
</section>
<section className="section">
<Heading as="h2">Make your own Butter Box</Heading>
<p className="content-text">
You can make your own Butter Box by installing a pre-made image
on a Raspberry Pi. Just download the image and burn it onto a
MicroSD card using the same RPi Imager you&apos;d use to install
on a Raspberry Pi or even an old PC. Just download the image and burn it onto a
MicroSD card or USB drive using the same RPi or Disk Imager you&apos;d use to install
other distros.
</p>
<a