Hi François-Régis,
You said:
But this created a /output/pages/index.html not a /output.index.html
I think this is because of one of the settings in PAGES in your conf.py. My pages deploy into my site's root, and my PAGES looks like this:
PAGES = (
("pages/*.md", "", "page.tmpl"),
("pages/*.rst", "", "page.tmpl"),
("pages/*.txt", "", "page.tmpl"),
("pages/*.html", "", "page.tmpl"),
)
I think it's because the second value in each case is set to the empty string, "". You probably have "pages" in there, which is why your HTML files end up in /output/pages.
HTH.
Cheers,
Martin
--
Martin McCallion
https://devilgate.org/blog/
@devilgate (Micro.blog and Twitter)
--
You received this message because you are subscribed to the Google Groups "nikola-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nikola-discus...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/73469c68-a5e8-4dbf-880a-b2f45e16503bo%40googlegroups.com.
It works ! Thanks.I loved the capabilities to separate output in Pages but that's life.FR.
To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/e2ea363f-5435-41e3-b683-bb96477b7a57n%40googlegroups.com.
Ok, but how concretely do it ?
To view this discussion on the web visit https://groups.google.com/d/msgid/nikola-discuss/42877a2e-b149-4029-af76-0de8d882260cn%40googlegroups.com.