Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ibab/babushk.in

Source files for my blog. Based on Hakyll.
https://github.com/ibab/babushk.in

Last synced: about 1 month ago
JSON representation

Source files for my blog. Based on Hakyll.

Awesome Lists containing this project

README

        

# babushk.in

My personal web page.
I'm using [Hakyll](https://jaspervdj.be/hakyll/), a static site generator
configured in Haskell.

In order to compile the generator, I'm using the `stack` build tool.
If `stack` is installed on you system, you can run
```bash
$ stack setup
$ stack build
```
to build the generator.

It can then be used with
```bash
$ stack exec site
```