Hugo 新建文章使用的模板

模板如下

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
---
title: {{ replace .Name "-" " " | title }}
description: 
date: {{ (time .Date).Format "2006-01-02" }}
lastmod: {{ (time .Date).Format "2006-01-02" }}
image: 
categories:
    - 
tags:
    - 
weight: 
---

模板位置

my-blog\main\archetypes\default.md

最后更新于 2025 年 2 月 24 日
使用 Hugo 构建
主题 StackJimmy 设计