Add posts to the .gitignore, change the config start data
Now that the posts are deterministic we don't need to store them.main
parent
e014354176
commit
1772b80ab3
|
@ -2,6 +2,7 @@
|
|||
_cache
|
||||
_site
|
||||
result
|
||||
posts
|
||||
|
||||
# Haskell stuff
|
||||
site
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{ sealImagesPath = "images"
|
||||
, postsOutputPath = "posts"
|
||||
, startDate = 2022-04-20
|
||||
, startDate = 2023-01-01
|
||||
, seed = +137
|
||||
, adjectives1 =
|
||||
[ "absorbing"
|
||||
|
|
Loading…
Reference in New Issue