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
17
17
title : My Awesome Site
18
18
email :
19
19
description :
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"
22
22
author :
23
23
name :
24
24
twitter :
25
25
picture :
26
26
twitter_username :
27
27
github_username :
28
- logo :
28
+ logo : # path of site logo, e.g. "/assets/images/logo.png"
29
29
30
30
# Build settings
31
31
markdown : kramdown
@@ -43,16 +43,28 @@ paginate: 10
43
43
paginate_path : /page:num/
44
44
45
45
# 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
56
68
57
69
# Front Matter Defaults
58
70
defaults :
You can’t perform that action at this time.
0 commit comments