07:06:40 <ChrisWarrick> !cleartells 07:07:08 <ChrisWarrick> !clear 07:07:08 <KwBot> ChrisWarrick: Tell queue cleared successfully. 11:00:33 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vQEAA 11:00:33 -GitHub[nikola]:#nikola- nikola/master 208dfac Chris Warrick: Fix importing posts in new_post... 11:21:57 -travis-ci:#nikola- getnikola/nikola#9355 (master - 208dfac : Chris Warrick): The build is still failing. 11:21:58 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/74b96ee1ebdf...208dfacc6b26 11:21:58 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/249586131 12:32:22 -GitHub[nikola]:#nikola- [nikola] Kwpolska created env-show-tracebacks (+1 new commit): https://git.io/vQuUn 12:32:22 -GitHub[nikola]:#nikola- nikola/env-show-tracebacks 1779cb7 Chris Warrick: Add NIKOLA_SHOW_TRACEBACKS environment variable... 12:35:01 -GitHub[nikola]:#nikola- [nikola] Kwpolska opened pull request #2858: Add NIKOLA_SHOW_TRACEBACKS environment variable (master...env-show-tracebacks) https://git.io/vQuUS 12:43:13 -travis-ci:#nikola- getnikola/nikola#9356 (env-show-tracebacks - 1779cb7 : Chris Warrick): The build failed. 12:43:14 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/commit/1779cb7b3cfa 12:43:14 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/249613275 13:41:36 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: https://git.io/vQuOG 13:41:36 -GitHub[nikola]:#nikola- nikola/master fe76832 Chris Warrick: Merge pull request #2858 from getnikola/env-show-tracebacks... 13:45:01 -GitHub[nikola]:#nikola- [nikola] Kwpolska force-pushed metadata-extractors from 6e2025e to 0f6f366: https://git.io/vQEvz 13:45:01 -GitHub[nikola]:#nikola- nikola/metadata-extractors 336b186 Chris Warrick: Rename UNSLUGIFY_TITLES → FILE_METADATA_UNSLUGIFY_TITLES... 13:45:01 -GitHub[nikola]:#nikola- nikola/metadata-extractors 7dbe085 Chris Warrick: Initial scaffolding for metadata extractor plugins... 13:45:01 -GitHub[nikola]:#nikola- nikola/metadata-extractors b204dfe Chris Warrick: Use correct environment marker syntax... 13:45:08 -travis-ci:#nikola- Invariant build by Chris Warrick: The build passed. See https://travis-ci.org/getnikola/invariant-builds/builds/249635607. 13:58:22 -travis-ci:#nikola- getnikola/nikola#9358 (master - fe76832 : Chris Warrick): The build was fixed. 13:58:23 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/208dfacc6b26...fe76832f9696 13:58:23 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/249635847 14:02:56 -travis-ci:#nikola- getnikola/nikola#9359 (metadata-extractors - 0f6f366 : Chris Warrick): The build is still failing. 14:02:57 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/6e2025e6a96b...0f6f36638bff 14:02:57 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/249637012 14:07:10 <x1101> Howdy folks. I have an oddity that I was hoping you could help me track down. Something in the gallery generation code is making the gallery unviewable, and I don't know if its the gallery, the theme, or something I did 14:07:14 <x1101> example here https://urandom-podcast.info/galleries/screen_test/ 14:07:40 <x1101> if you look at the source, the whole gallery is wrapped in `<noscript>` tags, and doesn't display if you visit it. 14:34:53 -GitHub[nikola]:#nikola- [nikola] Kwpolska fast-forwarded master from fe76832 to 605c6a5: https://git.io/vQuWH 14:48:03 -travis-ci:#nikola- getnikola/nikola#9360 (metadata-extractors - 29e2719 : Chris Warrick): The build is still failing. 14:48:04 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/0f6f36638bff...29e27190b573 14:48:04 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/249655639 15:03:21 -travis-ci:#nikola- getnikola/nikola#9361 (master - 605c6a5 : Chris Warrick): The build passed. 15:03:22 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/fe76832f9696...605c6a589f95 15:03:22 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/249655658 17:47:53 <JZA> hi I am testing nikola but first question I have is where are the styling 17:50:26 <JZA> is odd I build the site but there is no CSS or JS anywhere 18:08:28 <x1101> There is CSS/JS. Its all part of the themes 18:08:43 <x1101> https://themes.getnikola.com/ 18:09:28 <x1101> You just use nikola to install a theme, and then if you need to, you tweak that. 18:10:52 <x1101> JZA does that help>? 18:15:01 <ChrisWarrick> JZA: what version of Nikola are you using? How does it look? 18:30:09 <x1101> ChrisWarrick: do you have any suggestions on my question from earlier? 18:32:05 <ChrisWarrick> x1101: Most likely the theme, as galleries need special handling and CSS 18:34:19 <ChrisWarrick> s/CSS/JS/ 18:35:04 <x1101> well, I have to head -> desk. I was not looking very well. The readme _does_ say it won't work 18:35:05 <x1101> README.md:15:This theme doesn't support slides or image galleries in any useful way. 18:35:21 <x1101> Guess I either change theme or patch in my own. 18:35:22 <x1101> Thanks! 18:37:33 <ChrisWarrick> Try patching it, I think it’s missing some block definitions other themes have 18:37:51 <ChrisWarrick> (and if you succeed, make a PR — or create an issue and someone might get this done) 18:43:46 <x1101> I'll start with an issue, dunno when I'll have time for it. Nor the JS/CSS skills. 18:46:40 <KwBot> [nikola] x1101 opened issue #2859: theme blogtxt does not support image galleries https://github.com/getnikola/nikola/issues/2859 18:47:31 <x1101> yeah, that. If I have the time and think I have the skills, I'll give it a go. If not, its on record for someone else to work with. Or not, if the theme maintainers don't want that ability. 18:56:36 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 3 new commits to metadata-extractors: https://git.io/vQu5D 18:56:36 -GitHub[nikola]:#nikola- nikola/metadata-extractors 7c0f40a Chris Warrick: Make metadata splitting work... 18:56:36 -GitHub[nikola]:#nikola- nikola/metadata-extractors 9612fb9 Chris Warrick: Code cleanups... 18:56:36 -GitHub[nikola]:#nikola- nikola/metadata-extractors b562e61 Chris Warrick: Fix tests, add new config_present condition... 21:53:10 <JZA> ChrisWarrick: like a bootstrap theme 21:56:29 <JZA> I was looking togo for more material design-pharallax type, like a One-Page theme with the landscape header, and then some Jquery carrousell widgets. 21:59:24 <JZA> http://massivedynamic.co/ 22:00:00 <JZA> or this: http://preview.themeforest.net/item/jevelin-multipurpose-premium-responsive-wordpress-theme/full_screen_preview/14728833?ref=cirvitis&clickthrough_id&redirect_back=true 22:35:52 <JZA> anyone around 22:35:54 <JZA> hi jce 23:08:56 <JZA> anyone around