Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atas committed Oct 13, 2023
1 parent db75809 commit dd41656
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit dd41656

Please sign in to comment.