latest 18 messages by _axx
+
[2014-02-17T17:00:51Z]
_axx
troyswanson: oh, yeah, that would work too. thanks!
+
[2014-02-17T16:11:26Z]
_axx
jaybe: yeah, i thought about something like that. some kind of JS include.
+
[2014-02-17T15:57:12Z]
_axx
i know, jekyll isn't made for things like that, but i like to use jekyll AND a contact form :3
+
[2014-02-17T15:56:28Z]
_axx
Hello, is there a way to create contact forms for jekyll? :)
+
[2014-01-17T14:47:53Z]
_axx
good idea!
+
[2014-01-17T14:46:21Z]
_axx
thanks! :)
+
[2014-01-17T14:45:04Z]
_axx
you don't need to create a list of articles, you can just use it for one link etc.
+
[2014-01-17T14:44:24Z]
_axx
jaybe: yeah, i use it to create the list in the example. it's just a bunch of {% preview http://../ %} entries.
+
[2014-01-17T14:13:32Z]
_axx
Hello, i just want to let you know that i build a little link-preview plugin for jekyll, don't know if there is anything like this, but in case you need something like this, have fun! https://github.com/aleks/jekyll_preview_tag
+
[2014-01-14T15:58:27Z]
_axx
Never got a hang of it, but it looks cool
+
[2014-01-14T15:58:14Z]
_axx
Oh, okay, that's understandable. :)
+
[2014-01-14T15:52:10Z]
_axx
what's the point of manipulating it, without playing?
+
[2014-01-14T15:51:58Z]
_axx
pfenwick: why would one do that? :D
+
[2014-01-14T15:36:31Z]
_axx
yep
+
[2014-01-14T15:30:32Z]
_axx
I guess i implement some kind of static file cache for those http-loaded items and load them from a folder if they already exist.
+
[2014-01-14T15:30:02Z]
_axx
mns: yeah jaybe is right. in certain posts i use a plugin to load content (when the generator runs) from the internet. sometimes those are multiple http requests and if you add that up to 10 requets per post and i have ~20 posts that's a lot of time to wait, because jekyll makes those requests everytime i regenerate my site. :)
+
[2014-01-14T14:26:56Z]
_axx
My solution would be, to create a directory and write every item to it and later look if there is a matching item or not. But maybe, there is somethin like to already. I'm fairly new to jekyll. :)
+
[2014-01-14T14:25:35Z]
_axx
Hello, is there a way to cache certain posts in jekyll? I build a plugin that loads content via nokogiri and i would like to cache it locally, so i don't need to refetch it everytime i regenerate my jekyll blog? :)