Skip to content

Commit c5ece12

Browse files
committed
Update tutorial.
1 parent cbd4b10 commit c5ece12

1 file changed

Lines changed: 5 additions & 19 deletions

File tree

_posts/2019-08-08-write-a-new-post.md

Lines changed: 5 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Write a new Post"
2+
title: "Write a New Post"
33
date: 2019-08-08 14:10:00 +0800
44
categories: [Blogging, Tutorial]
55
tags: [writting]
@@ -24,22 +24,13 @@ tags: [TAG]
2424

2525
> **Note**: The posts' ***layout*** has been set to `post` by default, so there is no need to add the variable ***layout*** in Front Matter block.
2626
27-
### Categories and Tags
27+
- **The TimeZone of Date**
2828

29-
The pages for all the categories and tags are placed in the `categoreis` and `tags` respectively.
29+
To ensure that the posts' release date matches the city you live in, please modify the value of `timezone` in the file `_config.yml`. A list of all available values can be found on [TimezoneConverter](http://www.timezoneconverter.com/cgi-bin/findzone/findzone) or [Wikipedia](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones).
3030

31-
Let's say there is a post with title `The Beautify Rose`, it's Front Matter as follow:
32-
33-
```yaml
34-
---
35-
title: "The Beautify Rose"
36-
categories: [Plant]
37-
tags: [flower]
38-
---
39-
```
40-
41-
> **Note**: `categories` is designed to contain up to two elements.
31+
- **Categories and Tags**
4232

33+
The `categories` of each post is designed to contain up to two elements, and the number of elements in `tag` can be zero or infinite.
4334

4435
## Table of Contents
4536

@@ -101,8 +92,3 @@ If you want to display the **Liquid** snippet, surround the liquid code with `{%
10192
## Learn More
10293
For more knowledge about Jekyll posts, visit the [Jekyll Docs: Posts](https://jekyllrb.com/docs/posts/).
10394

104-
## See Also
105-
106-
* [Getting Started]({{ site.baseurl }}/posts/getting-started/)
107-
* [Text and Typography]({{ site.baseurl }}/posts/text-and-typography/)
108-
* [Customize the Favicon]({{ site.baseurl }}/posts/customize-the-favicon/)

0 commit comments

Comments
 (0)