Skip to content

Commit

Permalink
Fix permalink_defaults config property
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjoverm committed Feb 26, 2017
1 parent 6b7ff71 commit d1a9684
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion source/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Setting | Description | Default
`url` | The URL of your website |
`root` | The root directory of your website |
`permalink` | The [permalink](permalinks.html) format of articles | `:year/:month/:day/:title/`
`permalink_default` | Default values of each segment in permalink |
`permalink_defaults` | Default values of each segment in permalink |

{% note info Website in subdirectory %}
If your website is in a subdirectory (such as `http://example.org/blog`) set `url` to `http://example.org/blog` and set `root` to `/blog/`.
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 @@ -20,7 +20,7 @@ title: Configuration
`url` | 웹 사이트의 URL |
`root` | 웹 사이트의 루트 디렉토리 |
`permalink` | 게시글의 [permalink](permalinks.html) 형식 | `:year/:month/:day/:title/`
`permalink_default` | Permalink 각 부분(segment)의 기본값 |
`permalink_defaults` | Permalink 각 부분(segment)의 기본값 |

{% note info Website in subdirectory %}
당신의 웹 사이트가 `http://example.org/blog`와 같이 서브디렉토리에 있다면 `url``http://example.org/blog`고 설정하고 `root``/blog/`로 설정하세요.
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 @@ -20,7 +20,7 @@ title: Конфигурация
`url` | URL-адрес сайта |
`root` | Корневая папка сайта |
`permalink` | [Постоянная ссылка](permalinks.html) используются ссылки на статьи | `:year/:month/:day/:title/`
`permalink_default` | Значение по умолчанию для каждого сегмента постоянной ссылки |
`permalink_defaults` | Значение по умолчанию для каждого сегмента постоянной ссылки |

{% note info Сайт в подпапке %}
Если ваш сайт располагается в поддиректории (к примеру `http://example.org/blog`) поменяйте значение `url` на `http://example.org/blog` и установите переменной `root` значение `/blog/`.
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 @@ -22,7 +22,7 @@ title: 配置
`url` | 网址 |
`root` | 网站根目录 |
`permalink` | 文章的 [永久链接](permalinks.html) 格式 | `:year/:month/:day/:title/`
`permalink_default` | 永久链接中各部分的默认值 |
`permalink_defaults` | 永久链接中各部分的默认值 |

{% note info 网站存放在子目录 %}
如果您的网站存放在子目录中,例如 `http://yoursite.com/blog`,则请将您的 `url` 设为 `http://yoursite.com/blog` 并把 `root` 设为 `/blog/`
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 @@ -20,7 +20,7 @@ title: 配置
`url` | 網站的網址 |
`root` | 網站的根目錄 |
`permalink` | 文章 [永久連結](docs/permalinks.html) 的格式 | :year/:month/:day/:title/
`permalink_default` | 永久連結中各區段的預設值 |
`permalink_defaults` | 永久連結中各區段的預設值 |

{% note info 網站存放在子目錄 %}
如果您的網站存放在子目錄中,例如 `http://yoursite.com/blog`,則請將您的 `url` 設為 `http://yoursite.com/blog` 並把 `root` 設為 `/blog/`
Expand Down

0 comments on commit d1a9684

Please sign in to comment.