https://github.com/pbrisbin/devsite
pbrisbin.com source code, using the Yesod haskell web framework
https://github.com/pbrisbin/devsite
Last synced: about 1 month ago
JSON representation
pbrisbin.com source code, using the Yesod haskell web framework
- Host: GitHub
- URL: https://github.com/pbrisbin/devsite
- Owner: pbrisbin
- License: other
- Created: 2010-10-10T03:02:39.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2014-01-17T14:25:44.000Z (over 11 years ago)
- Last Synced: 2025-05-01T14:52:30.213Z (about 1 month ago)
- Language: Haskell
- Homepage: http://pbrisbin.com
- Size: 171 MB
- Stars: 25
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Note: I don't use this anymore. I've transitioned my blog to a
statically generated site, the source of which can be found [here][].---
[here]: https://github.com/pbrisbin/pbrisbin.com
# pbrisbin dot com
The source code for my [site][] which is powered by the [Yesod][] web
framework, written in haskell.Simple blog site. Markdown-driven, comments, post administration.
### Try it
I don't claim this will work, but anyway...
First, create the database specified in `config/postgresql.yml`.
~~~ { .bash }
$ git clone https://github.com/pbrisbin/devsite && cd ./devsite
$ cabal install --dry-run --verbose # make sure you don't end up in
# dependency hell
$ yesod devel
~~~### Notes to would-be forkers
1. This site typically requires the newest possible version of the yesod
package set (and sometimes even git HEAD)2. The various non-standard dependencies in the cabal file are `-any`
versioned. This may or may not lead to breakage in your environment.[site]: http://pbrisbin.com
[Yesod]: http://docs.yesodweb.com