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
|
_cache
|
||||||
_site
|
_site
|
||||||
result
|
result
|
||||||
|
posts
|
||||||
|
|
||||||
# Haskell stuff
|
# Haskell stuff
|
||||||
site
|
site
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ sealImagesPath = "images"
|
{ sealImagesPath = "images"
|
||||||
, postsOutputPath = "posts"
|
, postsOutputPath = "posts"
|
||||||
, startDate = 2022-04-20
|
, startDate = 2023-01-01
|
||||||
, seed = +137
|
, seed = +137
|
||||||
, adjectives1 =
|
, adjectives1 =
|
||||||
[ "absorbing"
|
[ "absorbing"
|
||||||
|
|
Loading…
Reference in New Issue