https://github.com/mstksg/inCode
Source for personal blog.
https://github.com/mstksg/inCode
Last synced: about 2 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: 2024-11-04T00:40:30.000Z (8 months ago)
- Last Synced: 2024-11-04T01:22:58.558Z (8 months ago)
- Language: Haskell
- Homepage: blog.jle.im
- Size: 29.7 MB
- Stars: 77
- Watchers: 11
- Forks: 24
- 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
~~~