1
0
Fork 0
 
 
 
Go to file
Bill Ewanick 73235cf0ab Move build script to Nix derivation 2023-08-02 18:32:04 -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 Add readme 2023-04-19 18:41: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?

  • generate/
    • generateSealPosts.hs
      • 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.
  • dist/
    • Place for the Haskell build artifacts to go.

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!

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.