aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
Commit message (Collapse)AuthorAgeFilesLines
* chore!: restructure repoArmand Philippot2022-02-201-113/+0
| | | | | | | I separated public files from the config/dev files. It improves repo readability. I also moved dotenv helper to public/inc directory and extract the Matomo tracker in the same directory.
* fix: move matomo outside config and configure it correctlyArmand Philippot2021-11-111-2/+2
|
* chore: add matomo trackerArmand Philippot2021-11-011-0/+22
|
* fix: add faviconArmand Philippot2021-10-311-0/+9
|
* build: use php dotenv instead of js to inject style.js in dev modeArmand Philippot2021-10-311-0/+2
|
* chore: convert html files to phpArmand Philippot2021-10-301-0/+80
Now I can use php to determine current env and load static CSS file if it is prod.