+ [2016-03-29T21:13:10Z] Par_ site is ignored by default apparently
+ [2016-03-29T21:13:25Z] kzisme Ah I still used it in my .gitignore
+ [2016-03-29T21:13:30Z] kzisme That's a sensible default
+ [2016-03-29T21:13:57Z] InvGhostt anybody http://stackoverflow.com/questions/36295092/why-site-baseurl-doesnt-work-on-jekyll ?
+ [2016-03-29T21:13:58Z] jekyllrb Title: Why site.baseurl doesn't work on Jekyll? - Stack Overflow (at stackoverflow.com)

message no. 128982

Posted by Cchar in #jekyll at 2016-03-29T01:36:31Z

Hi I have a quick question, what is the equivalent of c# list.find(p => p.x == y)? I mean like if I want for (post in site.post WHERE post.categories = this)
+ [2016-03-30T14:33:56Z] madhatter Hope somebody can point me to the right direction. I noticed that my sitemap.xml file always gets deleted. I write it to _site and added the file multiple times to site.keep_files. I then tried to write it to '.' so Jekyll would hopefully transfer it to _site but it doesn't. If I touch another file there it gets transferred. Is sitemap.xml some kind of reserved word?! I don't have it in the exclude in my _config.yml either
+ [2016-03-30T14:49:58Z] madhatter Oh, I use jekyll 3.1.2 atm and even tried to use the jekyll-sitemap gem instead of my old sitemap skript.
+ [2016-03-30T17:48:32Z] jaybe madhatter: jekyll blows away the render output folder (_site by default) at every render. [[ docs ]]
+ [2016-03-30T17:48:32Z] jekyllrb (docs) http://jekyllrb.com/docs/home/