diff options
author | Michael Weiss | 2018-03-22 16:26:51 +0100 |
---|---|---|
committer | Michael Weiss | 2018-03-22 16:26:51 +0100 |
commit | 5f34fe4df93f552451fc764046b5d244ef06afda (patch) | |
tree | d11e53ddda4ef01d542e7585b6be1977c4a1b35c | |
parent | 2afd5ed918b517e19530c37b378c9051b073a4d9 (diff) |
Explicitly include CONTRIBUTING.md so that Jekyll renders it
-rw-r--r-- | _config.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 2f7efbe..b07a69b 100644 --- a/_config.yml +++ b/_config.yml @@ -1 +1,2 @@ -theme: jekyll-theme-minimal
\ No newline at end of file +theme: jekyll-theme-minimal +include: [CONTRIBUTING.md] |