all repos — h3rald @ b6bd9857c3fe91192802008b256201f2690a8ca4

The sources of https://h3rald.com

Updated gems in /about page.
h3rald h3rald@h3rald.com
Sat, 13 Sep 2014 21:00:28 +0200
commit

b6bd9857c3fe91192802008b256201f2690a8ca4

parent

610872ac77d6952bfa815a42ed6f76df14244bdf

1 files changed, 9 insertions(+), 8 deletions(-)

jump to
M content/about.textilecontent/about.textile

@@ -9,11 +9,12 @@ 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/.

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 +* "nanoc":https://rubygems.org/gems/nanoc, to generate the entire web site +* "Extlib":https://rubygems.org/gems/extlib, in some custom Rake tasks +* "BB-Ruby":https://rubygems.org/gems/bb-ruby, for BBCode support +* "Builder":https://rubygems.org/gems/builder/, to create RSS and ATOM feeds +* "Less":https://rubygems.org/gems/less/, for the SASS filter +* "The Ruby Racer":https://rubygems.org/gems/therubyracer, to execute Javascript code (needed by Less) +* "RedCloth":https://rubygems.org/gems/redcloth/, for Textile support +* "RDiscount":https://rubygems.org/gems/rdiscount, for Markdown support +* "Glyph":https://rubygems.org/gems/glyph, for Glyph support