Logs for #nikola for 2016-03-22

07:17:27 <KwBot> [nikola] tritium21 opened issue #2303: Omit bundeled CSS and JS from the output directory https://github.com/getnikola/nikola/issues/2303
10:10:23 <Sukil> hello! I have a suggestion regarding the commands to create posts and pages. It would be useful to make the names of the resulting files configurable, so that, for example we can have something like "2015-03-22 22:22 - title".
11:25:17 <[Tritium]> Sukil: nikola new_post -t "My title" posts/my-super-filename.rst
11:27:18 <Sukil> Tritium: But the name is still the slug
11:28:12 <[Tritium]> Sukil: are you wanting to specify the title and slug seperatly?
11:30:19 <Sukil> Tritium: No, I don't want that. I simply want some setting like NEW_POST_FILENAME in order to create new posts based on that
11:35:16 <[Tritium]> Sukil: you can specify the filename on the command line....
11:46:58 <Sukil> Tritium: Oops, I didn't remember that. Sorry.
11:47:29 <Sukil> Tritium: But will the slug be inferred from the filename?
11:48:53 <[Tritium]> yes
11:49:46 <Sukil> Well, doesn't matter much, I'll adjust that. Thanks for your help!