未验证 提交 886dff0f 编写于 作者: D David Ordás 提交者: GitHub

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
上级 3c42c362
theme: jekyll-theme-minimal
plugins:
- jemoji
- jekyll-relative-links
relative_links:
enabled: true
collections: true
include:
- CONTRIBUTING.md
- LICENSE.md
- CODE_OF_CONDUCT.md
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册