Website for the ThreeFold.io https://threefold.io/
  • HTML 97.9%
  • JavaScript 1.8%
  • Shell 0.3%
Find a file
marionrvrn 407ab582f0
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 9s
update content
2026-03-25 15:49:20 +01: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 update content 2026-03-18 17:33:25 +01:00
Makefile Clean up repo: fix V3.18 deployment and remove Zola remnants 2026-03-11 10:17:52 -04:00
our-journey.html update content 2026-03-25 15:49:20 +01:00
privacypolicy.html fix: improve site readability, fix broken links and nav issues 2026-03-16 10:42:00 -04:00
project-mycelium.html update content 2026-03-18 17:33:25 +01: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