mirror of https://git.sr.ht/~adnano/kiln
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.
|
23 hours ago | |
---|---|---|
docs | 23 hours ago | |
templates/_default | 5 months ago | |
.gitignore | 2 years ago | |
COPYING | 2 years ago | |
Makefile | 3 weeks ago | |
README.md | 1 year ago | |
config.toml | 5 months ago | |
frontmatter.go | 3 weeks ago | |
frontmatter_test.go | 3 weeks ago | |
funcs.go | 23 hours ago | |
go.mod | 5 months ago | |
go.sum | 5 months ago | |
main.go | 5 months ago | |
page.go | 1 week ago | |
site.go | 1 week ago | |
templates.go | 5 months ago |
README.md
kiln
A simple static site generator.
Features
- Simple
- Extensible
- Gemini support
- Atom feeds
- Go templates
Installation
First install the dependencies:
- Go 1.16 or later
- scdoc
Then compile:
$ make
# make install
Usage
See kiln(1)
For a general introduction, see the website.
Contributing
For end-user discussion and questions, start a thread on ~adnano/kiln-discuss.
Send patches to ~adnano/kiln-devel.
Subscribe to release announcements on ~adnano/kiln-announce.