readme: add sites list and better warning
This commit is contained in:
parent
7e6e053767
commit
40c53a7c30
1 changed files with 7 additions and 1 deletions
|
@ -2,7 +2,13 @@
|
||||||
|
|
||||||
mkht.php is a PHP script for building HTML/CSS sites from source documents in PHP, Gemtext, Pandoc Markdown, Gettext translation files, HTML and CSS.
|
mkht.php is a PHP script for building HTML/CSS sites from source documents in PHP, Gemtext, Pandoc Markdown, Gettext translation files, HTML and CSS.
|
||||||
|
|
||||||
For my personal use cases, this project include some specific tweaks that may not be fully or correctly documented.
|
This is used to generate the static websites for:
|
||||||
|
* Antopie [repo](https://code.antopie.org/Antopie/antopie) [live](https://antopie.org/)
|
||||||
|
* ServNest [repo](https://code.antopie.org/servnest/docs) [live](https://servnest.niv.re/)
|
||||||
|
* Niver [repo](https://code.antopie.org/Antopie/about-niver) [live](https://about.niv.re/)
|
||||||
|
* Miraty [live](https://miraty.niv.re/)
|
||||||
|
|
||||||
|
This is an accumulation of code designed for my specific use-cases without much consideration for affordance, readability, maintainability or performance. You probably don't want to use it as is for your own sites.
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue