Logs for #nikola for 2017-05-15

00:48:26 -GitHub[nikola]:#nikola- [nikola] ralsina closed pull request #2765: Don't crash when translating untranslated strings (master...kinder-messages) https://git.io/v95td
00:48:26 -14WAA3X3K:#nikola- [nikola] ralsina pushed 1 new commit to master: https://git.io/v953W
00:48:26 -14WAA3X3K:#nikola- nikola/master b61f406 Roberto Alsina: Don't crash when translating untranslated strings
00:48:33 -GitHub[nikola]:#nikola- [nikola] ralsina deleted kinder-messages at 0ec1216: https://git.io/v953l
02:35:34 -GitHub[nikola]:#nikola- [nikola] Kwpolska created requires-io-master from master (+0 new commits): https://git.io/Sm_jqQ
05:24:12 <KwBot> [plugins] jwhendy opened issue #228: update orgmode syntax: #+begin_export backend vs. #+begin_backend https://github.com/getnikola/plugins/issues/228
06:35:18 <KwBot> [plugins] Kwpolska assigned issue #228 to punchagan: update orgmode syntax: #+begin_export backend vs. #+begin_backend https://github.com/getnikola/plugins/issues/228
06:36:01 -GitHub[nikola]:#nikola- [nikola] Kwpolska closed pull request #2766: [requires.io] dependency update on master branch (master...requires-io-master) https://git.io/v95Z4
06:36:08 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted requires-io-master at b9b741c: https://git.io/v95Rq
07:44:43 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to header-deduplication: https://git.io/v95zO
07:44:43 -GitHub[nikola]:#nikola- nikola/header-deduplication 91204c8 Chris Warrick: Smarter ID rewrite ordering...
07:50:37 <gour> morning
07:51:05 <gour> is anyone aware of some image shortcode for nikola which could be used with non-rst content?
08:13:16 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/v9527
08:13:16 -GitHub[nikola]:#nikola- nikola/master 8bd9cb5 Chris Warrick: Revert "Don't crash when translating untranslated strings"...
08:37:41 <ChrisWarrick> gour: That’s all you need: <a href="/images/foo.png"><img src="/images/foo.thumbnail.png"></a>
08:44:07 <gour> ChrisWarrick: besides support for responsive images (https://github.com/getnikola/nikola/issues/2490) not supported (yet), i'd like, at least, to have ability to easily style image's alignment {left, center, right} by supplying appropriate class
09:22:35 -GitHub[site]:#nikola- [nikola-site] Kwpolska pushed 1 new commit to master: https://git.io/v9569
09:22:35 -GitHub[site]:#nikola- nikola-site/master 502bc31 Chris Warrick: Implement header permalinks...
09:25:24 -GitHub[nikola]:#nikola- [nikola] Kwpolska created header_permalinks_file_blacklist (+1 new commit): https://git.io/v95iU
09:25:24 -GitHub[nikola]:#nikola- nikola/header_permalinks_file_blacklist e7a8bb1 Chris Warrick: Add a file blacklist for header permalinks...
09:25:45 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #2767: Add a file blacklist for header permalinks (master...header_permalinks_file_blacklist) https://git.io/v95iT
09:33:34 -GitHub[nikola]:#nikola- [nikola] Kwpolska force-pushed theme-ini from 2ed1988 to 72c7520: https://git.io/v95ix
09:33:34 -GitHub[nikola]:#nikola- nikola/theme-ini 72c7520 Chris Warrick: Fix #2758 -- Add support for theme meta files...
09:36:27 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #2768: Fix #2758 -- Add support for theme meta files (master...theme-ini) https://git.io/v95Pn
13:34:27 <ralsina> gour: what markup are you using?
13:35:05 <ralsina> gour: most would allow for some sort of class being assigned to the element. If not, hey, you can do your own shortcode, it's as easy as writing a template :-)
13:40:24 <ralsina> Literally something like this in shortcodes/image.tmpl should almost work ... you will need to think a little about how to handle the "thumbnail" bit: <a href="/images/${arg[0]}.png"><img src="/images/${arg[0]}.thumbnail.png" class=${arg[1]}></a> 
14:17:16 <gour> ralsina: asccidoc(tor)
14:45:07 -GitHub[themes]:#nikola- [nikola-themes] ralsina created detox (+1 new commit): https://git.io/v9dl3
14:45:07 -GitHub[themes]:#nikola- nikola-themes/detox 182343c Roberto Alsina: New detox theme
14:46:58 -GitHub[themes]:#nikola- [nikola-themes] ralsina opened pull request #116: New detox theme (master...detox) https://git.io/v9dlw
14:47:07 -GitHub[themes]:#nikola- [nikola-themes] ralsina pushed 1 new commit to master: https://git.io/v9dlr
14:47:07 -GitHub[themes]:#nikola- nikola-themes/master 47f4294 Roberto Alsina: New detox theme
14:52:04 <ralsina> gour: asciidoc doesn't seem to support adding classes to images, so I'd say do your own shortcut
16:04:54 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/v9drR
16:04:54 -GitHub[nikola]:#nikola- nikola/master 1d03f5f Chris Warrick: Merge pull request #2767 from getnikola/header_permalinks_file_blacklist...
16:06:28 -GitHub[themes]:#nikola- [nikola-themes] Kwpolska pushed 1 new commit to master: https://git.io/v9dry
16:06:28 -GitHub[themes]:#nikola- nikola-themes/master 3ea3c18 Chris Warrick: Update bnw theme...
16:14:56 -GitHub[themes]:#nikola- [nikola-themes] Kwpolska pushed 1 new commit to master: https://git.io/v9dKH
16:14:56 -GitHub[themes]:#nikola- nikola-themes/master df1211e Chris Warrick: Link to demo from theme thumbnail...
16:18:10 <ChrisWarrick> ralsina: FYI ↑ (make sure `bnw` is at commit c1b6d85, git pull --no-rebase, because submodules are a pain)
17:11:49 <KwBot> [plugins] Kwpolska closed issue #228: update orgmode syntax: #+begin_export backend vs. #+begin_backend https://github.com/getnikola/plugins/issues/228
17:55:33 <ralsina> ChrisWarrick: ahhh it was not properly pulled, should be ok now
17:55:45 <ChrisWarrick> git submodules are so dumb
17:56:49 <ralsina> Looks like a bunch of themes support a metadata option for header images, yet they all use a different one, including a couple I did myself
17:56:59 * ralsina should really make that standard
18:02:59 <ChrisWarrick> as in post metadata? that should be previewimage
18:10:22 <ralsina> ha, at least 3 themes use something else
18:10:29 <ralsina> I'll hack it later
18:26:44 -GitHub[nikola]:#nikola- [nikola] Kwpolska deleted header_permalinks_file_blacklist at e7a8bb1: https://git.io/v9djJ
18:46:37 <gour> ralsina: "Asciidoctor supports the align attribute on block images to align the image within the block (e.g., left, right or center)." (http://asciidoctor.org/docs/user-manual/#putting-images-in-their-place), example: image::tiger.png[Tiger,200,200,float="right",align="center"]