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.
|
3 months ago | |
---|---|---|
content | 3 months ago | |
templates/_default | 1 year ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
config.toml | 1 year ago |
README.md
Repository of my gemini capsule
Dependencies
- kiln
- golang
- scdoc
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