latest 19 messages by lukas2511
+
[2015-06-06T22:48:31Z]
lukas2511
have a solution outside of jekyll now, basically wrapping the build-process with a little python script, generating source that jekyll can build
+
[2015-06-06T22:46:29Z]
lukas2511
(have an old installation with tons of plugins that is basically super broken now because some dependencies changed and i can't get everything installed in the right versions again)
+
[2015-06-06T22:45:59Z]
lukas2511
well, for various reasons i didn't really want to write a plugin
+
[2015-06-06T20:59:10Z]
lukas2511
mh, can i somehow place images directly next to a post? like _posts/welcome/2015-06-03-welcome-to-jekyll.markdown and _posts/welcome/welcome.png and have it put in the same directory on build?
+
[2015-05-11T22:15:42Z]
lukas2511
i mean, it's getting a bit stupid in some parts of my templates...
+
[2015-05-11T22:07:35Z]
lukas2511
"{{ include.post.eventstart | date: "%s" | plus: 3600 | date: [...] }}"
+
[2015-05-11T22:07:14Z]
lukas2511
figured it out now how to add an hour to a date
+
[2015-05-11T22:07:06Z]
lukas2511
btw
+
[2015-05-11T16:26:22Z]
lukas2511
i was hoping for something like "date + 1hour" or something
+
[2015-05-11T16:26:05Z]
lukas2511
yea i don't want to implement a whole calendar in liquid just to add an hour
+
[2015-05-11T16:25:48Z]
lukas2511
i also want that it increases the day if hours wrap and stuff
+
[2015-05-11T16:25:31Z]
lukas2511
i don't want that 24:00 ends up in 25:00
+
[2015-05-11T16:25:23Z]
lukas2511
yes it can do math, but i want it to be date-sensitive
+
[2015-05-11T16:24:33Z]
lukas2511
like in addition
+
[2015-05-11T16:24:27Z]
lukas2511
i mean add as in make 13 out of 12
+
[2015-05-11T16:21:32Z]
lukas2511
just representation of dates
+
[2015-05-11T16:21:27Z]
lukas2511
yes? and nothing about adding an hour or something similar
+
[2015-05-11T16:19:46Z]
lukas2511
can't find anything about something like that in the docs
+
[2015-05-11T16:14:07Z]
lukas2511
hey, can somebody please tell me if there is a way to add an hour to a date in the template engine?