mirror of
https://github.com/namibia/free-programming-books.git
synced 2024-11-11 15:20:59 +00:00
7845727b5f
Upgrades jekyll-theme-minimal to current version v0.2.0 See guidelines at: https://github.com/pages-themes/minimal#usage Related with EbookFoundation/free-programming-books#2479
20 lines
314 B
YAML
20 lines
314 B
YAML
# [Name of visual theme]
|
|
#theme: jekyll-theme-minimal
|
|
remote_theme: pages-themes/minimal@v0.2.0
|
|
|
|
# [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
|
|
|