29 Mar

From Typo to Webby: Completed

The move was longer than expected but it s now done, and my former typo blog has been moved to static Webby website. Here are the elements I used to migrate:

That’s about all you will need to start a blog. Later I will work on some tasks to publish best posts to twitter or rubycorner.

should be available soon on gihub…

tags: webby (3) typo (6)
25 Mar

Back to post

After 2 years of almost nonexistent posting (4 posts), I’ve moved this blog from Typo to Webby (as planned on Feb … 2008). The migration is on going, content was easy, other part of website, less. I will post later about the migration code.

Blogging from Textmate and Webby is cooool and my server says thanks.

TODO:

  • migrate old comments to disqus done !
  • code highlight (ultraviolet is too much to setup) (using gist)
  • integrate tags (based on aaronqian.com)
  • google search (could be improved)
  • ping on posting (feedburner, rubycorner, etc…)
tags: blog (2) webby (3)
27 Feb

Webby as a powerful wiki-like notebook

Introduction

I have often look at wikis, trying to find a nice tool for taking my notes and formating them. Have many ideas in my head, like to write them down and visualize it. Wiki is great for that but always a bit heavy to “deploy”.

Continuesly seeking for new ruby things, I heard about Webby, a lightweight web publishing system. Simply taking your pages (textile, html, erb, aso…) and generate a static website. Run Heel on it and you will have a perfect light but very powerful wiki-like web site. Extension are perfect for programming notes including graphiz and syntax highlighting.

Setup your notebook

sudo gem install webby

This will install several gems, included heel.

more coming…

tags: webby (3) ruby (22) heel (1) wiki (1)