1
0
mirror of https://github.com/namibia/free-programming-books.git synced 2024-05-28 20:10:49 +00:00
programming-books/_config.yml
Charlotte Tan 8c5ece625e
fix(docs): Update markdown processor to use GFM (#5810)
* Update markdown processor to use GFM

* Split markdown config into new section - Conversion
2021-10-03 21:55:54 -04:00

23 lines
344 B
YAML

# [Name of visual theme]
#theme: jekyll-theme-minimal
remote_theme: pages-themes/minimal@v0.2.0
# [Conversion]
markdown: GFM
# [Used rubygem plugins]
plugins:
- jekyll-remote-theme
- jemoji
- jekyll-relative-links
relative_links:
enabled: true
collections: true
include:
- CONTRIBUTING.md
- LICENSE.md
- CODE_OF_CONDUCT.md