Browse Source

Deploy to fix bugs

pull/255/head
Danang Probo Sayekti 10 years ago
parent
commit
8d4eb88f32
2 changed files with 3 additions and 5 deletions
  1. +2
    -4
      README.md
  2. +1
    -1
      cache/installedVersion.json

+ 2
- 4
README.md View File

@ -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
-------------


+ 1
- 1
cache/installedVersion.json View File

@ -1,4 +1,4 @@
{
"id": 782014,
"tag_name": "v2.6.2"
"tag_name": "v2.6.3"
}

Loading…
Cancel
Save