Add posts to the .gitignore, change the config start data
Now that the posts are deterministic we don't need to store them.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user