diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-26 11:17:49 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-26 17:12:42 +0100 |
commit | 1ff35f5d65f6a85b0c112869653503a2f173e176 (patch) | |
tree | f39434ebd182e978ac1d05069886fb6222636a5f /_config.yml | |
parent | markdown: link to document's source (diff) | |
download | blog-1ff35f5d65f6a85b0c112869653503a2f173e176.tar.gz blog-1ff35f5d65f6a85b0c112869653503a2f173e176.zip |
add deps.sh to install working versions2019
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 05aac75..3f62f8b 100644 --- a/_config.yml +++ b/_config.yml @@ -10,6 +10,7 @@ exclude: - serve.bat - serve.sh - README.md + - deps.sh paginate: 10 |