panter / blog.panter.ch

Panter Blog

Home Page:http://blog.panter.ch/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog.panter.ch

Install

bundle install

Create a new article

Create new articles in git branches git checkout -b articles/dd-mm-yyyy called articles/xx-yy-zz. You can then start a review process by submitting a PR on github if needed.

The following will create a boilerplace article with a properly named file and some meta-data in sources:

bundle exec middleman article "INSERT TITLE"

See a preview by running

bundle exec middleman server

Build and publish

Your key needs to be added to the Server by an Admin.

bundle exec middleman build  # Compile all files into the build directory
bundle exec middleman rsync production  # Build and publish to blog.panter.ch

About

Panter Blog

http://blog.panter.ch/

License:MIT License


Languages

Language:HTML 89.4%Language:Ruby 4.4%Language:Haml 3.4%Language:Sass 2.8%