Shadowfiend / sophocles

A new way to do tutorial blogging—with git!

Home Page:http://shadowfiend.svbtle.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sophocles

Sophocles is a re-imagining of our approach to writing tutorial blogs. Typically, we see text interspersed with code. It can be hard to focus on the changes, sometimes, or to see them out of context. With Sophocles, I realized that git was an ideal tool for describing sets of changes. With some small adjustments to how we use git itself, we can make the elements of a set of git commits a tutorial.

When using Sophocles, every commit is one “step” in your tutorial. The changes in the commit are the changes for that step, and the commit message is the description of what those changes do. Sophocles then formats these in a way that is easy to read.

Sophocles is a Node.js application. The intent is for it to be easily deployed to heroku so anyone can run a Sophocles blog. Not quite there yet, but work is ongoing in my spare time!

License

Sophocles is provided under the terms of the MIT License. See the LICENSE file in this same directory.

Author

Sophocles is copyright me, Antonio Salazar Cardozo, and licensed uner the terms of the MIT License. No warranties are made, express or implied. See the LICENSE file in this same directory for more details.

I have a rather sporadically updated blog at http://shadowfiend.svbtle.com/.

I am the Head of Engineering at Thesis, where we're working on bringing power back to the individual through decentralized systems.

About

A new way to do tutorial blogging—with git!

http://shadowfiend.svbtle.com/

License:MIT License


Languages

Language:CoffeeScript 86.9%Language:CSS 6.8%Language:JavaScript 2.7%Language:HTML 2.2%Language:Ruby 1.4%