Logs for #nikola for 2016-12-20

11:08:32 <gour> source contains: <img alt="innocent" class="emoji" src="http://www.tortue.me/emoji/innocent.png" style="width: 24px; height: 24px;"> but i do not see it, although it works for e.g. another emoji (smiley), i use: |innocent| in my rst markup. any idea?
11:17:13 <gour> hmm...in another post is working...probably some parsing issue...let me see
12:40:50 <_x1101> Hiya folks. I'm back with another off the wall question. 
12:52:11 <ralsina> _x1101: just ask
12:56:26 <_x1101> Is there an easy way  I can modify the posts template? I have a site that I'm managing with nikola that I end up copy/pasting about 1/2 the post in when I create it, and I'd rather have that done as a template. 
13:10:35 <ralsina> Sure
13:10:48 <ralsina> nikola theme -c post.tmpl
13:11:03 <ralsina> that will give you a copy of the post.tmpl of your theme, edit it all you want
13:17:06 <_x1101> Not sure that's getting at what I meant. When I do nikola new_post, I get a nearly empty file. I want to add to whats in that file, not what gets output
13:17:51 <ralsina> ahhh
13:17:57 <ralsina> nikola new_post --import
13:18:20 <ralsina> or -i
13:18:29 <_x1101> so I create a file that has what I want, then run --import on it to set it as the new template?
13:18:34 <ralsina> no
13:18:57 <ralsina> create a file with what you want, and then instead of "nikola new_post" run "nikola new_post -i whatever.txt"
13:19:10 <ralsina> If you don't like the extra arguments, create a shell alias
13:20:05 <_x1101> I'm already just copying an old file and removing all the specific stuff. 
13:20:15 <_x1101> (not using new_post) at all
13:20:57 <ralsina> _x1101: I don't follow
13:21:21 <ralsina> _x1101: I am explaining how to get whatever you want in the file created via new_post
13:21:37 <ralsina> put whatever you want that content to be in a file, and use new_post -i
13:23:32 <_x1101> So this is for shown-yes for a podcast. When I do a new episode I copy the file in posts/ from last month to a new file in posts/, then strip out all the episode specific stuff and start anew. What I'd rather is have all that as a template and have new_post put those things in as well as the nikola specific stuff at the top (like the slug and date)
13:24:17 <ralsina> _x1101: yes, that is what I said
13:24:30 <ralsina> _x1101: really, try it
13:24:53 <ralsina> _x1101: create the file without all the post-specific stuff, without all the nikola metadata, and use -i
13:31:08 <_x1101> in posts/ or in the root 
13:33:16 <_x1101> got it, thanks ralsina 
19:39:43 <charlesay> hi, I tried to enable the AUTHOR_PAGES_ARE_INDEXES option on my site, but with it compilation failed, seemingly for pages for authors of the form "Firstname Firstauthor, Firstname Secondauthor"
19:40:06 <charlesay> is something wrong with Nikola there, or am I using it wrong, or botch?
19:40:26 <charlesay> botched 'both' there...
19:41:29 <ChrisWarrick> charlesay: Show full build log
19:44:11 <gour> mc
19:45:25 <ChrisWarrick> gour: not a terminal
19:45:39 <gour> ChrisWarrick: heh, it happens :-)
19:48:24 <ChrisWarrick> charlesay: cannot reproduce
19:59:15 <KwBot> [nikola] Kwpolska opened issue #2600: Weird crash with AUTHOR_PAGES_ARE_INDEXES = True and commas in names https://github.com/getnikola/nikola/issues/2600
19:59:20 <charlesay> ChrisWarrick: for me, this happens https://pastebin.mozilla.org/8953856
19:59:30 <ChrisWarrick> charlesay:20:01:17 <ChrisWarrick> Wait, there’s a typo
20:02:27 <KwBot> [nikola] Kwpolska assigned issue #2600 to Kwpolska: Weird crash with AUTHOR_PAGES_ARE_INDEXES = True and commas in names https://github.com/getnikola/nikola/issues/2600
20:04:27 <KwBot> [nikola] Kwpolska closed issue #2600: Weird crash with AUTHOR_PAGES_ARE_INDEXES = True and commas in names https://github.com/getnikola/nikola/issues/2600
20:04:41 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/v1Am2
20:04:41 -GitHub[nikola]:#nikola- nikola/master 339171d Chris Warrick: Fix #2600 -- fix author indexes by removing small typo...
20:04:54 <ChrisWarrick> charlesay: fixed, please fix the spelling of translations in your copy of authorindex.tmpl
20:09:38 -travis-ci:#nikola- getnikola/nikola#8100 (master - 339171d : Chris Warrick): The build passed.
20:09:39 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/4c9eb727eab3...339171d55442
20:09:39 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/185571217
20:10:13 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to archive-navigation: https://git.io/v1AYz
20:10:13 -GitHub[nikola]:#nikola- nikola/archive-navigation 0e8b8ce Chris Warrick: Fix “issue” (not really) found by Codacy...
20:16:08 <charlesay> thanks!
20:19:49 <charlesay> btw, why can't authors work like tags? ie comma seperated entries be treated as seperate entries?
20:20:24 -travis-ci:#nikola- getnikola/nikola#8103 (archive-navigation - 0e8b8ce : Chris Warrick): The build passed.
20:20:25 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/bac9401c23c2...0e8b8cec0718
20:20:25 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/185572940
20:27:05 <ralsina> charlesay: it's pretty common to want to use a comma in an author's name
20:27:49 <ralsina> As in Smith, John
20:32:49 -GitHub[nikola]:#nikola- [nikola] felixfontein created archive-improvements (+1 new commit): https://github.com/getnikola/nikola/commit/03eb42227ab4
20:32:49 -GitHub[nikola]:#nikola- nikola/archive-improvements 03eb422 Felix Fontein: Improving friendly archive names.
20:35:35 -GitHub[nikola]:#nikola- [nikola] felixfontein opened pull request #2601: Improving friendly archive names. (master...archive-improvements) https://github.com/getnikola/nikola/pull/2601
20:37:40 -travis-ci:#nikola- getnikola/nikola#8105 (archive-improvements - 03eb422 : Felix Fontein): The build passed.
20:37:41 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/03eb42227ab4
20:37:41 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/185579112
20:39:33 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/v1An0
20:39:33 -GitHub[nikola]:#nikola- nikola/master 31b7e95 Chris Warrick: Changelog for #2600...
20:44:35 -travis-ci:#nikola- getnikola/nikola#8107 (master - 31b7e95 : Chris Warrick): The build passed.
20:44:36 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/339171d55442...31b7e9537f1c
20:44:36 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/185580941
20:52:25 <charlesay> ralsina: right, that is fair enough
20:53:47 <charlesay> but i am mainly thinking about some way to give nikola an idea that a post can have multiple authors and treat them as seperate entities