From 8f1a1dda3c90241cca61def89cf2bb6ca214d52c Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 4 Mar 2022 14:14:10 +0500 Subject: bundle ip-address (to be used instead of ipaddr.js) This fucking sucks ass, but ipaddr.js is buggy: https://github.com/whitequark/ipaddr.js/issues/160 --- _config.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index 218372d..10924d0 100644 --- a/_config.yml +++ b/_config.yml @@ -2,12 +2,17 @@ baseurl: /wireguard-config exclude: - - Gemfile - - Gemfile.lock - Makefile - README.md + + - Gemfile + - Gemfile.lock - vendor/ + - node_modules/ + - package.json + - package-lock.json + # Plugins plugins: - jekyll-github-metadata -- cgit v1.2.3