mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-18 09:26:10 +00:00
886dff0f8f
* 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
13 lines
194 B
YAML
13 lines
194 B
YAML
theme: jekyll-theme-minimal
|
|
plugins:
|
|
- jemoji
|
|
- jekyll-relative-links
|
|
relative_links:
|
|
enabled: true
|
|
collections: true
|
|
include:
|
|
- CONTRIBUTING.md
|
|
- LICENSE.md
|
|
- CODE_OF_CONDUCT.md
|
|
|