-
Notifications
You must be signed in to change notification settings - Fork 641
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add better instructions on how to generate images #40
- Loading branch information
1 parent
6f8021e
commit 15b20cc
Showing
3 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,8 @@ | |
.bundle | ||
.sass-cache | ||
_site | ||
_img | ||
_img/posts/*.jpg | ||
_img/posts/*.png | ||
Gemfile.lock | ||
.idea/* | ||
npm-debug.log | ||
|
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
If you would like to generate images for your post, place them in this directory. You should also run `gulp img` from the command line, so that the images are generated with the right naming conventions for different. If you want more details, please check `gulpfile.js` line `167`. |