all repos — h3rald @ 82ac98b59c7de295f508935fe53b3207fd8ebdda

The sources of https://h3rald.com

content/about.textile

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
----- 
permalink: about
title: About
type: page
-----
H3RALD.com was created in 2004 by Fabio Cevasco, a technical writer, programmer and IT enthusiast. It features over a hundred "articles":/archives/ covering a wide range of topics, from programming to writing, productivity and traveling.

As of version 8, H3RALD.com is a completely static web site, except for a few AJAX calls. All the files are generated automatically thanks to the "nanoc":http://nanoc.stoneship.org/ publishing system, an ingenious creation of "Denis Defreyne":http://www.stoneship.org/. Nanoc can be used to easily create static web sites using Ruby, as explained in "this article":http://www.h3rald.com/articles/take-back-your-site-with-nanoc/.

h3. Requirements

The following ruby libraries (gems) are used to compile this web site:

* "nanoc":http://rubygems.org/gems/nanoc, to generate the entire web site
* "Extlib":http://rubygems.org/gems/extlib, in some custom Rake tasks
* "BB-Ruby":http://rubygems.org/gems/bb-ruby, for BBCode support
* "Builder":http://rubygems.org/gems/builder/, to create RSS and ATOM feeds
* "Sass":http://sass-lang.com/, for the SASS filter
* "RedCloth":http://rubygems.org/gems/redcloth/, for Textile support
* "RedCarpet":http://rubygems.org/gems/redcarpet, for Markdown support
* "Glyph":http://rubygems.org/gems/glyph, for Glyph support

Additionally, the following gems were necessary to migrate from the previous version of this web site, powered by "Typo":http://blog.typosphere.org:
* "MySQL":http://rubyforge.org/projects/mysql/
* "Sequel":http://rubyforge.org/projects/sequel/