创建博客框架

This commit is contained in:
2026-07-17 13:59:45 +08:00
commit 00fc311bf1
4 changed files with 11 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
how_to_use_theme
public/*
hugo.exe
View File
+5
View File
@@ -0,0 +1,5 @@
+++
date = '{{ .Date }}'
draft = true
title = '{{ replace .File.ContentBaseName "-" " " | title }}'
+++
+3
View File
@@ -0,0 +1,3 @@
baseURL = 'https://example.org/'
locale = 'en-us'
title = 'My New Hugo Project'