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 5b4ecae commit db75809
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ FYI: GitHub Pages for public repos are free, private repos require paid GitHub s
5. Add your posts to `./posts` directory in Markdown format. Post URLs are derived from `slug` key in the front matter.
See
the existing examples.
6. Open `layout/footer.php` to add your tracking code if you want, Google Analytics, Matomo (Piwik), etc.
6. Open file `./layout/footer.php` to add your tracking code if you want, Google Analytics, Matomo (Piwik), etc.
* If using advanced analytics, add a GDPR banner, or use analytics with anonymisation. See my blog post about
more: https://www.atasasmaz.com/p/gdpr-friendly-analytics
7. For changing the layout, see `layout` directory, especially `header.php` and `footer.php`, simple HTML files with
minimal PHP in them. For CSS changes, `less` is used to generate `css` files, see `assets/styles` directory.
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.

## Enabling GitHub Pages
Expand Down Expand Up @@ -92,7 +92,7 @@ Do `composer update` locally to install dependencies before running locally. Bui
but you need to do manually for local development.

### For Local Nginx
use the config file in `system/workflow-image/nginx.conf` and follow the comments.
use the config file in dir `./system/workflow-image/nginx.conf` and follow the comments.

### For Local Apache
For local Apache, the .htaccess should be enough but also need to configure your virtual host in apache
Expand Down

0 comments on commit db75809

Please sign in to comment.