| CARVIEW |
appden / appden.github.com
- Source
- Commits
- Network (2)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
-
Branches (1)
- master ✓
- Tags (0)
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
My blog on MooTools, Apple, and whatever else amuses me — Read more
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Aug 14 09:14:29 -0700 2009 | Basic site structure [Scott Kyle] |
| |
.htaccess | Wed Sep 09 06:08:32 -0700 2009 | Hidden file regex was flawed. [Scott Kyle] |
| |
404.textile | Mon Aug 31 21:53:00 -0700 2009 | Custom 404 page. [Scott Kyle] |
| |
README.md | Wed Sep 09 06:07:28 -0700 2009 | Added a simple license. [Scott Kyle] |
| |
Rakefile | Sat Sep 19 09:35:50 -0700 2009 | Updated Rakefile to default to using my branch ... [Scott Kyle] |
| |
_config.yml | Thu Dec 10 00:00:47 -0800 2009 | Copy tweaks [Scott Kyle] |
| |
_includes/ | Sat Sep 19 12:42:48 -0700 2009 | Copy tweak to sidebar. [Scott Kyle] |
| |
_layouts/ | Sun Sep 06 13:21:21 -0700 2009 | Removed bookmarks from sidebar. [Scott Kyle] |
| |
_posts/ | Thu Dec 10 00:01:03 -0800 2009 | New Puncturing Closures post! [Scott Kyle] |
| |
about.textile | Thu Dec 10 00:00:47 -0800 2009 | Copy tweaks [Scott Kyle] |
| |
atom.xml | Wed Aug 26 22:31:20 -0700 2009 | Added syntax highlighting CSS as well as htacce... [Scott Kyle] |
| |
favicon.ico | Wed Aug 26 22:31:20 -0700 2009 | Added syntax highlighting CSS as well as htacce... [Scott Kyle] |
| |
index.html | Sun Sep 06 10:34:36 -0700 2009 | Just a bunch of edits in random places. [Scott Kyle] |
| |
lib/ | Sat Sep 19 12:42:27 -0700 2009 | Generalized Request.Twitter a bit. [Scott Kyle] |
| |
portfolio.html | Mon Aug 24 23:09:30 -0700 2009 | Added in javascript. [Scott Kyle] |
License
The following directories and their contents copyright © Scott Kyle:
_posts/
lib/images/
Everything else is MIT Licensed. Attribution is always appreciated.
Migrating AppDen.com to Jekyll
Once I read about Jekyll, I fell in love with the simplicity of using text rather than a database, static pages (big reason why I chose Movable Type) rather than dynamic ones, and something in active development by the GitHub team.
Movable Type
I think Movable Type is great, especially for non-programmers, and overall much better written than Wordpress, though much less flexible. However, too many little things have bothered me to the point of making me reluctant to touch my blog in order to avoid frustration. Deploying updated templates is a bitch, the template language is quite annoying to use as a programmer, and the default templates and JavaScript were all written below my personal standards. Subsequently, I rewrote the frontend mostly from scratch, which I hope to post on GitHub in the near future, and wrote an SVN hook to ease deployment.
