add hugo files and md files

This commit is contained in:
2026-01-07 08:18:55 +08:00
parent 94f55f400c
commit 05e2d25928
2 changed files with 35 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
+30
View File
@@ -0,0 +1,30 @@
baseURL = 'https://8butubb.github.io/'
languageCode = 'zh-cn'
title = '我的博客'
theme = 'PaperMod'
[params]
defaultTheme = "auto"
# 内联表必须写在一行内
homeInfoParams = { Title = "你好,我是butubb", Content = "欢迎来到我的博客主页:个人 / 博客 / 教程" }
[taxonomies]
tag = "tags"
series = "series"
category = "categories"
[[menu.main]]
name = "个人"
url = "/posts"
weight = 1
[[menu.main]]
name = "教程"
url = "/docs"
weight = 2
[[menu.main]]
name = "学习"
url = "/study"
weight = 3