mirror of
https://github.com/danpros/htmly.git
synced 2026-04-17 19:26:08 +05:30
Deploy to fix bugs
This commit is contained in:
parent
c135fa8b7e
commit
8d4eb88f32
2 changed files with 3 additions and 5 deletions
|
|
@ -187,8 +187,7 @@ For static pages, use the following format:
|
|||
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.
|
||||
|
||||
|
|
@ -198,8 +197,7 @@ For static subpages, use the following format:
|
|||
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`
|
||||
|
||||
Content Tags
|
||||
-------------
|
||||
|
|
|
|||
2
cache/installedVersion.json
vendored
2
cache/installedVersion.json
vendored
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"id": 782014,
|
||||
"tag_name": "v2.6.2"
|
||||
"tag_name": "v2.6.3"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue