mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-10-31 18:52:34 +00:00
8c5ece625e
* Update markdown processor to use GFM * Split markdown config into new section - Conversion
23 lines
344 B
YAML
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
|
|
|