Commit 528f64be authored by Nicolas Lenz's avatar Nicolas Lenz ❄️
Browse files

Update README.md

parent 8f143965
Loading
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -2,7 +2,9 @@

# Nebelhorn

A flexible static blog generator using [Pandoc](https://pandoc.org), written in Haskell.
A flexible static website generator using [Pandoc](https://pandoc.org), written in Haskell.

For an example of what it can do, take a look at [my blog](https://www.eisfunke.com).


## Usage
@@ -19,3 +21,7 @@ Then clone or download this repository and run `stack install` in the repo folde
Alternatively download the latest binary [here](https://git.eisfunke.com/software/nebelhorn/-/jobs/artifacts/master/raw/nebelhorn?job=build). It has no dependencies except glibc, so it should run out-of-the-box on most Linux systems (not Alpine).

Official packages or container are not yet available, but planned.

## Contribution

If you discover any bugs, or if you have comments or feature ideas, please do open an issue or even submit a merge request.