Arguably, it might be a bit of overengineering for a simple blog to
use Haskell. But at least I get programmer cred right?
But sadly it also has a bit of JS scripting bloat :(
Details:
Uses Haskell site generator Slick
Task simple task runner
Mermaid diagrams markdown extensions
Prism syntax highlighter
The site background comes from Hero Patterns
Examples:
() => { console.log(10);}
graph TD;
A[Square Rect] -- Link text --> B((Circle))
A --> C(Round Rect)
B --> D{Rhombus}
C --> D