init: hugo site with mytheme
This commit is contained in:
19
content/posts/hello-world.md
Normal file
19
content/posts/hello-world.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
title: "Hello World"
|
||||
date: 2026-04-13
|
||||
categories: ["随笔"]
|
||||
tags: ["测试"]
|
||||
description: "茶凉小记的第一篇文章"
|
||||
---
|
||||
|
||||
欢迎来到茶凉小记!这是一个用 Hugo 搭建的静态博客。
|
||||
|
||||
## 关于这个博客
|
||||
|
||||
这里记录技术、生活与想法。
|
||||
|
||||
```javascript
|
||||
console.log("Hello, Hugo!");
|
||||
```
|
||||
|
||||
> 简单、纯粹、持久。
|
||||
Reference in New Issue
Block a user