mikedmcfarland / thrown

blog engine for http://thrownforaloop.com written in metalsmith

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metalthrown

blog written in metalsmith. This is the source for the blog located at http://thrownforaloop.com. The code's not exactly suitable for reuse.

The posts are located at another repo. And can be in org-mode format or markdown.

A local development server can be run with node serve.js. It will build the website, host a webserver, and host a livereload server (to reload the page when any changes are made).

To just make a build, use node buildBlog.js

To publish, use ./publish, this will build the site and update the github pages repo.

About

blog engine for http://thrownforaloop.com written in metalsmith


Languages

Language:CSS 95.5%Language:HTML 2.2%Language:JavaScript 1.5%Language:Emacs Lisp 0.7%Language:Shell 0.1%