diff options
| author | EuAndreh <eu@euandre.org> | 2022-04-12 13:50:18 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2022-04-12 13:50:18 -0300 |
| commit | e8af00cbb89475bced77c22800e516cfe665e001 (patch) | |
| tree | 59df0bdf7ced3ddc81286216846488c1c4419f66 | |
| parent | Makefile: Use $(JEKYLL) and include JEKYLL_ENV=production (diff) | |
| download | euandre.org-e8af00cbb89475bced77c22800e516cfe665e001.tar.gz euandre.org-e8af00cbb89475bced77c22800e516cfe665e001.tar.xz | |
_config.yml: Explicitly include .well-known/ directory
| -rw-r--r-- | _config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 727d9c1..da931ed 100644 --- a/_config.yml +++ b/_config.yml @@ -26,6 +26,9 @@ atom: screencasts: video: true +include: + - .well-known/ + exclude: - Gemfile - Gemfile.lock |
