Skip to content

Commit 83ec67e

Browse files
committed
published first post and updated baseURL
1 parent e788d77 commit 83ec67e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/posts/simple-fast-beautiful-how-to-build-blog-with-hugo-1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "簡單、快速、美觀:如何用 Hugo 打造專屬部落格 (一):撰寫你的第一篇文章"
33
date: 2024-09-28T00:27:05+08:00
4-
draft: true
4+
draft: false
55
cover:
66
image: "images/hugo_blog_image.png"
77
alt: "Hugo Blog"

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
baseURL: https://example.org/
1+
baseURL: https://onenight.github.io/
22
languageCode: zh-TW
33
title: BC
44
theme: PaperMod

0 commit comments

Comments
 (0)