mu-haskell/docs/_config.yml
2020-01-24 16:42:23 +01:00

26 lines
900 B
YAML
Executable File

#-------------------------
name: Mu-Haskell
#-------------------------
title: Mu-Haskell # To be used on meta tags mainly
#-------------------------
description: Mu is a purely functional library for building microservices.
#-------------------------
author: 47 Degrees
keywords: functional-programming, monads, monad-transformers, functional-data-structure, swift, bow, fp-types, adt, free-monads, tagless-final, mtl, for-comprehension, category-theory
#-------------------------
github-owner: higherkindness
github-repo: mu-haskell
#-------------------------
url: https://higherkindess.io/mu-haskell
#-------------------------
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
sourcemap: never
#-------------------------
permalink: pretty
#-------------------------
exclude: ['config.ru', 'Gemfile', 'Gemfile.lock', 'vendor', 'Procfile', 'Rakefile']
#-------------------------