https://github.com/freenet/web
https://github.com/freenet/web
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/freenet/web
- Owner: freenet
- License: other
- Created: 2024-06-11T21:02:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T02:33:57.000Z (over 1 year ago)
- Last Synced: 2024-10-30T02:55:59.332Z (over 1 year ago)
- Language: JavaScript
- Size: 12.2 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- Awesome-Freenet - Freenet.org Site
README
# The [freenet.org](https://freenet.org/) website source code
## Directory overview
- [hugo-site](/hugo-site) - The main website generated using [Hugo](https://gohugo.io) static site
generator.
- [rust/gkwasm](/rust/gkwasm) - The code that generates the webassembly used by
[Ghost Keys](https://freenet.org/ghostkey/create/)
- [rust/gklib](/rust/gklib) - A Rust [crate](https://crates.io/crates/ghostkey_lib) for use with
Ghost Keys
- [rust/cli](/rust/cli) - A Rust [command line tool](https://crates.io/crates/ghostkey) for use with
Ghost Keys
- [rust/api](/rust/api) - The API used by the website to create new Ghost Keys, built using
[Axom](https://crates.io/crates/axum)