Skip to content

Commit 77f3131

Browse files
committed
Update jekyll config
1 parent e75226c commit 77f3131

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

_config.yml

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ description: >- # this means to ignore newlines until "baseurl:"
2525
Follow the adventures of quirky characters in increasingly ridiculous situations.
2626
baseurl: "" # the subpath of your site, e.g. /blog
2727
url: "http://one-review-man.ctln.pw" # the base hostname & protocol for your site, e.g. http://example.com
28-
twitter_username: jekyllrb
29-
github_username: jekyll
28+
twitter_username: cutalion
29+
github_username: cutalion
3030

3131
# Multilingual settings
3232
languages: ["en", "ru"]
@@ -40,7 +40,8 @@ plugins:
4040
- jekyll-polyglot
4141

4242
# Header pages for navigation
43-
header_pages: []
43+
header_pages:
44+
[]
4445
# - chapters.md
4546
# - characters.md
4647
# - chapters.ru.md
@@ -89,6 +90,14 @@ exclude:
8990
- vendor/gems/
9091
- vendor/ruby/
9192
- scripts/
93+
- spec/
94+
- bin/
95+
- lib/
96+
- tmp/
97+
- repomix*
98+
- README.md
99+
- CNAME
100+
- BOOK_CLI_PLAN.md
92101

93102
sass:
94103
quiet_deps: true

0 commit comments

Comments
 (0)