Skip to content

Commit 797be63

Browse files
authored
Merge pull request #1979 from ZhenShuo2021/fix-url
2 parents f5e0550 + 3f00958 commit 797be63

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

exampleSite/content/guides/202310-blowfish-tutorial/index.it.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: "Just one year ago, I created Blowfish, a Hugo theme crafted to build m
44
description: "Just one year ago, I created Blowfish, a Hugo theme crafted to build my unique vision for my personal homepage. I also decided to make it an open-source project. Fast-forward to today, and Blowfish has transformed into a thriving open-source project with over 600 stars on GitHub and a user base of hundreds. In this tutorial, I’ll show you how to get started and have your website running in a couple of minutes."
55
categories: ["Open-Source", "Blowfish"]
66
tags: ["tutorial", "blowfish", "hugo"]
7-
externalUrl: "https://nunocoracao.com/posts/202310-blowfish-tutorial/"
7+
externalUrl: "https://n9o.xyz/posts/202310-blowfish-tutorial/"
88
date: 2023-10-04
99
draft: false
1010
showauthor: false

exampleSite/content/guides/202310-blowfish-tutorial/index.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: "Just one year ago, I created Blowfish, a Hugo theme crafted to build m
44
description: "Just one year ago, I created Blowfish, a Hugo theme crafted to build my unique vision for my personal homepage. I also decided to make it an open-source project. Fast-forward to today, and Blowfish has transformed into a thriving open-source project with over 600 stars on GitHub and a user base of hundreds. In this tutorial, I’ll show you how to get started and have your website running in a couple of minutes."
55
categories: ["Open-Source", "Blowfish"]
66
tags: ["tutorial", "blowfish", "hugo"]
7-
externalUrl: "https://nunocoracao.com/posts/202310-blowfish-tutorial/"
7+
externalUrl: "https://n9o.xyz/posts/202310-blowfish-tutorial/"
88
date: 2023-10-04
99
draft: false
1010
showauthor: false

exampleSite/content/guides/202310-blowfish-tutorial/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: "Just one year ago, I created Blowfish, a Hugo theme crafted to build m
44
description: "Just one year ago, I created Blowfish, a Hugo theme crafted to build my unique vision for my personal homepage. I also decided to make it an open-source project. Fast-forward to today, and Blowfish has transformed into a thriving open-source project with over 600 stars on GitHub and a user base of hundreds. In this tutorial, I’ll show you how to get started and have your website running in a couple of minutes."
55
categories: ["Open-Source", "Blowfish"]
66
tags: ["tutorial", "blowfish", "hugo"]
7-
externalUrl: "https://nunocoracao.com/posts/202310-blowfish-tutorial/"
7+
externalUrl: "https://n9o.xyz/posts/202310-blowfish-tutorial/"
88
date: 2023-10-04
99
draft: false
1010
showauthor: false

exampleSite/content/guides/202310-blowfish-tutorial/index.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ summary: "一年前我创建了 Blowfish,这是一个为了打造我的个人
44
description: "一年前我创建了 Blowfish,这是一个为了打造我的个人主页而精心设计的 Hugo 主题。我决定将其作为一个开源项目。直到今天,Blowfish 已经变成了一个蓬勃发展的开源项目,在 GitHub 上拥有超过900个 star 和数百名用户。在本教程中,我向像你展示如何搭建并在几分钟内让你的网站运行起来。"
55
categories: ["开源", "Blowfish"]
66
tags: ["指南", "blowfish", "hugo"]
7-
externalUrl: "https://nunocoracao.com/posts/202310-blowfish-tutorial/"
7+
externalUrl: "https://n9o.xyz/posts/202310-blowfish-tutorial/"
88
date: 2023-10-04
99
draft: false
1010
showauthor: false

exampleSite/content/samples/external/index.it.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "An External Article"
33
date: 2019-01-24
4-
externalUrl: "https://nunocoracao.com/projects/"
4+
externalUrl: "https://n9o.xyz/projects/"
55
summary: "The `externalUrl` front matter parameter can link to any URL."
66
showReadingTime: true
77
_build:

exampleSite/content/samples/external/index.ja.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "外部の記事"
33
date: 2019-01-24
4-
externalUrl: "https://nunocoracao.com/projects/"
4+
externalUrl: "https://n9o.xyz/projects/"
55
summary: "`externalUrl` 表示は任意の URL にリンクすることができます。"
66
showReadingTime: true
77
_build:

exampleSite/content/samples/external/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "An External Article"
33
date: 2019-01-24
4-
externalUrl: "https://nunocoracao.com/projects/"
4+
externalUrl: "https://n9o.xyz/projects/"
55
summary: "The `externalUrl` front matter parameter can link to any URL."
66
showReadingTime: true
77
_build:

exampleSite/content/samples/external/index.zh-cn.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "外部文章"
33
date: 2019-01-24
4-
externalUrl: "https://nunocoracao.com/projects/"
4+
externalUrl: "https://n9o.xyz/projects/"
55
summary: "`externalUrl` front matter 参数可以链接到任何外部 URL."
66
showReadingTime: true
77
_build:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"author": {
2727
"name": "Nuno Coração",
2828
"github": "https://github.com/nunocoracao",
29-
"url": "https://nunocoracao.com"
29+
"url": "https://n9o.xyz"
3030
},
3131
"license": "MIT",
3232
"bugs": {

theme.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ features = ["syntax highlighting", "dark mode", "emoji", "firebase", "views"]
1313

1414
[author]
1515
name = "Nuno Coracao"
16-
homepage = "https://nunocoracao.com/"
16+
homepage = "https://n9o.xyz/"
1717

1818
[original]
1919
author = "James Panther"

0 commit comments

Comments
 (0)