From 5d093b3a339e6d497d62410df81a4dd8116c70bdaad36d738e175326819a0703 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Wed, 9 Nov 2022 00:00:00 +0000 Subject: Create configDir for journal generation This gets rid of the ugly dependency on Python scripts. By using configDir, two different configs can be specified. One for Gemini and one for the Web. This keeps everything separate, tidy, and much more maintainable. --- .gitignore | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index cb2f626..c7ce793 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ -public/ -capsule/ -website/ +public/capsule +public/website .hugo_build.lock -- cgit v1.2.3