mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 03:41:53 +02:00
Merge pull request #1979 from ZhenShuo2021/fix-url
This commit is contained in:
commit
797be63d18
10 changed files with 10 additions and 10 deletions
|
@ -4,7 +4,7 @@ summary: "Just one year ago, I created Blowfish, a Hugo theme crafted to build m
|
|||
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."
|
||||
categories: ["Open-Source", "Blowfish"]
|
||||
tags: ["tutorial", "blowfish", "hugo"]
|
||||
externalUrl: "https://nunocoracao.com/posts/202310-blowfish-tutorial/"
|
||||
externalUrl: "https://n9o.xyz/posts/202310-blowfish-tutorial/"
|
||||
date: 2023-10-04
|
||||
draft: false
|
||||
showauthor: false
|
||||
|
|
|
@ -4,7 +4,7 @@ summary: "Just one year ago, I created Blowfish, a Hugo theme crafted to build m
|
|||
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."
|
||||
categories: ["Open-Source", "Blowfish"]
|
||||
tags: ["tutorial", "blowfish", "hugo"]
|
||||
externalUrl: "https://nunocoracao.com/posts/202310-blowfish-tutorial/"
|
||||
externalUrl: "https://n9o.xyz/posts/202310-blowfish-tutorial/"
|
||||
date: 2023-10-04
|
||||
draft: false
|
||||
showauthor: false
|
||||
|
|
|
@ -4,7 +4,7 @@ summary: "Just one year ago, I created Blowfish, a Hugo theme crafted to build m
|
|||
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."
|
||||
categories: ["Open-Source", "Blowfish"]
|
||||
tags: ["tutorial", "blowfish", "hugo"]
|
||||
externalUrl: "https://nunocoracao.com/posts/202310-blowfish-tutorial/"
|
||||
externalUrl: "https://n9o.xyz/posts/202310-blowfish-tutorial/"
|
||||
date: 2023-10-04
|
||||
draft: false
|
||||
showauthor: false
|
||||
|
|
|
@ -4,7 +4,7 @@ summary: "一年前我创建了 Blowfish,这是一个为了打造我的个人
|
|||
description: "一年前我创建了 Blowfish,这是一个为了打造我的个人主页而精心设计的 Hugo 主题。我决定将其作为一个开源项目。直到今天,Blowfish 已经变成了一个蓬勃发展的开源项目,在 GitHub 上拥有超过900个 star 和数百名用户。在本教程中,我向像你展示如何搭建并在几分钟内让你的网站运行起来。"
|
||||
categories: ["开源", "Blowfish"]
|
||||
tags: ["指南", "blowfish", "hugo"]
|
||||
externalUrl: "https://nunocoracao.com/posts/202310-blowfish-tutorial/"
|
||||
externalUrl: "https://n9o.xyz/posts/202310-blowfish-tutorial/"
|
||||
date: 2023-10-04
|
||||
draft: false
|
||||
showauthor: false
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "An External Article"
|
||||
date: 2019-01-24
|
||||
externalUrl: "https://nunocoracao.com/projects/"
|
||||
externalUrl: "https://n9o.xyz/projects/"
|
||||
summary: "The `externalUrl` front matter parameter can link to any URL."
|
||||
showReadingTime: true
|
||||
_build:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "外部の記事"
|
||||
date: 2019-01-24
|
||||
externalUrl: "https://nunocoracao.com/projects/"
|
||||
externalUrl: "https://n9o.xyz/projects/"
|
||||
summary: "`externalUrl` 表示は任意の URL にリンクすることができます。"
|
||||
showReadingTime: true
|
||||
_build:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "An External Article"
|
||||
date: 2019-01-24
|
||||
externalUrl: "https://nunocoracao.com/projects/"
|
||||
externalUrl: "https://n9o.xyz/projects/"
|
||||
summary: "The `externalUrl` front matter parameter can link to any URL."
|
||||
showReadingTime: true
|
||||
_build:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
title: "外部文章"
|
||||
date: 2019-01-24
|
||||
externalUrl: "https://nunocoracao.com/projects/"
|
||||
externalUrl: "https://n9o.xyz/projects/"
|
||||
summary: "`externalUrl` front matter 参数可以链接到任何外部 URL."
|
||||
showReadingTime: true
|
||||
_build:
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"author": {
|
||||
"name": "Nuno Coração",
|
||||
"github": "https://github.com/nunocoracao",
|
||||
"url": "https://nunocoracao.com"
|
||||
"url": "https://n9o.xyz"
|
||||
},
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
|
|
|
@ -13,7 +13,7 @@ features = ["syntax highlighting", "dark mode", "emoji", "firebase", "views"]
|
|||
|
||||
[author]
|
||||
name = "Nuno Coracao"
|
||||
homepage = "https://nunocoracao.com/"
|
||||
homepage = "https://n9o.xyz/"
|
||||
|
||||
[original]
|
||||
author = "James Panther"
|
||||
|
|
Loading…
Add table
Reference in a new issue