https://github.com/mstksg/incode
Source for personal blog.
https://github.com/mstksg/incode
Last synced: 3 months ago
JSON representation
Source for personal blog.
- Host: GitHub
- URL: https://github.com/mstksg/incode
- Owner: mstksg
- License: bsd-3-clause
- Created: 2013-09-13T19:55:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2025-03-22T04:37:51.000Z (3 months ago)
- Last Synced: 2025-03-30T00:08:21.645Z (3 months ago)
- Language: Haskell
- Homepage: blog.jle.im
- Size: 29.8 MB
- Stars: 77
- Watchers: 10
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
inCode
======[](https://gitter.im/mstksg/inCode?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Static site generator backend for [my blog][]. See [this post][hakyll-post]
for more information.[my blog]: https://blog.jle.im
[hakyll-post]: https://blog.jle.im/entry/blog-rewrite-with-hakyll-and-purescript.htmlBuilding
--------Requirements:
1. [stack][]
2. [bower][]
3. [pulp][][stack]: https://docs.haskellstack.org/en/stable/README/
[bower]: https://bower.io
[pulp]: https://github.com/bodil/pulpCommands:
~~~bash
$ git clone https://github.com/mstksg/blog
$ cd blog
$ stack install
$ ./Build.hs
~~~