Skip to content

Commit a488a93

Browse files
committed
[DATALAD RUNCMD] Fix non-ambiguous typos with codespell
Fixed typos: - paramater -> parameter (CHANGELOG.md) - exclaimation -> exclamation (exampleSite/content/docs/shortcodes/index.md) - strucured -> structured (exampleSite/content/docs/version-2/_index.md) - languagues -> languages (exampleSite/content/docs/version-2/upgrade/index.md, index.ja.md, index.zh-Hans.md) - requried -> required (exampleSite/content/docs/version-2/upgrade/index.md) - dispalyed -> displayed (exampleSite/content/docs/version-2/upgrade/index.md) Co-Authored-By: Claude Code 2.1.63 / Claude Opus 4.6 <noreply@anthropic.com> === Do not change lines below === { "chain": [], "cmd": "uvx codespell -w", "exit": 0, "extra_inputs": [], "inputs": [], "outputs": [], "pwd": "." } ^^^ Do not change lines above ^^^
1 parent 41ce047 commit a488a93

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5151

5252
### Fixed
5353

54-
- `figure` shortcode would load recursively when using the `default` paramater ([#1074](https://github.com/jpanther/congo/issues/1074))
54+
- `figure` shortcode would load recursively when using the `default` parameter ([#1074](https://github.com/jpanther/congo/issues/1074))
5555
- Some partials not loading due to incorrect file paths ([#1075](https://github.com/jpanther/congo/pull/1075))
5656

5757
## [2.12.0] - 2025-06-22

exampleSite/content/docs/shortcodes/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ In addition to all the [default Hugo shortcodes](https://gohugo.io/content-manag
1616

1717
The input is written in Markdown so you can format it however you please.
1818

19-
By default, the alert is presented with an exclaimation triangle icon. To change the icon, include the icon name in the shortcode. Check out the [icon shortcode](#icon) for more details on using icons.
19+
By default, the alert is presented with an exclamation triangle icon. To change the icon, include the icon name in the shortcode. Check out the [icon shortcode](#icon) for more details on using icons.
2020

2121
**Example:**
2222

exampleSite/content/docs/version-2/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The new image resizing features also provide full control over `alt` and `title`
8686

8787
## A whole lot more
8888

89-
There's countless other minor changes to explore. From being able to display taxonomies on articles and list pages, to using the new `headline` author parameter to customise your homepage. There's also improved JSON-LD strucured data which further optimises SEO performance. Plus the entire theme has had extra polish to ensure a consistent design language.
89+
There's countless other minor changes to explore. From being able to display taxonomies on articles and list pages, to using the new `headline` author parameter to customise your homepage. There's also improved JSON-LD structured data which further optimises SEO performance. Plus the entire theme has had extra polish to ensure a consistent design language.
9090

9191
:rocket: Check out the [full changelog](https://github.com/jpanther/congo/blob/dev/CHANGELOG.md) to learn more.
9292

exampleSite/content/docs/version-2/upgrade/index.ja.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Congo 2.0では新しいテーマ設定パラメーターが多数導入され
8585
言語設定ファイルはこのような構造になっています:
8686

8787
```toml
88-
# config/_default/languagues.en.toml
88+
# config/_default/languages.en.toml
8989

9090
languageCode = "en"
9191
languageName = "English"

exampleSite/content/docs/version-2/upgrade/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This step is optional if you do not need multilingual support, although completi
8585
The languages config file follows this structure:
8686

8787
```toml
88-
# config/_default/languagues.en.toml
88+
# config/_default/languages.en.toml
8989

9090
languageCode = "en"
9191
languageName = "English"
@@ -150,7 +150,7 @@ The recommended settings are as follows, which includes any headings in the Mark
150150

151151
### Params.toml
152152

153-
A number of new theme parameters have been introduced in Congo 2.0. Some minor changes are requried to existing configurations. Remember, the theme will always revert to a sensible default if a parameter is not provided.
153+
A number of new theme parameters have been introduced in Congo 2.0. Some minor changes are required to existing configurations. Remember, the theme will always revert to a sensible default if a parameter is not provided.
154154

155155
The way that dark mode works in Congo has been changed to allow greater flexibility around configuration. The old `darkMode` and `darkToggle` parameters have been **removed and replaced** by three new parameters. These new options operate independently of each other, making it possible to force the appearance while still allowing the user to override.
156156

@@ -159,7 +159,7 @@ The way that dark mode works in Congo has been changed to allow greater flexibil
159159
| --- | --- | --- | --- |
160160
| `defaultAppearance` | String | `"light"` | Default theme appearance; either `light` or `dark`.<br>:warning: _Setting this to `light` replicates the old `darkMode = false` setting, while `dark` replicates `darkMode = true`._ |
161161
| `autoSwitchAppearance` | Boolean | `true` | Whether the theme appearance automatically switches based upon the operating system preference. Set to `false` to force the site to always use the `defaultAppearance`. <br>:warning: _Setting this to `true` replicates the old `darkMode = "auto"` setting._ |
162-
| `showAppearanceSwitcher` | Boolean | `false` | Whether the theme appearance switcher is dispalyed in the site footer. <br>:warning: _This parameter replaces `darkToggle`._ |
162+
| `showAppearanceSwitcher` | Boolean | `false` | Whether the theme appearance switcher is displayed in the site footer. <br>:warning: _This parameter replaces `darkToggle`._ |
163163
<!-- prettier-ignore-end -->
164164

165165
The following table outlines some other key **new parameters** that control new features in version 2:

exampleSite/content/docs/version-2/upgrade/index.zh-Hans.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Congo 2.0 引入了许多新的主题配置参数。虽然主题会适应现有
8585
语言配置文件遵循以下结构:
8686

8787
```toml
88-
# config/_default/languagues.en.toml
88+
# config/_default/languages.en.toml
8989

9090
languageCode = "en"
9191
languageName = "English"
@@ -108,7 +108,7 @@ rtl = false
108108
语言配置文件遵循以下结构:
109109

110110
```toml
111-
# config/_default/languagues.en.toml
111+
# config/_default/languages.en.toml
112112

113113
languageCode = "en"
114114
languageName = "English"

0 commit comments

Comments
 (0)