MoiDev

Another blog about software development

Moving to Jekyll/Octopress: Blogging Like a Hacker

The idea came when I read the post Blogging like a hacker: Evolution I start reading the article thinking that talk about how integrate emacs with wordpress, but really the article was more interesting, talk about a framework to create blogs called Jekyll and a framework to use it called Octopress.

Jekyll

Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server. This is also the engine behind GitHub Pages, which you can use to host your project’s page or blog right here from GitHub.

Jekyll is a ruby software created by ”mojombo” (one of the founders of github) and te function is create statics pages using text in markdown or another format. Perhaps this could be very dificult but really is very simple, with only follow the steps of the Octopress documentation.

Octopress

Octopress is a framework designed by Brandon Mathis for Jekyll, the blog aware static site generator powering Github Pages. To start blogging with Jekyll, you have to write your own HTML templates, CSS, Javascripts and set up your configuration. But with Octopress All of that is already taken care of. Simply clone or fork Octopress, install dependencies and the theme, and you’re set.

Octopress is a framework in Ruby too, that simplify the task of create and publish a blog, and add functionality, plugins and a good design to start.

With both we can make blogs like this without problem and in a small time.

Why?

Because I like try new things and play with them, get away from the simplicity and the “normal” things.

The fact of can use my own text editor, a format like markdown, the hapiness of deploy the blog totally free in sites like Github o Heroku. All that things are the things that have convinced me to change a simple Wordpress blog to anything more complex but more satisfying like Jekyll/Octopress.

What are the advantages?

  • Free storage in sites like Github or Heroku.
  • Use Markdown to write the posts.
  • Plugins (Twitter, facebook, analytics, Google Plus, disqus, pinboard, delicious).
  • Easy to change the theme with Compass and Sass.
  • Syntax highlighting.
  • Semantic HTML5 template.
  • Mobile responsive design.

About my English

My first language is the spanish, the reason that I write it in english is I want to learn. Please for any mistake or posible correction write a comment in the post. Thank you.

Comments