Open banta opened 12 years ago
I'm not sure I get what you are asking, but Jekyll is written in Ruby, {% for post in site.posts %}
is something called Liquid, a templating language. There is no built in deployment in Jekyll, but it generates a directory (by default ./_site
) with files that you can rsync to your server, or really do anything you please with.
Thanks Martin Josefsson
On Sat, Sep 15, 2012 at 7:51 PM, Martin Josefsson notifications@github.comwrote:
I'm not sure I get what you are asking, but Jekyll is written in Ruby, {% for post in site.posts %} is something called Liquid, a templating language. There is no built in deployment in Jekyll, but it generates a directory (by default ./_site) with files that you can rsync to your server, or really do anything you please with.
— Reply to this email directly or view it on GitHubhttps://github.com/mojombo/mojombo.github.com/issues/3#issuecomment-8586405.
Bernard Banta Phone: +254 - 713 - 973 - 902 Twitter: @bantab https://twitter.com/bantab Github: http://github.com/Banta Web: http://about.me/banta Linkedin: http://ke.linkedin.com/pub/bernard-banta/16/683/913 http://www.kopokopo.com
How do you deploy this application and what language is this?
{% for post in site.posts %}