diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-30 10:53:49 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-30 10:53:49 +0200 |
commit | c45fd4153b9ba7ec9db56914f4a11de6b50b2ee6 (patch) | |
tree | 2b6adc1b387867f14ecb7fe7b64c90deb6b7b268 /_config.yml | |
parent | upgrade to Jekyll 4 (diff) | |
download | egor-tensin.github.io-c45fd4153b9ba7ec9db56914f4a11de6b50b2ee6.tar.gz egor-tensin.github.io-c45fd4153b9ba7ec9db56914f4a11de6b50b2ee6.zip |
Makefile: move the prelude to prelude.mk
Diffstat (limited to '')
-rw-r--r-- | _config.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 65cd3b0..64e762d 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,7 @@ strict_front_matter: true exclude: - Makefile + - prelude.mk - README.md # Plugins |