Logs for #nikola for 2017-04-12

13:01:59 <ralsina> gour! Hi, yes, indeed I have a new job at http://onapsis.com
13:02:15 <ralsina> But that I left before the bloodbath is pure coincidence
13:56:18 <gour> ralsina: hi, i'm gkad to hear...the new one looks interesting
13:56:52 <ralsina> It is, I am in acrhitecture and working in an office, which is a fun change of pace
13:57:06 <ralsina> interacting with actual flesh-based humans
13:57:42 <gour> happy to hear it...you're personal person ;)
13:58:50 <gour> what are your plans in regard to nikola v8?
14:00:27 <ralsina> I have no plans
14:00:45 <ralsina> I just don't have the time to lead a project anymore, I've noticed.
14:01:03 <ralsina> It *may* change now that I have regular hours again, but I can't promise anything
14:03:10 <gour> ok
14:05:19 * gour is wondering whether to move to Hugo...
14:08:48 * gour --> out. bbl
14:52:56 <tim|mint> so, after a few years, I'm finally interested in picking up my blog again (created in nikola), but I seem to keep getting an errors with whatever I do... I've build Nikola[extras] in a virtualenv and activated it, then switched to my old blog directory, but with almost all commands (build, check, etc.) I get a stacktrace ending with "AttributeError: 'NoneType' object has no attribute 'split'"
14:53:15 <tim|mint> any idea how I can get nikola to output more info regarding this?
14:56:16 <ralsina> tim|mint: hmmm
14:56:43 <ralsina> tim|mint: if you could put the full stacktrace somewhere I may be able to guess
14:57:01 <tim|mint> ok, just a sec
14:58:40 <tim|mint> ralsina: https://pastebin.com/SVntnLah
15:01:05 <tim|mint> seems to be something in the theme, right?
15:03:14 <tim|mint> jup, that fixed it, switched to a different theme
15:03:42 <ralsina> neat
15:03:58 <ralsina> maybe something changed in the theme engine and your old theme broke
15:04:16 <tim|mint> could be... i notice the old theme is no longer available when i list the available themes (octopress)
15:04:24 <tim|mint> but may have installed it from somewhere else
15:04:51 <ralsina> it was pretty much abandoned
15:06:29 <tim|mint> thx though :)
15:09:48 <ChrisWarrick> the octopress theme was pretty broken and ugly, the creator didn’t care so I dropped it
15:58:41 <tim|mint> good reason, of course, just too bad it took me a while to figure out what the problem was ;-)
16:06:09 <tim|mint> ok, different question, are there syntax highlighters for nikola?
16:11:47 <ChrisWarrick> tim|mint: yes
16:12:04 <ChrisWarrick> tim|mint: either by using listings, or by using your input format's highlighting support
16:12:34 <tim|mint> ah, markdown has syntax highlighting? didn't know that
16:16:27 <ralsina> tim|mint: yeah something like ```python (code in following lines) ```
16:16:38 <tim|mint> cool thanks
17:24:05 <KwBot> [nikola] Kwpolska closed issue #2713: Update MathJax links https://github.com/getnikola/nikola/issues/2713
17:24:19 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 2 new commits to master: https://git.io/vSDr1
17:24:19 -GitHub[nikola]:#nikola- nikola/master df519ae Matthäus G. Chajdas: Update MathJax CDN link.
17:24:19 -GitHub[nikola]:#nikola- nikola/master 592e10e Chris Warrick: Merge pull request #2714 from Anteru/master...
17:30:25 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vSDoz
17:30:25 -GitHub[nikola]:#nikola- nikola/master 5fa972e Chris Warrick: Update KaTeX to v0.7.1...
17:32:49 <KwBot> [nikola] Kwpolska opened issue #2715: Deduplicate math code and automate adding KaTeX CSS https://github.com/getnikola/nikola/issues/2715
17:32:49 <KwBot> [nikola] Kwpolska assigned issue #2715 to Kwpolska: Deduplicate math code and automate adding KaTeX CSS https://github.com/getnikola/nikola/issues/2715
17:42:42 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vSD6q
17:42:42 -GitHub[nikola]:#nikola- nikola/master 71af9a8 Chris Warrick: Add checksums for MathJax JS...
18:46:53 -GitHub[nikola]:#nikola- [nikola] Kwpolska created math_helper (+1 new commit): https://git.io/vSDH8
18:46:53 -GitHub[nikola]:#nikola- nikola/math_helper da60e7a Chris Warrick: Split duplicated math scripts to separate file...
18:55:27 <KwBot> [nikola] ralsina assigned issue #2716 to ralsina: Fetch posts / articles from gdrive https://github.com/getnikola/nikola/issues/2716
18:55:27 <KwBot> [nikola] ralsina opened issue #2716: Fetch posts / articles from gdrive https://github.com/getnikola/nikola/issues/2716
18:58:25 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to math_helper: https://git.io/vSD7q
18:58:25 -GitHub[nikola]:#nikola- nikola/math_helper 129c08c Chris Warrick: Fix #2715 -- add KaTeX CSS when needed...
18:59:15 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #2717: Deduplicate math code and include KaTeX CSS automatically when needed (master...math_helper) https://git.io/vSD7G
18:59:37 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to math_helper: https://git.io/vSD7c
18:59:37 -GitHub[nikola]:#nikola- nikola/math_helper a111ce9 Chris Warrick: Reword changelog [ci skip]...
19:05:27 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to math_helper: https://git.io/vSD5B
19:05:27 -GitHub[nikola]:#nikola- nikola/math_helper 5d129e1 Chris Warrick: Fix function references...
19:18:25 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 3 new commits to math_helper: https://git.io/vSDbG
19:18:25 -GitHub[nikola]:#nikola- nikola/math_helper fe5b607 Chris Warrick: Reword math-related stuff in conf.py.in...
19:18:25 -GitHub[nikola]:#nikola- nikola/math_helper 867dcac Chris Warrick: Add new math stuff to story.tmpl and bootstrap3...
19:18:25 -GitHub[nikola]:#nikola- nikola/math_helper 94eccde Chris Warrick: Jinjify math_helper changes...
19:21:30 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to math_helper: https://git.io/vSDbh
19:21:30 -GitHub[nikola]:#nikola- nikola/math_helper a1a4264 Chris Warrick: Drop mathjax_config from base_helper.tmpl...
19:22:02 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to math_helper: https://git.io/vSDNU
19:22:02 -GitHub[nikola]:#nikola- nikola/math_helper d6c2efb Chris Warrick: Changelog for mathjax_config deduplication...