From 1bac062468e1279dcb7bd6ff57f82a28b4fedf69 Mon Sep 17 00:00:00 2001 From: danpros Date: Thu, 11 Jan 2024 06:41:13 +0700 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 082827e..8381657 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ content/static/about.md In the example above, the `about.md` creates the URL: `www.yourblog.com/about` -Thus, if you write/create files offline, you must name the .md file in the format above. +Thus, if you write/create files locally, you must name the .md file in the format above. For static subpages, use the following format: @@ -121,6 +121,15 @@ content/static/about/me.md This will create the URL: `www.yourblog.com/about/me` +An example pages/subpages content looks like: + +```html + + + +This is my page info etc. +``` + Content Tags ------------- If you are writing locally, you need specify the content tags below: