No description
Find a file
2012-03-30 18:15:43 +02:00
content Update "blocquote ul" in CSS 2012-03-29 22:43:51 +02:00
layouts Update better redirection message. 2012-03-30 18:15:43 +02:00
lib Solarized my source code! YEAH! 2012-03-23 11:42:20 +01:00
multi Last regen version 2012-02-29 23:11:28 +01:00
output Updated solarized for better rendering 2012-03-29 14:58:49 +02:00
resources Better system to display blog in vim 2011-09-30 14:23:27 +02:00
tasks Merge branch 'next' 2012-01-18 15:50:04 +01:00
.gems New version 2010-08-25 12:05:23 +02:00
.gitignore Updated wrong gitignore from dev 2011-01-09 23:35:02 +01:00
config.rb Better init file 2010-12-01 17:36:28 +01:00
config.ru Serve file as utf-8 by default 2012-02-22 15:34:03 +01:00
config.yaml forgotten to add followme resource 2012-03-26 17:08:53 +02:00
img_latest_blog_dir Lastest blog entry in progress 2011-12-29 17:05:05 +01:00
latest.ymd Last update with complete regen 2012-02-29 22:06:22 +01:00
Rakefile Add some Rake tasks 2010-11-29 16:12:49 +01:00
README.md Reorgarnization 2011-09-14 09:51:52 +02:00
Rules New article corrections + css + removed mathjax 2011-11-16 12:57:39 +01:00

yannesposito.com

This is the source code of yannesposito.com website.

It is mainly a multi-language blog based on nanoc.

Notice, this is not a clean system. Mainly because I use it for some years now. I just want it to work, not to be a nice piece of code. But in the end I know I will make it clean.

What you'll need to use it:

  • nanocgem install nanoc
  • zsh → By default installed on most good system
  • A bunch of gems: gem install ultraviolet krambook sass rainpress

Optionally

Here is a short explanation of each file role:

config.rb            → nanoc central configuration file
config.ru            → Rack server configuration
config.yaml          → A YAML configuration file (mostly strings)
content/             → The directory where nanoc will search most content
img_latest_blog_dir@ → A link to the latest blog image directory
latest.md@           → A link to the latest blog file
layouts/             → HTML Layouts for your webpages
lib/                 → Some ruby files loaded by nanoc before generating
multi/               → Where you should write content
output/              → Where the content is loaded
Rakefile             → Ruby actions
README.md            → This file
resources/           → Some file I used and wanted to keep
Rules                → Generation rules
tasks/               → Where I putted most of my scripts

Here are features I added:

analytics.rb → Functions to add web analytics code
calendar.rb  → Function show a date nicely in HTML
gitmtime.rb  → Show time using git last change log
graph.rb     → Use graphviz to draw graphs
helpers.rb   → Some standard nanoc helpers are added
html.rb      → Layout block helper
intenseDebate.rb → IntenseDebate integration
macros.rb    → Macros system (%latex => LaTeX, etc...)
mail.rb      → My uniquely encoded personal email
multiMenu.rb → The machinery for the menu
multi.rb     → The machinery for helping to be multi-language
nanoc_item_conf.rb
repair_html.rb
syntaxColorize.rb
tag.rb
ultraviolet.rb
y.rb