Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.

Commit b48fe5e

Browse files
Minor improvements and a minor fix on the demo website _config.yml
1 parent 7cdef03 commit b48fe5e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

example/_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
name: Flex
22
markdown: redcarpet
33
highlighter: pygments
4+
exclude: ["Gemfile", "Gemfile.lock", "LICENSE.txt", "README.md"]
45

56
baseurl: ""
67
permalink: /:title/
78

9+
10+
# Paginate
811
paginate: 1
912
paginate_path: "/pagination/page:num/"
1013

14+
1115
# Plugins
1216
gems:
1317
- jekyll-multiple-languages-plugin
@@ -17,4 +21,4 @@ gems:
1721
# jekyll-multiple-languages-plugin settings:
1822
languages: ["it", "en", "es"]
1923

20-
exclude_from_localizations: ["javascript", "images", "css", "Gemfile", "scripts", "favicon.ico", "LICENSE", "README.md"]
24+
exclude_from_localizations: ["javascript", "images", "css", "scripts", "favicon.ico"]

0 commit comments

Comments
 (0)