Logs for #nikola for 2016-08-30

06:39:38 <ChrisWarrick> ralsina: Guess we have to convince netlify to use python 3
06:43:06 <ChrisWarrick> but it's awesome nevertheless
10:30:56 <ralsina> ChrisWarrick: yeah, py3 would be good.
10:45:23 <gour> i've found nice css framework to be used for creating themes for nikola...
12:08:47 <ralsina> gour: awesome! Which one?
12:23:37 <ralsina> posted the video on getnikola.com
12:36:03 <x1101> I'm totally mentioning that on my next podcast. Too cool not to share
12:58:02 <x1101> ralsina: I have a gitlab instance with my nikola stuff living in a repo there. If you need a greenfield test of anything, let me know and I'll be glad to help.
13:00:54 <ralsina> x1101: I would love to do a post about how gitlab supports nikola sites out of the box
13:01:01 <ralsina> x1101: since they have been kind enough to do that :-)
13:01:27 <ralsina> BTW, the netlify thing also works with gitlab
13:01:33 <ralsina> and bitbucket
13:02:04 <ralsina> the dramatic classical music is funny in a tech video
13:02:27 <ralsina> because some times things like a big cymbal class coincide with a click and it all feels weird :-)
13:10:07 <x1101> you should time it so the big cymbal crash lines up with the 'publish' action
13:11:36 <ralsina> x1101: too much work, memorizing all the cymbal crashes :-)
13:12:48 <x1101> based on this? https://gitlab.com/pages/nikola
13:16:00 <ralsina> \yes
13:18:31 <x1101> that could streamline my workflow a ton
13:22:43 <ralsina> If it does, and you can do a quick blurb about it, happy to post it on the site :-)
17:18:41 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to master: https://git.io/viJBv
17:18:42 -GitHub[nikola]:#nikola- nikola/master c09787a Roberto Alsina: Better support for a whole tree of data files
17:23:46 -travis-ci:#nikola- getnikola/nikola#7553 (master - c09787a : Roberto Alsina): The build passed.
17:23:47 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/6497f53ebab9...c09787a93076
17:23:47 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/156288858
17:37:23 <KwBot> [nikola] ralsina opened issue #2488: The "data" key from global context is not available to shortcuts https://github.com/getnikola/nikola/issues/2488
17:59:09 <ralsina> http://staticman-demo.netlify.com/ if someone wants to see a cool thing :-)
18:59:40 <ChrisWarrick> the json output is ugly
19:13:51 <ralsina> yeah, I am asking staticman if there is a way to redirect back to avoid that
19:14:16 <ralsina> BTW, that needs nikola from master because of bugs
19:18:18 <x1101> I had the same thought (re:json)
19:21:09 <ralsina> Maybe I can replace the old-fashioned POST with some JS that performs it?
19:21:15 <ralsina> That way it stays in the page
19:21:21 * ralsina doesn't have enough JS for that
19:23:09 <ralsina> Also, all the comments stuff is currently in the post content, it should really be in post.tmpl or whatever
19:23:15 <ralsina> I'll fix it eventually