initial commit
authorM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Sun, 4 Sep 2016 12:13:32 +0000 (05:13 -0700)
committerM. Taylor Saotome-Westlake <ultimatelyuntruethought@gmail.com>
Sun, 4 Sep 2016 12:13:32 +0000 (05:13 -0700)
commitc0423b325bfab128a28b4d19a3c51b7b418832a8
tree77ec6d0e9eac9af8f13efc7743d072dc0f8a0ab9
initial commit
53 files changed:
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
content/blanchards-dangerous-idea-and-the-engines-of-delusion.md [new file with mode: 0644]
develop_server.sh [new file with mode: 0755]
fabfile.py [new file with mode: 0644]
pelicanconf.py [new file with mode: 0644]
publishconf.py [new file with mode: 0644]
theme/static/css/main.css [new file with mode: 0644]
theme/static/css/pygment.css [new file with mode: 0644]
theme/static/images/icons/blogger-18px.png [new file with mode: 0644]
theme/static/images/icons/blogger-32px.png [new file with mode: 0644]
theme/static/images/icons/delicious-18px.png [new file with mode: 0644]
theme/static/images/icons/delicious-32px.png [new file with mode: 0644]
theme/static/images/icons/digg-18px.png [new file with mode: 0644]
theme/static/images/icons/digg-32px.png [new file with mode: 0644]
theme/static/images/icons/facebook-18px.png [new file with mode: 0644]
theme/static/images/icons/facebook-32px.png [new file with mode: 0644]
theme/static/images/icons/feed-18px.png [new file with mode: 0644]
theme/static/images/icons/feed-32px.png [new file with mode: 0644]
theme/static/images/icons/flicker-18px.png [new file with mode: 0644]
theme/static/images/icons/flicker-32px.png [new file with mode: 0644]
theme/static/images/icons/github-18px.png [new file with mode: 0644]
theme/static/images/icons/github-32px.png [new file with mode: 0644]
theme/static/images/icons/google-18px.png [new file with mode: 0644]
theme/static/images/icons/google-32px.png [new file with mode: 0644]
theme/static/images/icons/instagram-18px.png [new file with mode: 0644]
theme/static/images/icons/instagram-32px.png [new file with mode: 0644]
theme/static/images/icons/linkedin-18px.png [new file with mode: 0644]
theme/static/images/icons/linkedin-32px.png [new file with mode: 0644]
theme/static/images/icons/pinterest-18px.png [new file with mode: 0644]
theme/static/images/icons/pinterest-32px.png [new file with mode: 0644]
theme/static/images/icons/skype-18px.png [new file with mode: 0644]
theme/static/images/icons/skype-32px.png [new file with mode: 0644]
theme/static/images/icons/tumblr-18px.png [new file with mode: 0644]
theme/static/images/icons/tumblr-32px.png [new file with mode: 0644]
theme/static/images/icons/twitter-18px.png [new file with mode: 0644]
theme/static/images/icons/twitter-32px.png [new file with mode: 0644]
theme/static/images/icons/video-18px.png [new file with mode: 0644]
theme/static/images/icons/video-32px.png [new file with mode: 0644]
theme/static/images/icons/youtube-18px.png [new file with mode: 0644]
theme/static/images/icons/youtube-32px.png [new file with mode: 0644]
theme/templates/article.html [new file with mode: 0644]
theme/templates/article_link.inc.html [new file with mode: 0644]
theme/templates/article_summary.inc.html [new file with mode: 0644]
theme/templates/author.html [new file with mode: 0644]
theme/templates/base.html [new file with mode: 0644]
theme/templates/category.html [new file with mode: 0644]
theme/templates/index.html [new file with mode: 0644]
theme/templates/metadata.inc.html [new file with mode: 0644]
theme/templates/page.html [new file with mode: 0644]
theme/templates/pagination.inc.html [new file with mode: 0644]
theme/templates/tag.html [new file with mode: 0644]
theme/templates/tags.html [new file with mode: 0644]