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

Merge branch 'master' of git.eisfunke.com:software/nebelhorn

parents 822f66a2 528f64be
Loading
Loading
Loading
Loading
Loading
+23 −4
Original line number Diff line number Diff line
![Nebelhorn logo](logo/logo.svg)

# Nebelhorn

![Nebelhorn logo](logo/logo.svg)
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

The usage of Nebelhorn is documented in the [wiki](https://git.eisfunke.com/software/nebelhorn/wikis/home).


## Installation

To build Nebelhorn yourself all you need is a working [Stack](https://docs.haskellstack.org/en/stable/README/) installation.

Then clone or download this repository and run `stack install` in the repo folder. This will build Nebelhorn and install it as `.local/bin/nebelhorn`.

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.

A static blog generator written in Haskell and using Pandoc.
## Contribution

The template must contain:
- `$navbar$`: Here a `<navbar>` with `<a>`'s for every link will be inserted. The active one will have have the class `active`.
If you discover any bugs, or if you have comments or feature ideas, please do open an issue or even submit a merge request.