https://github.com/zk/zacharykim.com
My personal site.
https://github.com/zk/zacharykim.com
Last synced: 9 months ago
JSON representation
My personal site.
- Host: GitHub
- URL: https://github.com/zk/zacharykim.com
- Owner: zk
- Created: 2011-10-08T04:18:12.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-08-23T06:57:20.000Z (over 10 years ago)
- Last Synced: 2025-04-01T17:28:21.059Z (9 months ago)
- Language: Clojure
- Homepage: http://zacharykim.com
- Size: 8.34 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# zkimcom
My personal site, which can be found at
[http://zacharykim.com](http://zacharykim.com).
## Stack
Clojure, ring, moustache, hiccup, etc. Deployed on Heroku.
## Usage
### Development
git clone https://github.com/zk/zacharykim.com.git
cd ./zacharykim.com
lein deps
lein run -m zkimcom.heroku.web
### Production
# http://devcenter.heroku.com/articles/quickstart
heroku create --stack cedar
git push heroku master
## Work Profile
Watch your threads, children!
20-odd threads synchronously serving threads (`zkimcom.heroku.web`),
plus 1 thread polling twitter and google reader for updates (`zkimcom.feeds`).
## License
Copyright (C) 2010 Zachary Kim
Distributed under the Eclipse Public License, the same as Clojure.