|
|
@ -111,7 +111,7 @@ content/static/about.md |
|
|
|
|
|
|
|
|
In the example above, the `about.md` creates the URL: `www.yourblog.com/about` |
|
|
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: |
|
|
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` |
|
|
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 |
|
|
Content Tags |
|
|
------------- |
|
|
------------- |
|
|
If you are writing locally, you need specify the content tags below: |
|
|
If you are writing locally, you need specify the content tags below: |
|
|
|