1
0
Fork 0
 
 
 
Go to file
Bill Ewanick f25dd9c993 Change up how randomness works
Introduce a seed fed into `randoms (mkStdGen (seed config)`
Some light formatting
2023-08-08 17:26:50 -04:00
.vscode Change up how randomness works 2023-08-08 17:26:50 -04:00
images Rename Seal for drop 2 to work 2023-08-08 17:18:22 -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 Change up how randomness works 2023-08-08 17:26:50 -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 Change up how randomness works 2023-08-08 17:26: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!