Skip to content

Commit

Permalink
Add user docs
Browse files Browse the repository at this point in the history
  • Loading branch information
goplusgo authored and Huxpro committed Jun 22, 2020
1 parent c33fd80 commit e44afc5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions _doc/Manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,16 @@ tags:
---
```

> Note: `tags` section can also be written as `tags: [Life, Meta]`.

After [Rake](https://github.com/ruby/rake) is introduced, we can use the command below to simplify the post creation:

```
rake post title="Hello 2015" subtitle="Hello World, Hello Blog"
```

This command will automatially generate a sample post similar as above under the `_posts/` folder.

There are a bunch of _advanced_ configs:

1. a _text style_ header like [this](https://huangxuan.me/2019/09/08/spacemacs-workflow/) with
Expand Down
8 changes: 8 additions & 0 deletions _doc/README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@ tags:
```

在引入[Rake](https://github.com/ruby/rake)工具之后,我们可以使用命令:

```
rake post title="Hello 2015" subtitle="Hello World, Hello Blog"
```

来自动生成上面的文章模板。

#### SideBar

看右边:
Expand Down

0 comments on commit e44afc5

Please sign in to comment.