🌍 (again) hello world!

This commit is contained in:
Yanzheng Sun 2024-01-27 21:03:27 +08:00
parent c88741a8ce
commit cb97ce2ec2
Signed by: realSunyz
SSH Key Fingerprint: SHA256:5dk3slVnWtJYlwrnURrUYXoimuSx8Vi9pbs4n3XoGH0
15 changed files with 148 additions and 0 deletions

0
.hugo_build.lock Normal file
View File

5
archetypes/default.md Normal file
View File

@ -0,0 +1,5 @@
+++
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
date = {{ .Date }}
draft = true
+++

10
assets/jsconfig.json Normal file
View File

@ -0,0 +1,10 @@
{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"*": [
"../themes/hugo-theme-stack/assets/*"
]
}
}
}

11
config/_default/hugo.yaml Normal file
View File

@ -0,0 +1,11 @@
baseURL: https://sunyz.net/
languageCode: zh-cn
title: Seven's Blog
theme: hugo-theme-stack
defaultContentLanguage: "zh-cn"
hasCJKLanguage: true
services:
disqus:
shortname: realSunyz

View File

@ -0,0 +1,40 @@
mainSections: post
rssFullContent: true
favicon: https://cdn.sunyz.net/favicons/favicon.ico
footer:
since: 2023
customText:
dateFormat:
published: Jan 02, 2006
lastUpdated: Jan 02, 2006 15:04 MST
sidebar:
emoji: 🍁
subtitle: 下一次相遇可能在任何地方,但我们始终灿烂如星海。
avatar:
enabled: true
local: false
src: https://cdn.sunyz.net/avatar@512x512.png
article:
math: true
readingTime: true
license:
enabled: true
default: Licensed under CC BY-NC-SA 4.0
colorScheme:
toggle: true
default: auto
comments:
enabled: true
provider: disqus
imageProcessing:
cover:
enabled: true
content:
enabled: true

View File

@ -0,0 +1 @@
post: /p/:slug/

8
content/_index.md Normal file
View File

@ -0,0 +1,8 @@
---
menu:
main:
name: Home
weight: 1
params:
icon: home
---

View File

@ -0,0 +1,11 @@
---
title: "About"
slug: "about"
menu:
main:
weight: 5
params:
icon: user
---
## 🏗️ 页面施工中... 很快就好...

View File

@ -0,0 +1,10 @@
---
title: "Archives"
layout: "archives"
slug: "archives"
menu:
main:
weight: 2
params:
icon: archives
---

View File

@ -0,0 +1,25 @@
---
title: Links
links:
- title: 🍬 凌莞
description: 一只可爱的猫姐姐
website: https://nyac.at
- title: 🐺 秋雨落
description: 二分之一少女,乘着比特流环游世界~
website: https://www.qy.al
- title: 🐱 JackieCat
description:
website: https://jackiecat.top
- title: 🎨 TaranakiNeko
description: A cat lying on the keyboard.
website: https://nekoq.top
- title: 💊 Winslow
description: 是天狗妖怪!
website: https://winsloweric.com
menu:
main:
weight: 1
params:
icon: link
---

View File

@ -0,0 +1,13 @@
---
title: "Search"
slug: "search"
layout: "search"
outputs:
- html
- json
menu:
main:
weight: 3
params:
icon: search
---

View File

@ -0,0 +1,3 @@
---
title: (又一次的)世界,你好!
---

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
{"Target":"scss/style.min.abbd69b2908fdfcd5179898beaafd374514a86538d81639ddd2c58c06ae54e40.css","MediaType":"text/css","Data":{"Integrity":"sha256-q71pspCP381ReYmL6q/TdFFKhlONgWOd3SxYwGrlTkA="}}

Binary file not shown.

After

Width:  |  Height:  |  Size: 410 B