Skip to content

Commit 985fff0

Browse files
committed
Exclude theme sample files from processing if they aren't removed on install
1 parent 0839c85 commit 985fff0

File tree

1 file changed

+25
-13
lines changed

1 file changed

+25
-13
lines changed

_config.yml

Lines changed: 25 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ lang: en-US
1717
title: My Awesome Site
1818
email:
1919
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"
2222
author:
2323
name:
2424
twitter:
2525
picture:
2626
twitter_username:
2727
github_username:
28-
logo:
28+
logo: # path of site logo, e.g. "/assets/images/logo.png"
2929

3030
# Build settings
3131
markdown: kramdown
@@ -43,16 +43,28 @@ paginate: 10
4343
paginate_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
5870
defaults:

0 commit comments

Comments
 (0)