Skip to content

Commit

Permalink
docs: update globbing link
Browse files Browse the repository at this point in the history
Related to hexojs#1021
  • Loading branch information
SukkaW committed Aug 8, 2019
1 parent 9f547aa commit 801227d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion source/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Setting | Description | Default
`category_dir` | Category directory | `categories`
`code_dir` | Include code directory (subdirectory of `source_dir`) | `downloads/code`
`i18n_dir` | i18n directory | `:lang`
`skip_render` | Paths that will be copied to `public` raw, without being rendered. You can use [glob expressions](https://github.com/isaacs/minimatch) for path matching.<br /><br />For example, `skip_render: "mypage/**/*"` will output `source/mypage/index.html` and `source/mypage/code.js` without altering them.<br />This also can be used to exclude posts, `skip_render: "_posts/test-post.md"` will ignore the `source/_posts/test-post.md`.|
`skip_render` | Paths that will be copied to `public` raw, without being rendered. You can use [glob expressions](https://github.com/micromatch/micromatch#extended-globbing) for path matching.<br /><br />For example, `skip_render: "mypage/**/*"` will output `source/mypage/index.html` and `source/mypage/code.js` without altering them.<br />This also can be used to exclude posts, `skip_render: "_posts/test-post.md"` will ignore the `source/_posts/test-post.md`.|

### Writing

Expand Down
2 changes: 1 addition & 1 deletion source/ko/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ title: Configuration
`category_dir` | 카테고리 디렉토리 | `categories`
`code_dir` | Code 디렉토리 | `downloads/code`
`i18n_dir` | i18n 디렉토리 | `:lang`
`skip_render` | 렌더링하지 않을 경로. 경로 매칭을 위해 [glob expressions](https://github.com/isaacs/minimatch)를 사용할 수 있습니다. |
`skip_render` | 렌더링하지 않을 경로. 경로 매칭을 위해 [glob expressions](https://github.com/micromatch/micromatch#extended-globbing)를 사용할 수 있습니다. |

### Writing

Expand Down
2 changes: 1 addition & 1 deletion source/pt-br/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Configuração | Descrição | Padrão
`category_dir` | Diretório de categorias | `categories`
`code_dir` | Diretório de código (subdiretório de `source_dir`) | `downloads/code`
`i18n_dir` | Diretório de internacionalização (i18n) | `:lang`
`skip_render` | Caminhos que não devem ser renderizados. Você pode usar [expressões globais](https://github.com/isaacs/minimatch) para fazer correspondência de caminho |
`skip_render` | Caminhos que não devem ser renderizados. Você pode usar [expressões globais](https://github.com/micromatch/micromatch#extended-globbing) para fazer correspondência de caminho |

### Escrita

Expand Down
2 changes: 1 addition & 1 deletion source/ru/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ title: Конфигурация
`category_dir` | Папка с категориями | `categories`
`code_dir` | Папка с кодом | `downloads/code`
`i18n_dir` | Папка i18n | `:lang`
`skip_render` | Пути, которые исключены из обработки. Можно использовать [глобальные выражения](https://github.com/isaacs/minimatch) для определения путей |
`skip_render` | Пути, которые исключены из обработки. Можно использовать [глобальные выражения](https://github.com/micromatch/micromatch#extended-globbing) для определения путей |

### Написание

Expand Down
2 changes: 1 addition & 1 deletion source/th/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Setting | Description | Default
`category_dir` | Category directory | `categories`
`code_dir` | Include code directory (subdirectory of `source_dir`) | `downloads/code`
`i18n_dir` | i18n directory | `:lang`
`skip_render` | Paths that will be copied to `public` raw, without being rendered. You can use [glob expressions](https://github.com/isaacs/minimatch) for path matching.<br /><br />For example, `skip_render: mypage/**/*` will output `source/mypage/index.html` and `source/mypage/code.js` without altering them. |
`skip_render` | Paths that will be copied to `public` raw, without being rendered. You can use [glob expressions](https://github.com/micromatch/micromatch#extended-globbing) for path matching.<br /><br />For example, `skip_render: mypage/**/*` will output `source/mypage/index.html` and `source/mypage/code.js` without altering them. |

### Writing

Expand Down
2 changes: 1 addition & 1 deletion source/zh-cn/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ title: 配置
`category_dir` | 分类文件夹 | `categories`
`code_dir` | Include code 文件夹 | `downloads/code`
`i18n_dir` | 国际化(i18n)文件夹 | `:lang`
`skip_render` | 跳过指定文件的渲染,您可使用 [glob 表达式](https://github.com/isaacs/node-glob)来匹配路径。 |
`skip_render` | 跳过指定文件的渲染,您可使用 [glob 表达式](https://github.com/micromatch/micromatch#extended-globbing)来匹配路径。 |

{% note info 提示 %}
如果您刚刚开始接触Hexo,通常没有必要修改这一部分的值。
Expand Down
2 changes: 1 addition & 1 deletion source/zh-tw/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ title: 配置
`category_dir` | 分類資料夾 | `categories`
`code_dir` | Include code 資料夾 | `downloads/code`
`i18n_dir` | 國際化(i18n)資料夾 | `:lang`
`skip_render` | 跳過指定檔案的渲染,您可使用 [glob 表達式](https://github.com/isaacs/minimatch) 來配對路徑 |
`skip_render` | 跳過指定檔案的渲染,您可使用 [glob 表達式](https://github.com/micromatch/micromatch#extended-globbing) 來配對路徑 |

### 寫作

Expand Down

0 comments on commit 801227d

Please sign in to comment.