From 6d04db3b2af973690e3f3870f21d1cd992b444bf Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 13 Dec 2023 23:05:39 +0100 Subject: add the usual Jekyll infrastructure --- _config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 _config.yml (limited to '_config.yml') diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..74f77dc --- /dev/null +++ b/_config.yml @@ -0,0 +1,8 @@ +source: src +destination: build + +open_url: true +strict_front_matter: true + +plugins: + - jekyll-tidy -- cgit v1.2.3