mu-haskell/docs/_config.yml

26 lines
900 B
YAML
Raw Permalink Normal View History

2019-12-20 13:18:23 +03:00
#-------------------------
name: Mu-Haskell
#-------------------------
title: Mu-Haskell # To be used on meta tags mainly
#-------------------------
description: Mu is a purely functional library for building microservices.
2019-12-20 13:18:23 +03:00
#-------------------------
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
2019-12-20 13:18:23 +03:00
#-------------------------
markdown: kramdown
sass:
sass_dir: _sass
style: compressed
sourcemap: never
#-------------------------
permalink: pretty
#-------------------------
exclude: ['config.ru', 'Gemfile', 'Gemfile.lock', 'vendor', 'Procfile', 'Rakefile']
#-------------------------