Exclude theme sample files from processing if they aren't removed on install
This commit is contained in:
		
							parent
							
								
									0839c855af
								
							
						
					
					
						commit
						985fff0b82
					
				
							
								
								
									
										38
									
								
								_config.yml
								
								
								
								
							
							
						
						
									
										38
									
								
								_config.yml
								
								
								
								
							| 
						 | 
					@ -17,15 +17,15 @@ lang: en-US
 | 
				
			||||||
title: My Awesome Site
 | 
					title: My Awesome Site
 | 
				
			||||||
email:
 | 
					email:
 | 
				
			||||||
description:
 | 
					description:
 | 
				
			||||||
baseurl: # the subpath of your site, e.g. /blog
 | 
					baseurl: # the optional subpath of your site, e.g. "/blog"
 | 
				
			||||||
url: # the base hostname & protocol for your site, e.g. http://example.com
 | 
					url: # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
 | 
				
			||||||
author:
 | 
					author:
 | 
				
			||||||
  name:
 | 
					  name:
 | 
				
			||||||
  twitter:
 | 
					  twitter:
 | 
				
			||||||
  picture:
 | 
					  picture:
 | 
				
			||||||
twitter_username:
 | 
					twitter_username:
 | 
				
			||||||
github_username:
 | 
					github_username:
 | 
				
			||||||
logo:
 | 
					logo: # path of site logo, e.g. "/assets/images/logo.png"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Build settings
 | 
					# Build settings
 | 
				
			||||||
markdown: kramdown
 | 
					markdown: kramdown
 | 
				
			||||||
| 
						 | 
					@ -43,16 +43,28 @@ paginate: 10
 | 
				
			||||||
paginate_path: /page:num/
 | 
					paginate_path: /page:num/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Exclude from processing.
 | 
					# Exclude from processing.
 | 
				
			||||||
# The following items will not be processed, by default. Create a custom list
 | 
					exclude:
 | 
				
			||||||
# to override the default setting.
 | 
					  - .asset-cache
 | 
				
			||||||
# exclude:
 | 
					  - .bundle
 | 
				
			||||||
#   - Gemfile
 | 
					  - .codeclimate.yml
 | 
				
			||||||
#   - Gemfile.lock
 | 
					  - .editorconfig
 | 
				
			||||||
#   - node_modules
 | 
					  - .gitattributes
 | 
				
			||||||
#   - vendor/bundle/
 | 
					  - .jekyll-assets-cache
 | 
				
			||||||
#   - vendor/cache/
 | 
					  - .sass-cache
 | 
				
			||||||
#   - vendor/gems/
 | 
					  - .scss-lint.yml
 | 
				
			||||||
#   - vendor/ruby/
 | 
					  - CHANGELOG
 | 
				
			||||||
 | 
					  - Gemfile
 | 
				
			||||||
 | 
					  - Gemfile.lock
 | 
				
			||||||
 | 
					  - LICENSE
 | 
				
			||||||
 | 
					  - node_modules
 | 
				
			||||||
 | 
					  - Rakefile
 | 
				
			||||||
 | 
					  - README
 | 
				
			||||||
 | 
					  - vendor/bundle/
 | 
				
			||||||
 | 
					  - vendor/cache/
 | 
				
			||||||
 | 
					  - vendor/gems/
 | 
				
			||||||
 | 
					  - vendor/ruby/
 | 
				
			||||||
 | 
					  - /docs # ignore Basically Basic sample site
 | 
				
			||||||
 | 
					  - /example # ignore Basically Basic dev site
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Front Matter Defaults
 | 
					# Front Matter Defaults
 | 
				
			||||||
defaults:
 | 
					defaults:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue