Created
June 24, 2009 13:52
-
-
Save madx/135283 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use HonkPost | |
title "Un post pour mon blog" | |
tags %w[foo bar baz] | |
time Time.now | |
comments true | |
contents do | |
use HTML, YapokOrgExt | |
p <<e | |
Ceci est un post pour mon blog, avec une vidéo ! | |
e | |
vimeo 527858 | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment