1
0
Fork 0
 
 
 
Go to file
Bill Ewanick 46b00b50e9 Update README 2023-08-06 21:33:54 -04:00
.vscode Initial commit (moving refactored code out of seal-blog proper) 2023-04-15 23:30:38 -04:00
images Add images 2023-04-15 23:01:11 -04:00
.envrc Initial commit (moving refactored code out of seal-blog proper) 2023-04-15 23:30:38 -04:00
.gitignore Move build script to Nix derivation 2023-08-02 18:32:04 -04:00
README.md Update README 2023-08-06 21:33:54 -04:00
config.dhall Initial commit (moving refactored code out of seal-blog proper) 2023-04-15 23:30:38 -04:00
flake.lock Update versions 2023-08-02 18:26:08 -04:00
flake.nix Move build script to Nix derivation 2023-08-02 18:32:04 -04:00
generateSealPosts.hs Code cleanup; name changes and hiding functions 2023-05-08 17:38:50 -04:00

README.md

Seal Blog Post Generator

Generate any number of blog posts about seals!

Why Seals?

It's an in-joke.

What's all this code?

  • config.dhall
    • Typed non-deterministic config file for modifying the generator.
  • flake.nix
    • Entry point for all the nix ways of running and building the code.
  • 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

In 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!