You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
On Sat, Sep 15, 2012 at 7:51 PM, Martin Josefsson [email protected]:
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.
How do you deploy this application and what language is this?
{% for post in site.posts %}
The text was updated successfully, but these errors were encountered: