Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xcatliu committed Mar 11, 2017
1 parent 9355492 commit 31a5cb2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -193,9 +193,9 @@ module.exports = function ({ title, content, relativeToRoot }) {
};
```

## _config.yml
## `_config.yml`

We can set some configuration in `_config.yml`, the default is:
We can set the configuration in `_config.yml`, the default is:

```yml
src_dir: src
Expand All @@ -204,9 +204,9 @@ public_dir: public

## Use Pagic as CLI

### build
### `pagic build`

We can use `pagic build` to build static page, there are some options while using build:
We can use `pagic build` to build static page, there are some options while using build command:

```shell
pagic build [options]
Expand All @@ -216,9 +216,9 @@ pagic build [options]
# -p, --port override default port
```

### init
### `pagic init`

We can use `pagic init` to create a new Pagic folder
We can use `pagic init` to create a new Pagic folder:

```shell
pagic init <dir>
Expand Down

0 comments on commit 31a5cb2

Please sign in to comment.