aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_config.yml
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-04 14:14:10 +0500
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-04 14:35:05 +0500
commit8f1a1dda3c90241cca61def89cf2bb6ca214d52c (patch)
treebe71bdd3c886eb399d48f7779791d9ce79442486 /_config.yml
parentmain.js: refactor IP address parsing (diff)
downloadwireguard-config-8f1a1dda3c90241cca61def89cf2bb6ca214d52c.tar.gz
wireguard-config-8f1a1dda3c90241cca61def89cf2bb6ca214d52c.zip
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
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml9
1 files changed, 7 insertions, 2 deletions
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