free-programming-books/_config.yml
Charlotte Tan de2f31976f
fix(docs): Use Kramdown processor (#6677)
* Update _config.yml

* add markdown=1

* add markdown="1"

* add markdown="1"

* remove extra space?

* update url

* try

* undo, wrong branch

* complete removing spaces?

Initial addressed at commit 83b7ee4112

* explicitly use kramdown

* try undo url change

* redoing url change

specifying `markdown: kramdown` explicitly did not change url parsing behavior

Co-authored-by: David Ordás <3125580+davorpa@users.noreply.github.com>
2022-01-31 11:58:31 -05:00

23 lines
349 B
YAML

# [Name of visual theme]
#theme: jekyll-theme-minimal
remote_theme: pages-themes/minimal@v0.2.0
# [Conversion]
markdown: kramdown
# [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