diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-13 20:50:55 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-07-13 21:01:39 +0200 |
commit | 7ac149b49364a60fdc3d4eea9e3e7dacd25530e2 (patch) | |
tree | 87cbfecad1fd660d1d1a92246d9f8e063a8db446 /_config.yml | |
parent | Makefile: move the prelude to prelude.mk (diff) | |
download | egor-tensin.github.io-7ac149b49364a60fdc3d4eea9e3e7dacd25530e2.tar.gz egor-tensin.github.io-7ac149b49364a60fdc3d4eea9e3e7dacd25530e2.zip |
add DEVELOPMENT.md
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 64e762d..c1368b2 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,7 @@ show_drafts: true strict_front_matter: true exclude: + - DEVELOPMENT.md - Makefile - prelude.mk - README.md |