diff --git a/exampleSite/config/_default/params.toml b/exampleSite/config/_default/params.toml index d58376545..aa7e190cd 100644 --- a/exampleSite/config/_default/params.toml +++ b/exampleSite/config/_default/params.toml @@ -113,7 +113,7 @@ viewer = true # Image Viewer [analytics] # baidu = "" # Baidu Analytics - # plausible = "razonyang.com,hbs.razonyang.com" # Multiple domains separate by comma. + # plausible = "razonyang.com,hbs.razonyang.com" # Multiple domains separated by comma. # plausibleScript = "" # Specify the self-hosted script or extended script. Default to https://plausible.io/js/script.js. # Site verification @@ -149,7 +149,7 @@ viewer = true # Image Viewer # sorting = "desc" # Default to asc. # reCaptchaKey = "" # The reCaptcha site key. # reCaptchaSecret = "" # The reCaptcha encrypted secret. You'll need to encrypt plain secret via https://yourstaticmaninstance/v3/encrypt/PLAINSECRET. - # extraFields = [ "url" ] # Extra fields. Available fiedls: url. + # extraFields = [ "url" ] # Extra fields. Available fields: url. # requiredFields = [ "email", "url" ] # Extra required fields. Available fields: email and the extra fields. # paginate = 5 # Default to 10. # moderation = false # Same as Staticman's moderation. diff --git a/exampleSite/content/about/index.md b/exampleSite/content/about/index.md index 45b2297c9..502f2e051 100644 --- a/exampleSite/content/about/index.md +++ b/exampleSite/content/about/index.md @@ -9,7 +9,7 @@ postDate = false readingTime = false +++ -Written in Go, Hugo is an open source static site generator available under the [Apache Licence 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows. +Written in Go, Hugo is an open source static site generator available under the [Apache License 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows. Hugo makes use of a variety of open source projects including: diff --git a/exampleSite/content/docs/advanced/purgecss/index.md b/exampleSite/content/docs/advanced/purgecss/index.md index b98969171..cd4860260 100644 --- a/exampleSite/content/docs/advanced/purgecss/index.md +++ b/exampleSite/content/docs/advanced/purgecss/index.md @@ -49,7 +49,7 @@ But don't worry, there are two ways to solve this problem. Just create a file called `extra_stats.json` with the same form of `hugo_stats.json` on your site root, and put the extra CSS into it manually. -> `extra_stats.json` MUST be commited to your repo. +> `extra_stats.json` MUST be committed to your repo. ### Put HTML Block into `*.html` Files diff --git a/exampleSite/content/docs/advanced/scss-variables/index.md b/exampleSite/content/docs/advanced/scss-variables/index.md index 8a19f0a91..742f37e4a 100644 --- a/exampleSite/content/docs/advanced/scss-variables/index.md +++ b/exampleSite/content/docs/advanced/scss-variables/index.md @@ -36,7 +36,7 @@ It's able to disable it via custom SCSS. {{% code/scss-variables-disable-logo-animation %}} ``` -But the previous style which we don't need still present in CSS bundle, since we just overrided it by the custom SCSS. +But the previous style which we don't need is still present in CSS bundle, since we just overrode it by the custom SCSS. ```css {{% code/scss-variables-disable-logo-animation-output %}} diff --git a/exampleSite/content/docs/configuration/multilangual/index.md b/exampleSite/content/docs/configuration/multilangual/index.md index 66ee4df86..ba7c9d4c9 100644 --- a/exampleSite/content/docs/configuration/multilangual/index.md +++ b/exampleSite/content/docs/configuration/multilangual/index.md @@ -17,7 +17,7 @@ images = [] navWeight = 960 +++ -HBS suppports multiple languages out of box, such as English, Simplified Chinese, Traditional Chinese, French, Russian etc. +HBS supports multiple languages out of box, such as English, Simplified Chinese, Traditional Chinese, French, Russian etc. diff --git a/exampleSite/content/docs/image-viewer/index.md b/exampleSite/content/docs/image-viewer/index.md index ebf99a500..2d7ea6828 100644 --- a/exampleSite/content/docs/image-viewer/index.md +++ b/exampleSite/content/docs/image-viewer/index.md @@ -50,4 +50,4 @@ const options = { export default options; ``` -Avialable options are listed on [Viewer.js Options](https://github.com/fengyuanchen/viewerjs#options). +Available options are listed on [Viewer.js Options](https://github.com/fengyuanchen/viewerjs#options). diff --git a/exampleSite/content/docs/image-viewer/index.zh-hans.md b/exampleSite/content/docs/image-viewer/index.zh-hans.md index 386365677..f90ef3a27 100644 --- a/exampleSite/content/docs/image-viewer/index.zh-hans.md +++ b/exampleSite/content/docs/image-viewer/index.zh-hans.md @@ -50,4 +50,4 @@ const options = { export default options; ``` -Avialable options are listed on [Viewer.js Options](https://github.com/fengyuanchen/viewerjs#options). +Available options are listed on [Viewer.js Options](https://github.com/fengyuanchen/viewerjs#options). diff --git a/exampleSite/content/docs/image-viewer/index.zh-hant.md b/exampleSite/content/docs/image-viewer/index.zh-hant.md index 454359879..33f072db2 100644 --- a/exampleSite/content/docs/image-viewer/index.zh-hant.md +++ b/exampleSite/content/docs/image-viewer/index.zh-hant.md @@ -50,4 +50,4 @@ const options = { export default options; ``` -Avialable options are listed on [Viewer.js Options](https://github.com/fengyuanchen/viewerjs#options). +Available options are listed on [Viewer.js Options](https://github.com/fengyuanchen/viewerjs#options). diff --git a/exampleSite/content/docs/shortcodes/alert/index.md b/exampleSite/content/docs/shortcodes/alert/index.md index a5ac6f8da..1683cd23e 100644 --- a/exampleSite/content/docs/shortcodes/alert/index.md +++ b/exampleSite/content/docs/shortcodes/alert/index.md @@ -41,7 +41,7 @@ BLOCK ALERT {{}} ``` -> The parameter `type` is optional. Default to `info`, availiable values: `info`, `success`, `warning` and `danger`. +> The parameter `type` is optional. Default to `info`, available values: `info`, `success`, `warning` and `danger`. ### With Heading diff --git a/exampleSite/content/docs/shortcodes/alert/index.zh-hans.md b/exampleSite/content/docs/shortcodes/alert/index.zh-hans.md index 24e9aa4b1..86ee2cb6d 100644 --- a/exampleSite/content/docs/shortcodes/alert/index.zh-hans.md +++ b/exampleSite/content/docs/shortcodes/alert/index.zh-hans.md @@ -41,7 +41,7 @@ BLOCK ALERT {{}} ``` -> The parameter `type` is optional. Default to `info`, availiable values: `info`, `success`, `warning` and `danger`. +> The parameter `type` is optional. Default to `info`, available values: `info`, `success`, `warning` and `danger`. ### 带有标题 diff --git a/exampleSite/content/docs/shortcodes/alert/index.zh-hant.md b/exampleSite/content/docs/shortcodes/alert/index.zh-hant.md index cecd6e5e8..949a65d72 100644 --- a/exampleSite/content/docs/shortcodes/alert/index.zh-hant.md +++ b/exampleSite/content/docs/shortcodes/alert/index.zh-hant.md @@ -41,7 +41,7 @@ BLOCK ALERT {{}} ``` -> The parameter `type` is optional. Default to `info`, availiable values: `info`, `success`, `warning` and `danger`. +> The parameter `type` is optional. Default to `info`, available values: `info`, `success`, `warning` and `danger`. ### 帶有標題 diff --git a/exampleSite/content/docs/widgets/comments/index.md b/exampleSite/content/docs/widgets/comments/index.md index 96bfb31d4..7f3918cd0 100644 --- a/exampleSite/content/docs/widgets/comments/index.md +++ b/exampleSite/content/docs/widgets/comments/index.md @@ -246,7 +246,7 @@ Finally, tweak the following `staticman` parameters in `params.toml`. | `staticman.sorting` | String | `asc` | Sorting comments, available options: `desc`. | `staticman.reCaptchaKey` | String | `-` | The reCaptcha site key. | `staticman.reCaptchaSecret` | String | `-` | The reCaptcha encrypted secret. You'll need to encrypt plain secret via https://yourstaticmaninstance/v3/encrypt/plainsecret. -| `staticman.extraFields` | Array | `-` | Extra fields. Available fiedls: `url`. +| `staticman.extraFields` | Array | `-` | Extra fields. Available fields: `url`. | `staticman.requiredFields` | Array | `-` | Extra required fields. Available fields: `email` and the extra fields. `name` and `message` are always required. | `staticman.paginate` | Integer | `10` | The number of comments per page. | `staticman.moderation` | Boolean | `true` | Same as Staticman's moderation. diff --git a/exampleSite/content/docs/widgets/comments/index.zh-hans.md b/exampleSite/content/docs/widgets/comments/index.zh-hans.md index 83e0a504f..2ca752e33 100644 --- a/exampleSite/content/docs/widgets/comments/index.zh-hans.md +++ b/exampleSite/content/docs/widgets/comments/index.zh-hans.md @@ -245,7 +245,7 @@ Finally, tweak the following `staticman` parameters in `params.toml`. | `staticman.sorting` | String | `asc` | Sorting comments, available options: `desc`. | `staticman.reCaptchaKey` | String | `-` | The reCaptcha site key. | `staticman.reCaptchaSecret` | String | `-` | The reCaptcha encrypted secret. You'll need to encrypt plain secret via https://yourstaticmaninstance/v3/encrypt/plainsecret. -| `staticman.extraFields` | Array | `-` | Extra fields. Available fiedls: `url`. +| `staticman.extraFields` | Array | `-` | Extra fields. Available fields: `url`. | `staticman.requiredFields` | Array | `-` | Extra required fields. Available fields: `email` and the extra fields. `name` and `message` are always required. | `staticman.paginate` | Integer | `10` | The number of comments per page. | `staticman.moderation` | Boolean | `true` | Same as Staticman's moderation. diff --git a/exampleSite/content/docs/widgets/comments/index.zh-hant.md b/exampleSite/content/docs/widgets/comments/index.zh-hant.md index ef93b7431..b6f6b34af 100644 --- a/exampleSite/content/docs/widgets/comments/index.zh-hant.md +++ b/exampleSite/content/docs/widgets/comments/index.zh-hant.md @@ -245,7 +245,7 @@ Finally, tweak the following `staticman` parameters in `params.toml`. | `staticman.sorting` | String | `asc` | Sorting comments, available options: `desc`. | `staticman.reCaptchaKey` | String | `-` | The reCaptcha site key. | `staticman.reCaptchaSecret` | String | `-` | The reCaptcha encrypted secret. You'll need to encrypt plain secret via https://yourstaticmaninstance/v3/encrypt/plainsecret. -| `staticman.extraFields` | Array | `-` | Extra fields. Available fiedls: `url`. +| `staticman.extraFields` | Array | `-` | Extra fields. Available fields: `url`. | `staticman.requiredFields` | Array | `-` | Extra required fields. Available fields: `email` and the extra fields. `name` and `message` are always required. | `staticman.paginate` | Integer | `10` | The number of comments per page. | `staticman.moderation` | Boolean | `true` | Same as Staticman's moderation. diff --git a/exampleSite/data/en/faq/theme.json b/exampleSite/data/en/faq/theme.json index 76fff80e7..eb470c08b 100644 --- a/exampleSite/data/en/faq/theme.json +++ b/exampleSite/data/en/faq/theme.json @@ -4,7 +4,7 @@ "questions": [ { "question": "How to set up the FAQ page?", - "answer": "See also [FAQ Page](/en/posts/faq)." + "answer": "See also [FAQ Page](/v1/en/posts/faq)." }, { "question": "Does FAQ page support Markdown syntax?", @@ -12,7 +12,7 @@ }, { "question": "How to add more icons?", - "answer": "See also [Look and Feel](/en/posts/look-and-feel#icons)." + "answer": "See also [Look and Feel](/v1/en/posts/look-and-feel#icons)." }, { "question": "How to remove a language?", @@ -20,7 +20,7 @@ }, { "question": "How to add new language?", - "answer": "- Put your new language into `config/_default/languages.toml`.\n- [Write Articles](/en/docs/content/)." + "answer": "- Put your new language into `config/_default/languages.toml`.\n- [Write Articles](/v1/en/docs/content/)." } ] } \ No newline at end of file diff --git a/exampleSite/data/ja/faq/theme.json b/exampleSite/data/ja/faq/theme.json index a2d364f68..4efd41997 100644 --- a/exampleSite/data/ja/faq/theme.json +++ b/exampleSite/data/ja/faq/theme.json @@ -4,7 +4,7 @@ "questions": [ { "question": "FAQページの設置方法は?", - "answer": "こちらもご覧下さい [FAQ Page](/ja/posts/faq)." + "answer": "こちらもご覧下さい [FAQ Page](/v1/ja/posts/faq)." }, { "question": "FAQページはMarkdown構文に対応していますか?", @@ -12,7 +12,7 @@ }, { "question": "アイコンを増やすには?", - "answer": "こちらもご覧下さい [Look and Feel](/ja/posts/look-and-feel#icons)." + "answer": "こちらもご覧下さい [Look and Feel](/v1/ja/posts/look-and-feel#icons)." }, { "question": "言語を削除するには?", @@ -20,7 +20,7 @@ }, { "question": "新しい言語を追加するには?", - "answer": "- 新しい言語を `config/_default/languages.toml`に追加\n- [Write Articles](/en/docs/content/)." + "answer": "- 新しい言語を `config/_default/languages.toml`に追加\n- [Write Articles](/v1/en/docs/content/)." } ] }