Fix GitHub pages theme config (#5450)

* Render meaningful repo files as pages

In README.md there are a link to CONTRIBUTING.md that doesn't work as github pages so configure to include some of this meaningful files present in repo.

* Enable relative link collections

Referenced Doc:
- https://github.com/benbalter/jekyll-relative-links#processing-collections
- https://github.com/nicolas-van/easy-markdown-to-github-pages#create-the-_configyml-file
This commit is contained in:
David Ordás 2021-07-26 18:54:59 +02:00 committed by GitHub
parent 3c42c3629e
commit 886dff0f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,12 @@
theme: jekyll-theme-minimal
plugins:
- jemoji
- jekyll-relative-links
relative_links:
enabled: true
collections: true
include:
- CONTRIBUTING.md
- LICENSE.md
- CODE_OF_CONDUCT.md