1
0
Fork 0

Update README

Bill Ewanick 2023-08-06 21:32:51 -04:00
parent 73235cf0ab
commit 2ddc69f5ca
1 changed files with 7 additions and 11 deletions

View File

@ -8,17 +8,13 @@ It's an in-joke.
## What's all this code? ## What's all this code?
- generate/ - config.dhall
- generateSealPosts.hs - Typed non-deterministic config file for modifying the generator.
- A Haskell script that checks the website/posts folder and creates a blog post for every day from 1998 until the current date. There you will find the adjective lists if you think of more words to describe seals. - flake.nix
- dist/ - Entry point for all the nix ways of running and building the code.
- Place for the Haskell build artifacts to go. - generateSealPosts.hs
- A Haskell script that creates a blog post for every day from the configured date until the current day.
## These seals need more adjectives ## These seals need more adjectives
In [config.dhall](https://git.ewanick.com/bill/sealPostGenerator/src/branch/main/config.dhall) you'll find two lists of adjectives. For the repo and add your own! Editing dhall config files does not require recompilation of the Haskell executable! In [config.dhall](./config.dhall) you'll find two lists of adjectives. For the repo and add your own! Editing dhall config files does not require recompilation of the Haskell executable!
## Recent work
- Should running the generate function replace existing posts, or not? Probably not.
- But need to split out the archive build vs the incremental post creation.