From 1772b80ab30752713ecd8ce749f0c7a261839daf Mon Sep 17 00:00:00 2001 From: Bill Ewanick Date: Thu, 21 Sep 2023 14:20:52 -0400 Subject: [PATCH] Add posts to the .gitignore, change the config start data Now that the posts are deterministic we don't need to store them. --- .gitignore | 1 + config.dhall | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ceae7a0..13a936f 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ _cache _site result +posts # Haskell stuff site diff --git a/config.dhall b/config.dhall index 47e7088..cfa13d1 100644 --- a/config.dhall +++ b/config.dhall @@ -1,6 +1,6 @@ { sealImagesPath = "images" , postsOutputPath = "posts" -, startDate = 2022-04-20 +, startDate = 2023-01-01 , seed = +137 , adjectives1 = [ "absorbing"