Logs for #nikola for 2015-11-05

16:11:31 -GitHub[nikola]:#nikola- [nikola] Kwpolska pushed 1 new commit to master: http://git.io/v8UOv
16:11:31 -GitHub[nikola]:#nikola- nikola/master c7fc7be Chris Warrick: Merge pull request #2167 from getnikola/requires-io-master...
16:17:09 -travis-ci:#nikola- getnikola/nikola#6604 (master - c7fc7be : Chris Warrick): The build is still failing.
16:17:10 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/a8c7d1a2f72d...c7fc7bef05ee
16:17:10 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/89469471
16:39:50 -travis-ci:#nikola- getnikola/nikola#6604 (master - c7fc7be : Chris Warrick): The build was fixed.
16:39:51 -travis-ci:#nikola- Change view: https://github.com/getnikola/nikola/compare/a8c7d1a2f72d...c7fc7bef05ee
16:39:51 -travis-ci:#nikola- Build details: https://travis-ci.org/getnikola/nikola/builds/89469471
17:48:33 <maxamillion> I'm trying to create a site following this guide https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html but when I create a new_page I don't know how to find it, what's the URL it lands at after I 'nikola build'?
17:49:48 <ChrisWarrick> maxamillion: usually /stories/slug-of-page/
17:50:00 <ChrisWarrick> maxamillion: but the guide could make it /slug-of-page/
17:50:08 <maxamillion> ChrisWarrick: ah ok
17:50:38 <maxamillion> ChrisWarrick: alright, thanks ... how would I make it /slug-of-page/ ?
17:51:20 <ChrisWarrick> maxamillion: set the second element in the PAGES tuples to an empty string
17:51:55 <ChrisWarrick> maxamillion: then rebuild, and remove the old directory in output yourself
17:53:13 <maxamillion> ChrisWarrick: awesome, thank you