-
Hakyll
Nov 5, 2020 · 2 min read · Computer Software Functional Programming Haskell Hakyll Static Site Generator HTML CSS JavaScript ·
Because I have been wanting to use org-mode instead of Markdown for this site, I started using the Hakyll static site generator and converted all my content to org-mode. The Thomas Read's blog (that I used as a template) even has MathJax support implemented. Support for LaTeX is also possible with Hakyll, I read …
Read More -
Modern CSS framework based on Flexbox – Bulma (by Jeremy Thomas). From its documentation CDN https://cdnjs.com/libraries/bulma CSS only Bulma is a CSS framework. As such, the sole output is a single CSS file: bulma.css. You can either use that file, "out of the box", or download the Sass source files to customize the …
Read More -
Cryogen static site generator
Feb 11, 2017 · 1 min read · Computer Software Functional Programming Internet HTML CSS Web Static Site Generator Clojure ClojureScript ·Cryogen is a simple static site generator built with Clojure — Cryogen (by Carmen La). From its documentation Cryogen is shipped on Leiningen so setup is fuss free and there's no need to mess with databases or other CMS systems. Cryogen reads through a directory containing your Markdown or AsciiDoc content, compiles it …
Read More