Website for the ThreeFold.io https://threefold.io/
- HTML 97.9%
- JavaScript 1.8%
- Shell 0.3%
|
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 10s
The build.sh was only copying index.html, our-journey, and project-mycelium to public/. Legal pages (termsconditions, privacypolicy, impressum) were missing, causing 404s on dev.threefold.io. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .forgejo/workflows | ||
| impressum | ||
| our-journey | ||
| privacypolicy | ||
| project-mycelium | ||
| static | ||
| termsconditions | ||
| .gitignore | ||
| build.sh | ||
| impressum.html | ||
| index.html | ||
| Makefile | ||
| our-journey.html | ||
| privacypolicy.html | ||
| project-mycelium.html | ||
| README.md | ||
| termsconditions.html | ||
ThreeFold Website
The official website of ThreeFold.
Deployment
- Production: www.threefold.io —
mainbranch - Staging: dev.threefold.io —
developmentbranch
CI on Forgejo automatically builds and deploys on push to either branch.
Structure
index.html — Homepage
our-journey.html — Our Journey page
project-mycelium.html — Project Mycelium page
static/ — Images and JS assets
build.sh — Copies HTML + static into public/ for deployment
Local preview
make build
# then open public/index.html in a browser