1
0
Fork 0
sealPostGenerator/README.md

21 lines
719 B
Markdown
Raw Permalink Normal View History

2023-04-19 18:41:54 -04:00
# Seal Blog Post Generator
> Generate any number of blog posts about seals!
## Why Seals?
It's an in-joke.
## What's all this code?
2023-08-06 21:32:51 -04:00
- [config.dhall](./config.dhall)
- Typed non-deterministic config file for modifying the generator.
- [flake.nix](./flake.nix)
- Entry point for all the nix ways of running and building the code.
- [generateSealPosts.hs](./generateSealPosts.hs)
- A Haskell script that creates a blog post for every day from the configured date until the current day.
2023-04-19 18:41:54 -04:00
## These seals need more adjectives
2023-08-06 21:32:51 -04:00
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!