Website for the ThreeFold.io https://threefold.io/
  • HTML 97.9%
  • JavaScript 1.8%
  • Shell 0.3%
Find a file
mik-tf 9ecb7b7445
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 10s
fix: add legal pages to build script
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>
2026-03-16 10:45:01 -04:00
.forgejo/workflows Replace Zola site with v2 static HTML pages for dev.threefold.io 2026-03-10 08:57:11 -04:00
impressum fix: improve site readability, fix broken links and nav issues 2026-03-16 10:42:00 -04:00
our-journey fix: improve site readability, fix broken links and nav issues 2026-03-16 10:42:00 -04:00
privacypolicy fix: improve site readability, fix broken links and nav issues 2026-03-16 10:42:00 -04:00
project-mycelium fix: improve site readability, fix broken links and nav issues 2026-03-16 10:42:00 -04:00
static Remove Windows Zone.Identifier files 2025-12-18 15:37:23 +02:00
termsconditions fix: improve site readability, fix broken links and nav issues 2026-03-16 10:42:00 -04:00
.gitignore Clean up repo: fix V3.18 deployment and remove Zola remnants 2026-03-11 10:17:52 -04:00
build.sh fix: add legal pages to build script 2026-03-16 10:45:01 -04:00
impressum.html fix: improve site readability, fix broken links and nav issues 2026-03-16 10:42:00 -04:00
index.html fix: improve site readability, fix broken links and nav issues 2026-03-16 10:42:00 -04:00
Makefile Clean up repo: fix V3.18 deployment and remove Zola remnants 2026-03-11 10:17:52 -04:00
our-journey.html fix: improve site readability, fix broken links and nav issues 2026-03-16 10:42:00 -04:00
privacypolicy.html fix: improve site readability, fix broken links and nav issues 2026-03-16 10:42:00 -04:00
project-mycelium.html fix: improve site readability, fix broken links and nav issues 2026-03-16 10:42:00 -04:00
README.md Clean up repo: fix V3.18 deployment and remove Zola remnants 2026-03-11 10:17:52 -04:00
termsconditions.html fix: improve site readability, fix broken links and nav issues 2026-03-16 10:42:00 -04:00

ThreeFold Website

The official website of ThreeFold.

Deployment

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