Browse Source

Update README.md

pull/74/head
Kanti 11 years ago
parent
commit
eaeed8a113
1 changed files with 11 additions and 3 deletions
  1. +11
    -3
      README.md

+ 11
- 3
README.md View File

@ -140,17 +140,25 @@ Here's the explanation (separated by an underscore):
- `2014-01-31-12-56-40` is the published date. The date format is `yyyy-mm-dd-hh-mm-ss`
- `tag1,tag2,tag3` is the tag, separated by comma
- `databaseless-blogging-platform-flat-file-blog` is the URL
For static pages, we use the following format:
````
about.md
content/static/about.md
````
That is means if `about` is the URL.
That means the URL is `about`.
So if you write it offline then you must naming the .md file as above.
For static sub pages, we use the following format:
````
content/static/about/me.md
````
That means the URL is `about/me`.
Content Title
-------------
If you write it offline, for the title of the post you need to add a title in the following format:


Loading…
Cancel
Save