+ [11 years ago] alexfu Faltad_: move possts to drafts? is there no other way to exlcude posts?
+ [11 years ago] jashank alexfu: There's an 'excludes' flag in _config.yml, but it's not quite ideal. I also recall an option in the YAML front-matter, but I don't know what it is.
+ [11 years ago] jashank Faltad_: I'm not sure /docs/usage is the right place to put a warning about the destination wiping, but I'm also not sure where.
+ [11 years ago] parkr alexfu: regarding your question (http://irc.parkermoo.re/messages/17902/context) yes, you can set "published: false" in the YAML front-matter of a post
+ [11 years ago] alexfu parkr: thanks

message no. 17900

Posted by Faltad_ in #jekyll at 2014-02-04T21:09:52Z

so I lost all my documents/folders in it (my htdocs root basically)
+ [11 years ago] alexfu what does the auto keyword in _config.yaml represent?
+ [11 years ago] alexfu cant seem to find docs on it
+ [11 years ago] jashank alexfu: It's been deprecated; you now need to use the --watch/-w command-line argument to jekyll build.
+ [11 years ago] alexfu jashank: oh ok
+ [11 years ago] jashank That's a change that predates Jekyll 1.0.0, by the looks of things.