File tree Expand file tree Collapse file tree 1 file changed +25
-13
lines changed Expand file tree Collapse file tree 1 file changed +25
-13
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ lang: en-US
1717title : My Awesome Site
1818email :
1919description :
20- baseurl : # the subpath of your site, e.g. /blog
21- url : # the base hostname & protocol for your site, e.g. http ://example.com
20+ baseurl : # the optional subpath of your site, e.g. " /blog"
21+ url : # the base hostname & protocol for your site e.g. "https ://mmistakes.github.io"
2222author :
2323 name :
2424 twitter :
2525 picture :
2626twitter_username :
2727github_username :
28- logo :
28+ logo : # path of site logo, e.g. "/assets/images/logo.png"
2929
3030# Build settings
3131markdown : kramdown
@@ -43,16 +43,28 @@ paginate: 10
4343paginate_path : /page:num/
4444
4545# Exclude from processing.
46- # The following items will not be processed, by default. Create a custom list
47- # to override the default setting.
48- # exclude:
49- # - Gemfile
50- # - Gemfile.lock
51- # - node_modules
52- # - vendor/bundle/
53- # - vendor/cache/
54- # - vendor/gems/
55- # - vendor/ruby/
46+ exclude :
47+ - .asset-cache
48+ - .bundle
49+ - .codeclimate.yml
50+ - .editorconfig
51+ - .gitattributes
52+ - .jekyll-assets-cache
53+ - .sass-cache
54+ - .scss-lint.yml
55+ - CHANGELOG
56+ - Gemfile
57+ - Gemfile.lock
58+ - LICENSE
59+ - node_modules
60+ - Rakefile
61+ - README
62+ - vendor/bundle/
63+ - vendor/cache/
64+ - vendor/gems/
65+ - vendor/ruby/
66+ - /docs # ignore Basically Basic sample site
67+ - /example # ignore Basically Basic dev site
5668
5769# Front Matter Defaults
5870defaults :
You can’t perform that action at this time.
0 commit comments