+ [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. 17906

Posted by alexfu in #jekyll at 2014-02-04T21:29:50Z

Faltad_: move possts to drafts? is there no other way to exlcude posts?
+ [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.