A worker-owned tech co-op.
https://limeleaf.coop
- HTML 71.2%
- CSS 18.4%
- Go 10.4%
| .github/workflows | Update zola.yml | |
| code/safer-binary-decoding | source code for safer decoding blog post | |
| content | Fixed opengraph links | |
| design | Changed all limeleaf.coop/ to / | |
| static | Added mp3 for real | |
| templates | Lots of tags weren't piped through "safe" | |
| .editorconfig | Initial commit | |
| .gitignore | zola the site | |
| config.toml | Added a header | |
| README.md | Changed .net to .coop | |
limeleaf.coop
The website built with Zola.
Running locally
- Ensure Zola is installed
- Clone the repo
- Run
zola servefrom the directory containing theconfig.tomlfile
The site will be running at http://localhost:1111. You can edit any file in the repo and Zola will detect changes and automatically rebuild the site and refresh the browser (if open).
Deploying live
Any changes pushed to the main branch will automatically be pushed to
https://limeleaf.coop. If you don't want that to happen then issue a
PR with the changes or set the Front Matter (the fields between the
+++ characters to contain draft = true), but a PR is probably just
easier.
+++
title = "This is a test page"
draft = true
+++
The markdown content of the page...