summaryrefslogtreecommitdiff
path: root/README.md
blob: 4c45f2f76d9105feff58d86df07fc881d0e17613 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Crocc

Crocc is a simple static-site generator based on Markdown.
The main goal of Crocc is to offer simplicity, as opposed to other static-site
generation tools such as Hugo or Jekyll.
Indeed, you only need Markdown to write content in a productive manner, and
everything else is standard scripts (JavaScript, CSS, images, etc.).

More information can be found on the [project's website](https://crocc.nc0.fr).

## License

The project is governed by a BSD-style license that can be found in the 
[LICENSE](LICENSE) file.