A Directory For A Monero Circular Economy
Click me and add the "New Site Request" Label. Wait for a contributor to add it by following steps 1-4 below.
Adding a site is as easy as editing the DIRECTORY.yaml file. No code needed. Here are the steps:
- Assuming you're viewing this doc on github, press the period on your keyboard
. - This will open an editor in the browser, click on
DIRECTORY.yamlto open it - Add your site to this file, just follow the formatting of the other sites
- Click the "source control" button on the left-hand side, then click "create pull request"
- Wait for approval
- Easy, streamlined contributions for users and devs
- Hightly performant page that works without JavaScript.
- No backend to make hosting and distribution easier
- Add deployments for TOR and various decentralized web hosting services. We want something to fallback on in case the cloudflare site gets attacked. I'll have to configure dns failover or something to intelligently resolve the domain.
- add better styling
- Create CI/CD for all deployment endpoints
git clone
npm i
npm run dev
Remember to take a look at the build of the site before pushing a commit
npm run build
npm run preview
Because it's a resonably popular framework that works well as a Static Site Generator. It will also not limit future enhancements.
It's more human-readable than JSON while able to be easily parsed into a JS-friendly object. TOML doesn't support enough nesting and has less robust strings. Markdown has less flexibility and is harder to parse. XML is ugly. It's easy to refactor into multiple files. It makes it easy for non-technical users to contribute