Logs for #nikola for 2015-03-22

01:40:24 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/hyqH
01:40:24 -GitHub[nikola]:#nikola- nikola/master 2284efa Daniel Aleksandersen: Expanded draft deployment documentation
01:44:43 -GitHub[nikola]:#nikola- [nikola] Aeyoun pushed 1 new commit to master: http://git.io/hymc
01:44:43 -GitHub[nikola]:#nikola- nikola/master 4cd4584 Daniel Aleksandersen: Prefetch newest post when visiting the front page
03:02:59 -travis-ci:#nikola- getnikola/nikola#4696 (master - 2284efa : Daniel Aleksandersen): The build passed.
03:03:00 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/9f51044abb1e...2284efa0f16f
03:03:00 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/55338071
04:18:47 -travis-ci:#nikola- getnikola/nikola#4697 (master - 4cd4584 : Daniel Aleksandersen): The build was broken.
04:18:48 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/2284efa0f16f...4cd4584c574c
04:18:48 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/55338251
13:00:54 <SpaceKookie> Hey there. I have a question that Google couldn't really help me with so I hope I can get some help here. I'm building a site that has a blog, some categories for static sites, etc. But...is there a way to populate the /index.html file with stuff via a RST or MD without having to write html into the file myself? Especially because it might end up being overwritten?
13:03:10 <SpaceKookie> And by that I mean stuff like either a list of past blog articles. Or maybe a picture with some text greeting people to the site, etc.
13:06:26 <ChrisWarrick> SpaceKookie: there are basically two solutions.
13:07:12 <ChrisWarrick> SpaceKookie: You could create your own index.tmpl template that would include a greeting written in HTML (that you can manually convert from reST using rst2html if you really hate to write it).
13:07:36 <SpaceKookie> Okay...what's the second solution :)
13:08:27 <ChrisWarrick> SpaceKookie: You could also use a different solution, which is to create a story that ends up as /index.html (.. slug: index  and appropriate PAGES configuration).  You can write that in reST and Markdown.  If you want to put a list of posts there, you would have to use reST and the post list directive.
13:09:23 <SpaceKookie> Hmm okay. Two follow up questions to both those. 1) Where would the .tmpl file go? 2) How would I have to set up my PAGES config?
13:10:42 <ChrisWarrick> SpaceKookie: If you don’t have your own theme, templates/index.tmpl  in your site directory (alongside conf.py)
13:11:12 <ChrisWarrick> SpaceKookie: you can start by copying index.tmpl from your desired “upstream” theme
13:12:34 <ChrisWarrick> SpaceKookie: required configuration for solution 2 is available in the “creating a site (not a blog)” document at http://getnikola.com/creating-a-site-not-a-blog-with-nikola.html
13:13:01 <SpaceKookie> Alright, I'll look into that :) Thanks already for the help
13:13:09 <SpaceKookie> Bit of personal opinion, which solution would you choose?
13:13:44 <ChrisWarrick> SpaceKookie: depends on what you want to show the most
13:14:33 <ChrisWarrick> SpaceKookie: if you want to show the post content on your index page and not only titles, you pretty should edit index.tmpl because it should be easier.  If you want only post titles and they are not the main part of your index page, go with solution 2
13:14:50 <SpaceKookie> Alright. Thanks for the help :)
13:17:13 <SpaceKookie> Have a lovely sunday <3
14:20:22 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/h9WB
14:20:22 -GitHub[nikola]:#nikola- nikola/master 6703336 Chris Warrick: jinjify prefetch...
14:24:27 -travis-ci:#nikola- Invariant build by Chris Warrick: The build passed. See http://travis-ci.org/getnikola/invariant-builds/builds/55372500.
14:28:19 -travis-ci:#nikola- getnikola/nikola#4698 (master - 6703336 : Chris Warrick): The build is still failing.
14:28:20 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/4cd4584c574c...6703336d7869
14:28:20 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/55372510
14:29:34 -GitHub[nikola]:#nikola- [nikola] bricewge opened pull request #1641: fix autorebuild (master...patch-1) http://git.io/h98h
14:30:31 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 2 new commits to master: http://git.io/h94m
14:30:31 -GitHub[nikola]:#nikola- nikola/master 823aac7 bricewge: fix autorebuild...
14:30:31 -GitHub[nikola]:#nikola- nikola/master 3a2ce50 Chris Warrick: Merge pull request #1641 from bricewge/patch-1...
14:39:26 -travis-ci:#nikola- getnikola/nikola#4700 (master - 3a2ce50 : Chris Warrick): The build is still failing.
14:39:27 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/6703336d7869...3a2ce50de004
14:39:27 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/55373213
14:48:13 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 3 new commits to master: http://git.io/h9Eh
14:48:13 -GitHub[nikola]:#nikola- nikola/master b4f7d67 Chris Warrick: document #1641...
14:48:13 -GitHub[nikola]:#nikola- nikola/master 65c172c Chris Warrick: prevent indexerror on empty sites with prefetching...
14:48:13 -GitHub[nikola]:#nikola- nikola/master cb90d22 Chris Warrick: fix #1640 -- implement tag and category hiding...
14:49:56 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/h9u9
14:49:56 -GitHub[nikola]:#nikola- nikola/master f0f232d Chris Warrick: implement tag hiding for tag clouds (#1640)...
14:50:56 -GitHub[nikola]:#nikola- [nikola] Kwpolska force-pushed master from f0f232d to 2c08cea: http://git.io/wJV7fg
14:50:56 -GitHub[nikola]:#nikola- nikola/master 2c08cea Chris Warrick: implement tag hiding for tag clouds (#1640)...
14:53:06 -travis-ci:#nikola- getnikola/nikola#4702 (master - f0f232d : Chris Warrick): The build has errored.
14:53:07 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/cb90d222f1c1...f0f232d96ccd
14:53:07 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/55374885
14:56:20 -travis-ci:#nikola- getnikola/nikola#4701 (master - cb90d22 : Chris Warrick): The build was fixed.
14:56:21 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/3a2ce50de004...cb90d222f1c1
14:56:21 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/55374758
15:01:03 -travis-ci:#nikola- getnikola/nikola#4703 (master - 2c08cea : Chris Warrick): The build was fixed.
15:01:04 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/f0f232d96ccd...2c08ceae4a99
15:01:04 -travis-ci:#nikola- Build details: http://travis-ci.org/getnikola/nikola/builds/55375087