From aaf2d53989c834336f1f0173f0bd92cc2727a196 Mon Sep 17 00:00:00 2001 From: danpros Date: Thu, 11 Jan 2024 06:55:59 +0700 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ec9203..6476e31 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,9 @@ This is my category info etc. **Note:** The default category is `Uncategorized` with slug `uncategorized` and you do not need to creating it inside `content/data/category/` folder. -**Important:** Every time new content added (post, pages, category etc.), or you make changes that change the folder structure or filenames, simply delete the `index` and `widget` folder inside `cache` folder so that the changes detected by HTMLy. +**Note:** Delete the `page` folder inside the `cache` folder to clear the html page cache served to visitors. + +**Important:** Every time new content added (post, pages, category), or you make changes that change the folder structure or filenames, simply delete the `index` and `widget` folder inside `cache` folder so that the changes detected by HTMLy. **Post Views Limitations:** HTMLy using the filename path as the ID for the post/page views counter. So if you edit a post/page without using the dashboard which results in changes to the folder structure or filename, then you must edit `views.json` in the `content/data/` folder manually to update to correct path.