From 8d814408fcf95b8ddcf4697d9a86ca357b19fa18 Mon Sep 17 00:00:00 2001 From: Jan Czizikow Date: Thu, 16 Aug 2018 07:03:51 +0200 Subject: [PATCH] Add better instructions on how to generate images #40 --- .gitignore | 3 ++- _img/posts/.gitkeep | 0 _img/posts/README.md | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 _img/posts/.gitkeep create mode 100644 _img/posts/README.md diff --git a/.gitignore b/.gitignore index 720bc04b2..1c7721b87 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,8 @@ .bundle .sass-cache _site -_img +_img/posts/*.jpg +_img/posts/*.png Gemfile.lock .idea/* npm-debug.log diff --git a/_img/posts/.gitkeep b/_img/posts/.gitkeep new file mode 100644 index 000000000..e69de29bb diff --git a/_img/posts/README.md b/_img/posts/README.md new file mode 100644 index 000000000..38cfab7e6 --- /dev/null +++ b/_img/posts/README.md @@ -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`.