Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mstksg/incode
Source for personal blog.
https://github.com/mstksg/incode
Last synced: 5 days 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 (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T22:44:03.000Z (2 months ago)
- Last Synced: 2024-12-31T14:13:43.571Z (12 days ago)
- Language: Haskell
- Homepage: blog.jle.im
- Size: 29.8 MB
- Stars: 77
- Watchers: 11
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
inCode
======[![Join the chat at https://gitter.im/mstksg/inCode](https://badges.gitter.im/mstksg/inCode.svg)](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
~~~