Dépôt pour ma capsule Gemini
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Vincent Finance febf690461 fatigue-recentrage: correction orthographique #2 3 months ago
content fatigue-recentrage: correction orthographique #2 3 months ago
templates/_default move to kiln SSG 1 year ago
.gitignore move to kiln SSG 1 year ago
LICENSE move to kiln SSG 1 year ago
README.md update README + remove unfinished articles 1 year ago
config.toml move to kiln SSG 1 year ago

README.md

Repository of my gemini capsule

Dependencies

Installation

  • On Fedora GNU/Linux :
$ sudo dnf install golang scdoc
$ git clone https://git.sr.ht/~adnano/kiln
$ cd kiln && make
$ sudo make install

Workflow

To publish a new article, add a new .gmi file in content folder. Don't forget to add a header at the beginning of the file :

---
title: A cool article
date: 2022-01-01
---

To build the site, use the following command :

$ kiln build

License

CC BY 4.0