Logs for #nikola for 2018-01-22

09:32:33 <KwBot> [nikola] Kwpolska closed issue #2955: Issue with teasers - thanks in advance https://github.com/getnikola/nikola/issues/2955
14:35:43 <ralsina> ChrisWarrick: using bootstrap4 sounds good
14:52:24 <ChrisWarrick> ralsina: there’s also this new bs4 example: https://getbootstrap.com/docs/4.0/examples/blog/
15:40:10 <ralsina> That actually looks decent!
16:19:55 <gour> what do you suggest for emojis in nikola considering that that the site on which plugin does depend is down and not functional any longer?
16:20:47 <gour> is there any important speed difference in parsing if one uses default (rst) metadata or something else (e.g. yaml)?
16:28:15 <ralsina> gour: I thought we updated the plugin to use something else?
16:28:27 <ralsina> I expect speed is the same.
16:29:11 <gour> ralsina: hmm, the docs still says the same: https://plugins.getnikola.com/v7/emoji/
16:29:45 <ralsina> gour: let's check the code instead
16:30:01 <ralsina> Mind you, it may still be using that, I just don't remember
16:30:33 <ralsina> yup. still using tortue
16:30:42 <ralsina> if there's a better thing, changing it should be very easy
16:31:18 <gour> i am thinking about just using unicode chars, what do you think?
16:32:04 <ralsina> those are monochrome
16:32:16 <ralsina> You could use unicode characters with the noto-emoji color font
16:32:32 <gour> what about this: https://github.com/zeeshanu/emoji-awesome ?
16:32:48 <gour> yeah, unicode is mono, but it probably won't go down :-D
16:33:14 <ralsina> anything that actually works is better
16:33:38 <ralsina> noto-emoji is not available as a webfont from google. Boo.
16:33:52 <ralsina> So, sure, emoji-awesome WFM
16:52:18 <ChrisWarrick> use the unicode emoji entities.  if your users don’t have emoji fonts installed, not your problem
16:56:48 <gour> ChrisWarrick: you mean unicode chars?
16:56:53 <ChrisWarrick> yes
16:57:25 <gour> still, there is use of plugin to make it easier to use them, right?
16:58:06 <ChrisWarrick> the emoji shortcode/directive can do github-style emojis like :poop:
16:58:27 <ChrisWarrick> however, both commercially-successful operating systems come with a superior solution, graphical emoji pickers
17:24:06 <gour> btw, what is the plan in regard to v8 release?
17:24:43 <gour> well, i'm on linux and need emojis for web sites...
20:37:10 <ralsina> gour: v8 will be ready when it's ready
20:37:15 <ralsina> gour: but master is stable
20:57:01 <gour> ralsina: no big breaking changes are expected?