Add Jekyll configuration
This commit is contained in:
parent
6b0eea666e
commit
72cb001e07
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
*.cabal
|
||||
Gemfile.lock
|
||||
_site/
|
||||
|
||||
.stack-work/
|
||||
|
||||
18
_config.yml
Normal file
18
_config.yml
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user