Created
January 15, 2014 16:06
-
-
Save kaelifa/8438973 to your computer and use it in GitHub Desktop.
Example _config.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Project name | |
markdown: redcarpet | |
pygments: true | |
# Exclude the following from the build | |
# exclude css-src as this is the sass and not required for output | |
# exclude .sass-cache as not required for output | |
# exclude config.rb as these are the configuration settings for compass | |
# core files/folders to exclude | |
exclude: [css-src, .sass-cache, config.rb, .sublime-project, .scss, README.md, _maintenance.htm, codekit-config.json, Gemfile, Gemfile.lock, mixture.json] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment