mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-18 09:26:10 +00:00
de2f31976f
* 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>
23 lines
349 B
YAML
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
|
|
|