+ [9 years ago] jaybe not jekyll related; it's ruby/gems
+ [9 years ago] stef_204 ofc it's rubygems
+ [9 years ago] stef_204 ok, got it. thanks a lot
+ [9 years ago] jaybe you are most welcome!

message no. 117180

Posted by ggherdov` in #jekyll at 2015-10-20T16:05:40Z

If I run "jekyll build" on a jekyll site, then I can access it by simply pointing my browser to index.html, instead of doing "jekyll serve". Correct ?
+ [9 years ago] ggherdov` Hello, is there a filter for dates that gives me the year? something like {{ site.time | year }} like those I find listed at http://jekyllrb.com/docs/templates/
+ [9 years ago] jekyllrb Title: Templates (at jekyllrb.com)
+ [9 years ago] srenatus ggherdov`: {{ site.time | split:"-" | first }} something like that might do...?
+ [9 years ago] gynter see date modifier
+ [9 years ago] gynter `whatis date