From dd4165654fc90c989aacd20fd3913b5fa20dee75 Mon Sep 17 00:00:00 2001 From: AtaS Date: Fri, 13 Oct 2023 11:32:33 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 05f959a..30f1e17 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,14 @@ FYI: GitHub Pages for public repos are free, private repos require paid GitHub s minimal PHP in them. For CSS changes, `less` is used to generate `css` files, see `./assets/styles` directory. 8. Follow the below steps to deploy to GitHub Pages. +### Custom PHP pages + +You can create any .php page at root directory or project or any sub-directory. `system` and `layout` directories +are excluded from html generation. + +`./my-custom.php` will be `yoursite.com/my-custom` +`./my-custom-dir/my-custom.php` will be `yoursite.com/my-custom-dir/my-custom` + ## Enabling GitHub Pages 1. Go to your repo -> Settings -> Pages (on the left) and select `GitHub Actions` option in the `Source` select box,