Add Jekyll configuration

This commit is contained in:
Juan Pedro Villa Isaza 2020-02-16 11:29:40 -05:00
parent 6b0eea666e
commit 72cb001e07
3 changed files with 24 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,2 +1,4 @@
*.cabal
Gemfile.lock
_site/
.stack-work/

3
Gemfile Normal file
View File

@ -0,0 +1,3 @@
source "https://rubygems.org/"
gem "github-pages"

18
_config.yml Normal file
View File

@ -0,0 +1,18 @@
exclude:
- CHANGELOG.md
- Gemfile
- Gemfile.lock
- LICENSE.md
- Main.hs
- licensor.cabal
- package.yaml
- src/
- package.yaml
- stack.yaml
- stack.yaml.lock
plugins:
- jekyll-readme-index
readme_index:
remove_originals: true