File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff 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.
2626baseurl : " " # the subpath of your site, e.g. /blog
2727url : " 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
3232languages : ["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
93102sass :
94103 quiet_deps : true
You can’t perform that action at this time.
0 commit comments