+ [9 years ago] fiord Liquid is the templating syntax that Jekyll uses so yep
+ [9 years ago] captn3m0 Is there a way to delete a key from the Drop?
+ [9 years ago] captn3m0 jekyll runs out of memory if I run jsonify over an entire DocumentDrop
+ [9 years ago] captn3m0 because of the output key, which we were dropping via Hash.delete in jekyll 2
+ [9 years ago] jwarren_ Hey Jekyll folks... I have a config question. I'm trying to make it so that only a single page is viewable in my Jekyll app (I'm using Jekyll to serve my changelog, not the entire app). Can I just `exclude: [*]` and `include: ['Changelog.md']` instead of listing every other dir/file in the repo?

message no. 137446

Posted by rhnvrm in #jekyll at 2016-05-31T00:23:57Z

pontiki, spudowiar: thanks for the help
+ [9 years ago] 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
+ [9 years ago] DirtyF jekyll builds the links for you, you don't have to do anything particular
+ [9 years ago] 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.
+ [9 years ago] DirtyF you only have the destination folder to move (_site by default), you're not supposed to have .md files on your server
+ [9 years ago] DirtyF they are converted to HTML by Jekyll