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

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

parents 3bd86865 490bf6ab
Loading
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
image: fpco/stack-build:lts-14.6

variables:
  STACK_ROOT: "${CI_PROJECT_DIR}/.stack"

cache:
  paths:
    - .stack-work
    - ~/.stack
    - .stack

build:
  stage: build
  script:
    - stack build
    - cp $(stack path --dist-dir)/build/nebelhorn/nebelhorn .
  artifacts:
    paths:
      - nebelhorn
+2 −0
Original line number Diff line number Diff line
# Nebelhorn

![Nebelhorn logo](logo/logo.svg)

A static blog generator written in Haskell and using Pandoc.

The template must contain: