Logs for #nikola for 2019-06-28

07:09:22 <KwBot> [nikola] n3onUser opened issue #3266: custom.css and nikola clean https://github.com/getnikola/nikola/issues/3266
10:06:17 <KwBot> [nikola] Kwpolska assigned issue #3266 to Kwpolska: custom.css and nikola clean https://github.com/getnikola/nikola/issues/3266
12:06:02 <KwBot> [nikola] rixx opened issue #3267: Make the contents of an empty post configurable https://github.com/getnikola/nikola/issues/3267
12:15:52 <KwBot> [nikola] rixx closed issue #3267: Make the contents of an empty post configurable https://github.com/getnikola/nikola/issues/3267
15:15:37 <rixx> I like my blog posts to be all located directly at the URL `/blog/<slug>`, but I'd also like to keep them separated into subdirectories locally, to avoid having 1k of files in posts/ – is this possible with nikola?
15:17:20 <ChrisWarrick> rixx: You could try to register the individual subdirectories (and not posts/) in POSTS
15:29:49 <rixx> hm, I guess there is no way to stop nikola from searching recursively in directories for posts?
15:30:34 <ChrisWarrick> no, it always searches all directories in POSTS
15:33:36 <rixx> hmm, so if I nest directories, I can put post only in leaf nodes, gotcha
15:44:43 <rixx> hm, building a list of leaf node directories seems to result in an error for me: https://drop.rixx.de/index.php/pB98no/
15:46:59 <rixx> the code seems to suggest that .index() will return -1 if the element is not found, but it raises a ValueError instead
15:55:08 <ChrisWarrick> rixx: It would fail with a different exception anyway
20:44:27 <KwBot> [nikola] n3onUser closed issue #3266: custom.css and nikola clean https://github.com/getnikola/nikola/issues/3266