summaryrefslogtreecommitdiff
path: root/themes/blowfish/exampleSite/content/samples/external
diff options
context:
space:
mode:
authorChristoph Cullmann <cullmann@kde.org>2024-04-28 17:33:09 +0200
committerChristoph Cullmann <cullmann@kde.org>2024-04-28 17:33:09 +0200
commite77051ccc4b47951bfa4fde2be436b1bb2fb113b (patch)
treef0b75ee3521da9c8cd39dac4359212348f70e4e8 /themes/blowfish/exampleSite/content/samples/external
parent4b355837824ac2422d371acef790f0f4249255c7 (diff)
use https://github.com/nunocoracao/blowfish.git
Diffstat (limited to 'themes/blowfish/exampleSite/content/samples/external')
-rwxr-xr-xthemes/blowfish/exampleSite/content/samples/external/index.it.md15
-rwxr-xr-xthemes/blowfish/exampleSite/content/samples/external/index.ja.md15
-rwxr-xr-xthemes/blowfish/exampleSite/content/samples/external/index.md15
-rwxr-xr-xthemes/blowfish/exampleSite/content/samples/external/index.zh-cn.md15
4 files changed, 60 insertions, 0 deletions
diff --git a/themes/blowfish/exampleSite/content/samples/external/index.it.md b/themes/blowfish/exampleSite/content/samples/external/index.it.md
new file mode 100755
index 0000000..b61030a
--- /dev/null
+++ b/themes/blowfish/exampleSite/content/samples/external/index.it.md
@@ -0,0 +1,15 @@
+---
+title: "An External Article"
+date: 2019-01-24
+externalUrl: "https://nunocoracao.com/projects/"
+summary: "The `externalUrl` front matter parameter can link to any URL."
+showReadingTime: true
+_build:
+ render: "false"
+ list: "local"
+type: 'sample'
+---
+
+This page uses the `externalUrl` front matter parameter to link to an article outside of this Hugo website.
+
+It's great for things like linking to posts on Medium or to research papers you may have hosted on third party websites.
diff --git a/themes/blowfish/exampleSite/content/samples/external/index.ja.md b/themes/blowfish/exampleSite/content/samples/external/index.ja.md
new file mode 100755
index 0000000..cc2aafc
--- /dev/null
+++ b/themes/blowfish/exampleSite/content/samples/external/index.ja.md
@@ -0,0 +1,15 @@
+---
+title: "外部の記事"
+date: 2019-01-24
+externalUrl: "https://nunocoracao.com/projects/"
+summary: "`externalUrl` 表示は任意の URL にリンクすることができます。"
+showReadingTime: true
+_build:
+ render: "false"
+ list: "local"
+type: 'sample'
+---
+
+このページは、 `externalUrl` 表示パラメータを利用して、この Hugo ウェブサイト外の記事とリンクしています。
+
+Medium の投稿へのリンクや、サードパーティのウェブサイトでホストしている研究論文へのリンクなどに最適です。
diff --git a/themes/blowfish/exampleSite/content/samples/external/index.md b/themes/blowfish/exampleSite/content/samples/external/index.md
new file mode 100755
index 0000000..b61030a
--- /dev/null
+++ b/themes/blowfish/exampleSite/content/samples/external/index.md
@@ -0,0 +1,15 @@
+---
+title: "An External Article"
+date: 2019-01-24
+externalUrl: "https://nunocoracao.com/projects/"
+summary: "The `externalUrl` front matter parameter can link to any URL."
+showReadingTime: true
+_build:
+ render: "false"
+ list: "local"
+type: 'sample'
+---
+
+This page uses the `externalUrl` front matter parameter to link to an article outside of this Hugo website.
+
+It's great for things like linking to posts on Medium or to research papers you may have hosted on third party websites.
diff --git a/themes/blowfish/exampleSite/content/samples/external/index.zh-cn.md b/themes/blowfish/exampleSite/content/samples/external/index.zh-cn.md
new file mode 100755
index 0000000..8fd49b6
--- /dev/null
+++ b/themes/blowfish/exampleSite/content/samples/external/index.zh-cn.md
@@ -0,0 +1,15 @@
+---
+title: "外部文章"
+date: 2019-01-24
+externalUrl: "https://nunocoracao.com/projects/"
+summary: "`externalUrl` front matter 参数可以链接到任何外部 URL."
+showReadingTime: true
+_build:
+ render: "false"
+ list: "local"
+type: 'sample'
+---
+
+此页面使用 `externalUrl` front matter 参数链接到 Hugo 网站之外的文章。
+
+它非常适合链接到 Medium 上的帖子或在第三方网站上托管的文章。 \ No newline at end of file