🌍 (again) hello world!
This commit is contained in:
parent
c88741a8ce
commit
cb97ce2ec2
0
.hugo_build.lock
Normal file
0
.hugo_build.lock
Normal file
5
archetypes/default.md
Normal file
5
archetypes/default.md
Normal file
@ -0,0 +1,5 @@
|
||||
+++
|
||||
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
|
||||
date = {{ .Date }}
|
||||
draft = true
|
||||
+++
|
10
assets/jsconfig.json
Normal file
10
assets/jsconfig.json
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"*": [
|
||||
"../themes/hugo-theme-stack/assets/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
11
config/_default/hugo.yaml
Normal file
11
config/_default/hugo.yaml
Normal 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
|
40
config/_default/params.yaml
Normal file
40
config/_default/params.yaml
Normal 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
|
1
config/_default/permalinks.yaml
Normal file
1
config/_default/permalinks.yaml
Normal file
@ -0,0 +1 @@
|
||||
post: /p/:slug/
|
8
content/_index.md
Normal file
8
content/_index.md
Normal file
@ -0,0 +1,8 @@
|
||||
---
|
||||
menu:
|
||||
main:
|
||||
name: Home
|
||||
weight: 1
|
||||
params:
|
||||
icon: home
|
||||
---
|
11
content/page/about/about.md
Normal file
11
content/page/about/about.md
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
title: "About"
|
||||
slug: "about"
|
||||
menu:
|
||||
main:
|
||||
weight: 5
|
||||
params:
|
||||
icon: user
|
||||
---
|
||||
|
||||
## 🏗️ 页面施工中... 很快就好...
|
10
content/page/archives/archives.md
Normal file
10
content/page/archives/archives.md
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
title: "Archives"
|
||||
layout: "archives"
|
||||
slug: "archives"
|
||||
menu:
|
||||
main:
|
||||
weight: 2
|
||||
params:
|
||||
icon: archives
|
||||
---
|
25
content/page/friends/friends.md
Normal file
25
content/page/friends/friends.md
Normal 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
|
||||
---
|
13
content/page/search/search.md
Normal file
13
content/page/search/search.md
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
title: "Search"
|
||||
slug: "search"
|
||||
layout: "search"
|
||||
outputs:
|
||||
- html
|
||||
- json
|
||||
menu:
|
||||
main:
|
||||
weight: 3
|
||||
params:
|
||||
icon: search
|
||||
---
|
3
content/post/hello-world-again.md
Normal file
3
content/post/hello-world-again.md
Normal file
@ -0,0 +1,3 @@
|
||||
---
|
||||
title: (又一次的)世界,你好!
|
||||
---
|
File diff suppressed because one or more lines are too long
@ -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 |
Loading…
Reference in New Issue
Block a user