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: