This commit is contained in:
parent
4b35583782
commit
e77051ccc4
1987 changed files with 1147290 additions and 5648 deletions
15
themes/blowfish/exampleSite/content/samples/external/index.it.md
vendored
Executable file
15
themes/blowfish/exampleSite/content/samples/external/index.it.md
vendored
Executable file
|
@ -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.
|
15
themes/blowfish/exampleSite/content/samples/external/index.ja.md
vendored
Executable file
15
themes/blowfish/exampleSite/content/samples/external/index.ja.md
vendored
Executable file
|
@ -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 の投稿へのリンクや、サードパーティのウェブサイトでホストしている研究論文へのリンクなどに最適です。
|
15
themes/blowfish/exampleSite/content/samples/external/index.md
vendored
Executable file
15
themes/blowfish/exampleSite/content/samples/external/index.md
vendored
Executable file
|
@ -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.
|
15
themes/blowfish/exampleSite/content/samples/external/index.zh-cn.md
vendored
Executable file
15
themes/blowfish/exampleSite/content/samples/external/index.zh-cn.md
vendored
Executable file
|
@ -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 上的帖子或在第三方网站上托管的文章。
|
Loading…
Add table
Add a link
Reference in a new issue