latest 15 messages by oezpeda
+
[2016-07-07T11:41:06Z]
oezpeda
hi everybody. I'm trying to fix an issue with a plugin, but as I don't know any ruby, I'm having trouble fixing the bug, can anybody help me? thanks in advance
+
[2016-06-15T12:34:11Z]
oezpeda
thanks, i'll check that link out :)
+
[2016-06-15T12:28:01Z]
oezpeda
jaybe, you are right, it was a syntax error there, i just commented it out and now I get a bunch of other errors, but I used the example code which was provided in the readme, so I think there's something else going wrong
+
[2016-06-15T12:24:56Z]
oezpeda
alright, thanks a lot for replying so quickly. I will try to contact the developer then.
+
[2016-06-15T12:20:12Z]
oezpeda
do you have any ideas, I couldn't find a solution by googling. I'm pretty sure this is a rookie mistake, so sorry if the question is stupid :) can anyone help me?
+
[2016-06-15T12:18:46Z]
oezpeda
https://github.com/allenlsy/jekyll-galleries
+
[2016-06-15T12:18:44Z]
oezpeda
this is the plugin i'm trying to use
+
[2016-06-15T12:18:37Z]
oezpeda
_config.yml
+
[2016-06-15T12:18:31Z]
oezpeda
hi everyone, I'm fairly new to jekyll and I'm having trouble using the jekyll-galleries plugin. I followed the instructions on the github page, but RMagick, one of the dependencies is deprecated. I then downloaded the .rb file and put it into my _plugins folder and changed the dependency to the updated version. now I get the error: mapping values are not allowed in this context at line 24 column 12 for my
+
[2016-06-01T12:05:25Z]
oezpeda
i think i just found it, it appears, that the baseurl is only automatically added for html links, in the md files i have to put them manually.. thank you for your help
+
[2016-06-01T11:54:35Z]
oezpeda
no, unfortunately I don't have one
+
[2016-06-01T11:53:29Z]
oezpeda
posts
+
[2016-06-01T11:52:14Z]
oezpeda
true, sorry, that was a bit unclear. the html files which are generated from .md files do not link to the correct locations.
+
[2016-06-01T11:49:56Z]
oezpeda
it does build the links correctly for some pages, but when I am using .md files, it does not work for some reason. locally, all the links work fine, but once I move it to a webserver, it does not.
+
[2016-06-01T11:39:11Z]
oezpeda
hi everyone. I am fairly new to jekyll, so this is probably quite a stupid question, but how can I keep my links working when I am not deploying into the root folder of a webserver? I have set the baseurl, but for some reason, that does not do the trick. I'd greatly appreciate any hints