diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:14:13 +0500 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-02 13:14:13 +0500 |
commit | a6b72843b572a234998ccf2e98be55762942eba1 (patch) | |
tree | d2204efc4ecf2722098f408b809b418ea9240be2 /_config.yml | |
parent | this nokogiri version requires Ruby >= 2.6 (diff) | |
download | jekyll-theme-a6b72843b572a234998ccf2e98be55762942eba1.tar.gz jekyll-theme-a6b72843b572a234998ccf2e98be55762942eba1.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 5542d59..05cd33e 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ baseurl: /jekyll-theme exclude: - Gemfile - Gemfile.lock + - Makefile - README.md - vendor/ |