Add format ordering precisions

This commit is contained in:
Miraty 2021-10-07 11:12:12 +02:00
parent 7467805d87
commit a90ca1e942
1 changed files with 4 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Place your pages tree in `/src/*/*.(gmi|md)`.
Optionnal files:
* `/config.ini`
*`/style.less`
* `/style.less`
* `/logo.png`
* `/head.inc.html`
* `/footer.inc.html`
@ -28,6 +28,9 @@ Pages in `/src`can use Gemini (if using `gmi` extension), Markdown, HTML and PHP
* `/*/*.html`
* `/*/*.gz`
Note that format translation is only done in the following order:
Gemini > Markdown > HTML, which means that the last of the previous format you will use will be the first that will be readable by hypertext browsers. (PHP is executed before.)
# External dependencies
* PHP