Created
September 17, 2012 00:50
-
-
Save w3ddd/3735016 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
http://aligach.net/diary/20120716.html | |
git や gem 関係で必要なものも放っておくと出力(コピー)される*1ので、_config.yml の exclude: に定義しておくとよい | |
Textile は使わなくても RedCloth のインストールは必須で、かつ正しく依存性解決してくれない | |
ここはだいぶ変だと思う*2 | |
excludeの定義は例えばこんな感じ | |
exclude: | |
- .git | |
- .bundle | |
- Gemfile | |
- Gemfile.lock | |
- _config.yml | |
- _layouts | |
- params.json | |
- vendor |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment