jaknowlden / gusgus
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
GusGus
This is the code for my own personal blog software and the articles that go with it. I got tired of crap like Mephisto, Typo, etc. with more bloat than I wanted. Moderating spam comments (even with Akismet) was just annoying. I always wrote my articles locally in Markdown and then did the post, preview, post, preview, ... junk until it looked on the site itself.
Now, I can run everything from my local box and see how it looks. Then, I commit it to my repository and do a little code deployment in production.
I don't need a stupid database. I don't need nuthin'! Awesome!
How it works
GusG.us is produced using Jekyll
Installation
If for some reason you are seeing this code and want to know how to get it running, here's what you'll need:
- Jekyll - sudo gem install mojombo-jekyll
- Pygments - See Jekyll setup
Done
Running It
Development mode:
jekyll --auto --server
Point your browser at http://localhost:4567
Production mode:
cap deploy
Add configuration in your web server that points the document root at /var/app/gusgus/current/_site.
License
Coypright 2008 - Justin Knowlden {gus at gusg dot us}
Do not use any of these articles or this code for anything, at all, ever; without telling me about it and acknowledging me as the source first. When I say tell me about it, I mean send me an email with your intents, where you're using the content, and some way for me to contact you (like an email address).

