Logs for #nikola for 2018-01-07

02:19:30 <Sveta> how do i set nikola to build the output somewhere different from ./output ?
02:23:11 <Disconsented> Sveta> # OUTPUT_FOLDER = 'output'
02:23:11 <Disconsented> In conf.py
02:27:58 <Sveta> ok thanks :-)
02:28:08 <Sveta> i have `ERROR: Two different tasks can't have a common target.'/home/public/index.html' is a target for render_pages:/home/public/index.html and render_taxonomies:/home/public/index.html.`, what file does it take the taxonomies from ?
02:39:12 <Sveta> i think i fixed it, paying attention to `INDEX_PATH = "blog"` at https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html helps
09:33:40 <ChrisWarrick> Sveta: which Nikola version is this?
09:46:08 <ChrisWarrick> Sveta: ah wait, it’s not really fixable without a config change anyway (we can’t make the blog index disappear)
10:01:51 <Sveta> yes, I just did not read the docs properly :) hi too
13:09:26 -GitHub[plugins]:#nikola- [plugins] felixfontein created hierarchy-pages-v8 (+1 new commit): https://git.io/vNkrh
13:09:26 -GitHub[plugins]:#nikola- plugins/hierarchy-pages-v8 d85cfa0 Felix Fontein: Making hierarchical_pages v8 ready (new metadata scanning).
13:11:14 -GitHub[plugins]:#nikola- [plugins] felixfontein pushed 1 new commit to hierarchy-pages-v8: https://git.io/vNkoL
13:11:14 -GitHub[plugins]:#nikola- plugins/hierarchy-pages-v8 9663a8a Felix Fontein: Adjusting documentation.
13:12:31 -GitHub[plugins]:#nikola- [plugins] felixfontein opened pull request #251: Making hierarchical_pages v8 ready (new metadata scanning). (master...hierarchy-pages-v8) https://git.io/vNkoZ
13:13:32 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1378 (hierarchy-pages-v8 - d85cfa0 : Felix Fontein): The build failed.
13:13:33 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/commit/d85cfa09183a
13:13:33 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/326038615
13:13:54 -GitHub[plugins]:#nikola- [plugins] Kwpolska closed pull request #251: Making hierarchical_pages v8 ready (new metadata scanning). (master...hierarchy-pages-v8) https://git.io/vNkoZ
13:19:04 <rokups> does nikola have a built-in way to embed gallery into a post/page?
13:19:12 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1379 (hierarchy-pages-v8 - 9663a8a : Felix Fontein): The build failed.
13:19:13 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/d85cfa09183a...9663a8a89ca8
13:19:13 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/326039002
13:20:12 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1381 (master - 64bc120 : Chris Warrick): The build failed.
13:20:13 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/a00e8ed82c9f...64bc120a3272
13:20:13 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/326039676
13:20:19 <rokups> yes apparently there is: https://plugins.getnikola.com/v7/gallery_directive/ :)
13:26:02 <ChrisWarrick> rokups: (warning, this plugin is not perfect)
13:26:39 <rokups> its ok, i can fix it if it misbehaves :)
13:29:56 -GitHub[nikola]:#nikola- [nikola] felixfontein created taxonomy-improvements (+2 new commits): https://git.io/vNkoh
13:29:56 -GitHub[nikola]:#nikola- nikola/taxonomy-improvements 9fc3d91 Felix Fontein: Some code simplifications and improvements.
13:29:56 -GitHub[nikola]:#nikola- nikola/taxonomy-improvements e643812 Felix Fontein: Avoid collision detection for not generated classification pages.
13:31:32 -GitHub[nikola]:#nikola- [nikola] felixfontein opened pull request #2943: Taxonomy improvements (master...taxonomy-improvements) https://git.io/vNkKv
13:38:27 -travis-ci:#nikola- getnikola/nikola#9609 (taxonomy-improvements - e643812 : Felix Fontein): The build passed.
13:38:28 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/9fc3d919fccf^...e6438129ce82
13:38:28 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/326042749
13:56:13 <rokups> docs say shortcode should return a tuple consisting of output and list of dependency files. shotcodes in nikola source code return just output. are docs outdated?
14:35:36 -GitHub[nikola]:#nikola- [nikola] felixfontein created improving-broken-link-check (+1 new commit): https://git.io/vNkPc
14:35:36 -GitHub[nikola]:#nikola- nikola/improving-broken-link-check 88bcf86 Felix Fontein: Avoid broken links when links are not as expected.
14:38:04 -GitHub[nikola]:#nikola- [nikola] felixfontein opened pull request #2944: Avoid broken links when links are not as expected. (master...improving-broken-link-check) https://git.io/vNkPl
14:47:15 -travis-ci:#nikola- getnikola/nikola#9611 (improving-broken-link-check - 88bcf86 : Felix Fontein): The build passed.
14:47:16 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/88bcf8682eff
14:47:16 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/326055204
17:24:36 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #2943: Taxonomy improvements (master...taxonomy-improvements) https://git.io/vNkKv
17:33:17 -travis-ci:#nikola- getnikola/nikola#9613 (master - f37b51f : Chris Warrick): The build passed.
17:33:18 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/68ced323a567...f37b51fa9dc4
17:33:19 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/326093624
17:40:48 <cwcopz> Hello, i've got a question about this masterpiece of cms :)
18:10:49 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #2944: Avoid broken links when links are not as expected. (master...improving-broken-link-check) https://git.io/vNkPl
18:11:02 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted improving-broken-link-check at 88bcf86: https://git.io/vNkFT
18:19:06 <ChrisWarrick> cwcopz: go ahead!
18:23:22 <cwcopz> Hey Chris, can I create a blogpost which won't be shown in the normal feed? Like a page, but in a chronical order with categories and so on. 
18:25:18 <ChrisWarrick> cwcopz: There are `private` posts, but they might not appear in categories
18:26:00 <ChrisWarrick> cwcopz: (try setting a “private” tag and see if it works for you or not)
18:26:24 <cwcopz> They should be available. Background: Changelog for a project. Irrelevant for the blog, but important for an page. 
18:27:11 <ChrisWarrick> what does the page display, exactly?
18:27:55 <cwcopz> Overview of a project. I want to link an archive where I post changelog post on a reg. basis.
18:28:51 <ChrisWarrick> I’m afraid Nikola can’t do that as it stands right now
18:30:01 <cwcopz> Okay, no problem. Has no priority, was jsut curious. 
18:30:17 <cwcopz> I am in love with Nikola haha MAkes fun to work with
18:30:19 <ChrisWarrick> You could try mixing the private tag and post-lists, if you set the post_type to 'all'.  Or perhaps a separate section for the changelog posts and making a section index the main index?
18:31:17 <cwcopz> Puh, I gonna try it, thanks. Succeess not guaranted because I am a beginner with Nikola
18:41:15 -travis-ci:#nikola- getnikola/nikola#9614 (master - 765c912 : Chris Warrick): The build passed.
18:41:16 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/f37b51fa9dc4...765c912c4d76
18:41:16 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/326105195