Logs for #nikola for 2018-10-07

17:31:54 <jstein> Hi, I want to prepare a static website (not a blog primary, but a few blog entries would be nice too) and use https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html 
17:32:38 <jstein> html is generated in output/pages/index.html
17:33:22 <jstein> but when I look at the http://localhost:8000/ page, there is no index.html
17:33:43 <jstein> http://localhost:8000/pages/ works fine
17:34:32 <jstein> Do I misunderstand the folder strategy? I expected one "master" index.html for the whole website and then an index per category, or what ever.
19:26:20 <ChrisWarrick> jstein: You forgot to change the PAGES variable.
19:29:22 <jstein> https://paste.pound-python.org/show/Xd0InAvUOAPhKnKkU7kv/ this is my conf.py
19:29:52 <jstein> ChrisWarrick: What should PAGES= look like in my case?
19:30:40 <ChrisWarrick> jstein: all lines should have the second argument as "" instead of "pages" , eg. ("pages/*.rst", "", "page.tmpl"),
19:32:13 <jstein> I see, the second argument is also the folder where the files go to?
19:32:16 <ChrisWarrick> yes
19:32:27 * jstein tries that now
19:33:28 <jstein> works like a charm! Thank you so much!