diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-30 10:13:34 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-06-30 10:13:34 +0200 |
commit | e1153e15fba7ed9c9c3af42d998a9f8b7baceb68 (patch) | |
tree | a54856675ea295cc27148b9afe7d9e5ea601b298 /_config.yml | |
parent | upgrade to Jekyll 4 (diff) | |
download | sorting-algorithms-e1153e15fba7ed9c9c3af42d998a9f8b7baceb68.tar.gz sorting-algorithms-e1153e15fba7ed9c9c3af42d998a9f8b7baceb68.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 f9f0030..59abb0d 100644 --- a/_config.yml +++ b/_config.yml @@ -7,6 +7,7 @@ strict_front_matter: true exclude: - Makefile + - prelude.mk - README.md # Plugins |