Browse Source

Update README.md

pull/674/head
danpros 1 year ago
parent
commit
1bac062468
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      README.md

+ 10
- 1
README.md View File

@ -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
<!--t My page title t-->
<!--d My page meta description d-->
This is my page info etc.
```
Content Tags
-------------
If you are writing locally, you need specify the content tags below:


Loading…
Cancel
Save