diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-09 20:07:39 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-08-09 20:07:39 +0300 |
commit | da869b77087c83597ae14a3b0353d9ce3ba2f932 (patch) | |
tree | 009268b8bbcc66678d5cb90a6195c32cfb42ee20 /_config.yml | |
parent | serve.sh: add destination directory parameter (diff) | |
download | jekyll-theme-da869b77087c83597ae14a3b0353d9ce3ba2f932.tar.gz jekyll-theme-da869b77087c83597ae14a3b0353d9ce3ba2f932.zip |
add build.sh
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index e16ff68..51cbf2f 100644 --- a/_config.yml +++ b/_config.yml @@ -3,6 +3,7 @@ plugins: - jekyll-github-metadata exclude: + - build.sh - Gemfile - Gemfile.lock - LICENSE.txt |