4
0
Fork
You've already forked website
0
A worker-owned tech co-op. https://limeleaf.coop
  • HTML 71.2%
  • CSS 18.4%
  • Go 10.4%
2025年12月16日 15:32:15 -05:00
.github/workflows Update zola.yml 2024年07月12日 13:26:14 -04:00
code/safer-binary-decoding source code for safer decoding blog post 2024年06月05日 11:52:35 -04:00
content Fixed opengraph links 2025年12月16日 15:12:59 -05:00
design Changed all limeleaf.coop/ to / 2025年02月10日 11:08:50 -05:00
static Added mp3 for real 2025年12月16日 14:42:28 -05:00
templates Lots of tags weren't piped through "safe" 2025年12月16日 15:32:15 -05:00
.editorconfig Initial commit 2024年03月19日 19:15:08 -04:00
.gitignore zola the site 2024年03月29日 11:51:37 -04:00
config.toml Added a header 2025年10月27日 14:11:46 -04:00
README.md Changed .net to .coop 2025年09月16日 11:33:35 -04:00

limeleaf.coop

The website built with Zola.

Running locally

  1. Ensure Zola is installed
  2. Clone the repo
  3. Run zola serve from the directory containing the config.toml file

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...