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)
On 19 Jul 2020, at 18:47, François-Régis Chalaoux wrote:
Hi All,
I'm trying to produce a site not a blog. I followed
https://getnikola.com/creating-a-site-not-a-blog-with-nikola.html
recipe
but I have a problem, the root file (root index.html of this site is
not
the one I'm trying to produce), an other one is created in
/output/index.html and is 'empty', only the menu
I tried to create an index.html with a index.rst with :
.. title: index
.. hidetitle: True
.. slug: index
.. date: 2020-03-18 15:32:37 UTC+01:00
.. tags:
.. category:
.. link:
.. description:
.. type: text
blablabla ...
But this created a /output/pages/index.html not a /output.index.html
I can't resolve to how to edit a index.rst and produce
/output/index.html
file. This file seems created automatically in output directory.
Help are welcome !
François-Régis
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/nikola-discuss/73469c68-a5e8-4dbf-880a-b2f45e16503bo%40googlegroups.com.
--
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 [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/nikola-discuss/3C8613C1-F90F-43A1-B1A3-793136AD93CB%40devilgate.org.