Landing page for Tahoe-LAFS project: https://www.lafs.eval.latfa.net/ - WiP
Go to file
Benoit Donneaux bc29507dc4
All checks were successful
Jekyll / jekyll (pull_request) Successful in 37s
Jekyll cleanup / jekyll_cleanup (pull_request) Successful in 9s
Rework the about section to match the mock-up
Signed-off-by: Benoit Donneaux <benoit@leastauthority.com>
2025-05-06 13:43:59 +02:00
.gitea Fix Jeakyll preview cleanup step (#6) 2024-05-24 12:30:52 +00:00
docker/jekyll Enable livereload and adapt the doc accordingly 2025-05-02 09:55:17 +02:00
src Rework the about section to match the mock-up 2025-05-06 13:43:59 +02:00
_config.yml Disable share links from post pages 2024-11-19 17:52:18 +01:00
.gitignore Prepare Jekyll requirements 2024-04-24 00:33:08 +02:00
docker-compose.yml Enable livereload and adapt the doc accordingly 2025-05-02 09:55:17 +02:00
Gemfile Prepare Jekyll requirements 2024-04-24 00:33:08 +02:00
Gemfile.lock Prepare Jekyll requirements 2024-04-24 00:33:08 +02:00
LICENSE Initial landing page based on the existing Wiki home page 2024-05-14 19:02:06 +02:00
README.md Enable livereload and adapt the doc accordingly 2025-05-02 09:55:17 +02:00

Web landing page for the Tahoe-LAFS project

The goal of this web page is to represent the Tahoe-LAFS project to the public.

It gives guidance on getting started for end-users, developers building with Tahoe-LAFS and hackers interested working on Tahoe-LAFS itself alike.

Building

This web page is built and deployed by CI. A preview is also automaticaly genereated for PRs made from branches local to this repository (require push/write permission).

If you want to pre-view your changes on your local machine before pushing commits, you might want to start a development server.

Issuing this command on a system with Docker runs a web server on http://localhost:4000/ that re-builds and refresh the page automatically on source file change:

docker-compose up

Contributing

We welcome contributions! Easiest is to open tickets or pull requests directly. If unsure, join the IRC or ask on the Tahoe-LAFS developer mailing list.