A worker-owned tech co-op. https://limeleaf.coop
  • HTML 71.4%
  • CSS 18.4%
  • Go 10.2%
Find a file
2026-04-03 19:54:42 +02: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 Update content/blog/atmosphere-2026-great-energy-but-we-need-to-see-the-money.md 2026-04-03 19:54:42 +02:00
design Changed all limeleaf.coop/ to / 2025-02-10 11:08:50 -05:00
static Atmosphere 2026 blog post 2026-04-02 16:33:03 -04:00
templates Updated logos 2026-03-24 11:04:50 -04: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...