README: "Générateur de site d'Antopie" becomes mkht.php #5

Merged
miraty merged 4 commits from readme into master 2021-10-09 19:30:45 +02:00
1 changed files with 9 additions and 9 deletions
Showing only changes of commit 7467805d87 - Show all commits

View File

@ -5,11 +5,11 @@ mkht.php is a PHP script for building Gemini, Markdown and HTML/CSS sites from s
Place your pages tree in `/src/*/*.(gmi|md)`. Place your pages tree in `/src/*/*.(gmi|md)`.
Optionnal files: Optionnal files:
`/config.ini` * `/config.ini`
`/style.less` *`/style.less`
`/logo.png` * `/logo.png`
`/head.inc.html` * `/head.inc.html`
`/footer.inc.html` * `/footer.inc.html`
`mkht.php <site path> <destination >` `mkht.php <site path> <destination >`
@ -23,10 +23,10 @@ Pages in `/src`can use Gemini (if using `gmi` extension), Markdown, HTML and PHP
# Output # Output
`/*/*.gmi` (if using `.gmi` extension in /src) * `/*/*.gmi` (if using `.gmi` extension in /src)
`/*/*.md` * `/*/*.md`
`/*/*.html` * `/*/*.html`
`/*/*.gz` * `/*/*.gz`
# External dependencies # External dependencies