diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:48:01 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:48:01 +0500 |
commit | 16b88f71e42f3e4f6065365a8d6c3b7212b1ac25 (patch) | |
tree | d85b750f8333e661487366b43ad9db328d4f6ad2 /_config.yml | |
parent | this nokogiri version requires Ruby >= 2.6 (diff) | |
download | blog-16b88f71e42f3e4f6065365a8d6c3b7212b1ac25.tar.gz blog-16b88f71e42f3e4f6065365a8d6c3b7212b1ac25.zip |
add Makefile with shortcuts
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 33e3462..ae3f7d9 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ baseurl: /blog exclude: - Gemfile - Gemfile.lock + - Makefile - README.md - vendor/ |