Logs for #nikola for 2017-06-26

15:44:54 <gour> ralsina: have you seen this one: https://sadanand-singh.github.io/posts/nikola2hugo/ ?
15:45:13 <ralsina> Nope
15:46:07 <ralsina> gour: hey, win some lose some
15:47:40 <gour> :-)
15:48:01 <ralsina> I am pretty sure you can currently do everything he says he could not do, but who knows
15:48:42 <ChrisWarrick> or, you know, make feature requests instead of complaining on a blog
15:49:05 <SteveDrees> patches accepted is what I would tell him.
15:49:49 <gour> some things are debatable like go templates vs mako, but i do not see how does nikola fails with "light system that focused on markdown..:"
15:49:56 <ralsina> patches are not always accepted, look at the PR pagr ;-)
15:50:59 <ralsina> gour: the thing to do when a user leaves is see if we could have kept him. In this case, maybe we could have made shortcuts easier. They *are* easier now. We could have made markdown more of a 1st-class citizen. We are doing that.
15:51:10 <ralsina> It just maybe happened too late for this guy. Those things happen.
15:51:30 * gour nods
16:05:45 <ralsina> I need positivity in my life, so I prefer to read things like http://bjlkeng.github.io/posts/variational-autoencoders/
16:06:04 <ralsina> Not about Nikola, but it sure is a handsome blog posting about interesting things, and it is done using nikola too :-)
16:20:25 <gour> ralsina: nice & clean one
16:25:36 <KwBot> [nikola] ralsina closed issue #2062: Themes should not load jQuery if it's available https://github.com/getnikola/nikola/issues/2062
16:29:34 -GitHub[nikola]:#nikola- [nikola] ralsina created kill-slides (+1 new commit): https://git.io/vQsbk
16:29:34 -GitHub[nikola]:#nikola- nikola/kill-slides 7c36311 Roberto Alsina: Killed sllides
16:30:01 -GitHub[nikola]:#nikola- [nikola] ralsina opened pull request #2854: Killed sllides (master...kill-slides) https://git.io/vQsbt
16:34:06 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to kill-slides: https://git.io/vQsbp
16:34:06 -GitHub[nikola]:#nikola- nikola/kill-slides 1d34445 Roberto Alsina: removed slides from the demo
16:36:41 -GitHub[plugins]:#nikola- [plugins] ralsina pushed 1 new commit to master: https://git.io/vQsNC
16:36:41 -GitHub[plugins]:#nikola- plugins/master dc9ff5a Roberto Alsina: slides plugin that will be removed from core
16:38:56 -GitHub[plugins]:#nikola- [plugins] ralsina pushed 1 new commit to master: https://git.io/vQsNK
16:38:56 -GitHub[plugins]:#nikola- plugins/master 160ff31 Roberto Alsina: Added readme
17:04:57 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1325 (master - dc9ff5a : Roberto Alsina): The build passed.
17:04:58 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/8235d148451a...dc9ff5a647d6
17:04:58 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/247177381
17:14:55 -GitHub[nikola]:#nikola- [nikola] ralsina pushed 1 new commit to kill-slides: https://git.io/vQspK
17:14:55 -GitHub[nikola]:#nikola- nikola/kill-slides 096623e Roberto Alsina: updated changelog
17:16:32 -travis-ci:#nikola- [PLUGINS] getnikola/plugins#1326 (master - 160ff31 : Roberto Alsina): The build passed.
17:16:33 -travis-ci:#nikola- [PLUGINS] Change view: https://github.com/getnikola/plugins/compare/dc9ff5a647d6...160ff317d5a3
17:16:33 -travis-ci:#nikola- [PLUGINS] Build details: https://travis-ci.org/getnikola/plugins/builds/247177941
17:23:23 -travis-ci:#nikola- getnikola/nikola#9324 (kill-slides - 7c36311 : Roberto Alsina): The build failed.
17:23:24 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/7c3631172810
17:23:24 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/247174465
17:47:50 <rmariano> hye, I can't render the css for the hyde theme
17:48:10 <rmariano> If I try any other theme, it loads & bundles the css without problem, but not for that one
17:48:21 <rmariano> any ideas why can I check first for troubleshooting?
17:48:43 <rmariano> I checked the conf.py first, and then the static files under assets
17:48:46 <rmariano> version is 7
18:10:39 -travis-ci:#nikola- getnikola/nikola#9328 (kill-slides - 096623e : Roberto Alsina): The build failed.
18:10:40 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/1d34445630ce...096623e37948
18:10:40 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/247185886
18:20:16 <ChrisWarrick> rmariano: version 7 isn’t enough. The hyde theme does not support bundles, it seems
18:25:46 <ralsina> Most of the themes I did don't support bundles, that is maybe one of those
18:25:55 <ChrisWarrick> that one wasn’t done by you
18:26:05 <ChrisWarrick> that said, it should not be hard to make it work
18:28:56 -GitHub[themes]:#nikola- [nikola-themes] Kwpolska pushed 1 new commit to master: https://git.io/vQGt0
18:28:56 -GitHub[themes]:#nikola- nikola-themes/master 78c3c40 Chris Warrick: hyde: add bundles support...
18:40:21 <rmariano> ChrisWarrick: thanks!
18:40:55 <ChrisWarrick> rmariano: (run `nikola theme -i hyde`)
18:42:11 <rmariano> ChrisWarrick: yes, that's what I did
18:42:34 <rmariano> now I set USE_BUNDLES=False and seems to render the css
18:45:54 <ChrisWarrick> you can use either setting after you update the theme