From a517624b706b7871c182a857146c8eff538a672f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Wed, 28 Aug 2024 16:48:38 +0100 Subject: [PATCH] final changes --- exampleSite/config/_default/languages.en.toml | 2 +- exampleSite/config/_default/languages.it.toml | 2 +- exampleSite/config/_default/languages.ja.toml | 2 +- exampleSite/config/_default/languages.zh-cn.toml | 2 +- exampleSite/content/docs/shortcodes/index.md | 2 +- exampleSite/content/docs/shortcodes/index.zh-cn.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/exampleSite/config/_default/languages.en.toml b/exampleSite/config/_default/languages.en.toml index 672bb394..625760f3 100644 --- a/exampleSite/config/_default/languages.en.toml +++ b/exampleSite/config/_default/languages.en.toml @@ -11,7 +11,7 @@ title = "Blowfish" logo = "img/blowfish_logo_transparent.png" description = "A powerful, lightweight theme for Hugo." -[author] +[params.author] name = "Blowfish" email = "nuno@n9o.xyz" image = "img/blowfish_logo.png" diff --git a/exampleSite/config/_default/languages.it.toml b/exampleSite/config/_default/languages.it.toml index 77004b5a..cad80e90 100644 --- a/exampleSite/config/_default/languages.it.toml +++ b/exampleSite/config/_default/languages.it.toml @@ -11,7 +11,7 @@ title = "Blowfish" logo = "img/blowfish_logo_transparent.png" description = "Un potente, leggero tema per Hugo." -[author] +[params.author] name = "Blowfish" image = "img/blowfish_logo.png" headline = "Un potente, leggero tema per Hugo." diff --git a/exampleSite/config/_default/languages.ja.toml b/exampleSite/config/_default/languages.ja.toml index 05d319b5..599f4b18 100644 --- a/exampleSite/config/_default/languages.ja.toml +++ b/exampleSite/config/_default/languages.ja.toml @@ -11,7 +11,7 @@ title = "Blowfish" logo = "img/blowfish_logo_transparent.png" description = "強力で、軽量な Hugo のテーマです。" -[author] +[params.author] name = "Blowfish" image = "img/blowfish_logo.png" headline = "強力で、軽量な Hugo のテーマです。" diff --git a/exampleSite/config/_default/languages.zh-cn.toml b/exampleSite/config/_default/languages.zh-cn.toml index 9bdfc055..f52dc55d 100644 --- a/exampleSite/config/_default/languages.zh-cn.toml +++ b/exampleSite/config/_default/languages.zh-cn.toml @@ -11,7 +11,7 @@ title = "Blowfish" logo = "img/blowfish_logo_transparent.png" description = "一个强大、轻量级的 Hugo 主题。" -[author] +[params.author] name = "Blowfish" image = "img/blowfish_logo.png" headline = "一个强大、轻量级的 Hugo 主题。" diff --git a/exampleSite/content/docs/shortcodes/index.md b/exampleSite/content/docs/shortcodes/index.md index b2b2deb0..9747daf3 100644 --- a/exampleSite/content/docs/shortcodes/index.md +++ b/exampleSite/content/docs/shortcodes/index.md @@ -104,7 +104,7 @@ New article! ## Button -`button` outputs a styled button component which can be used to highlight a primary action. It has two optional variables `href` and `target` which can be used to specify the URL and target of the link. +`button` outputs a styled button component which can be used to highlight a primary action. It has three optional variables `href`, `target` and `rel` which can be used to specify the URL, target and relation of the link. **Example:** diff --git a/exampleSite/content/docs/shortcodes/index.zh-cn.md b/exampleSite/content/docs/shortcodes/index.zh-cn.md index 25bc4cdb..d33cfa1d 100644 --- a/exampleSite/content/docs/shortcodes/index.zh-cn.md +++ b/exampleSite/content/docs/shortcodes/index.zh-cn.md @@ -104,7 +104,7 @@ New article! ## Button -`button` 输出一个样式化的按钮组件,可用于突出显示主要操作。它有两个可选参数 `href` 和 `target` ,可用于指定链接的 URL 或目标文档。 +`button` 输出一个样式化的按钮组件,可用于突出显示主要操作。它有三个可选变量 `href`、`target` 和 `rel`,可用于指定链接的 URL、目标和关系。 **例如:**