Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ibab/babushk.in
- Owner: ibab
- License: other
- Created: 2013-02-03T14:41:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T09:18:33.000Z (about 1 year ago)
- Last Synced: 2023-12-26T10:28:29.208Z (about 1 year ago)
- Language: Sass
- Homepage: http://babushk.in
- Size: 146 KB
- Stars: 12
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```