快捷菜单
常用功能一站直达
更多功能请点顶栏「快捷菜单」
(1)安装go
https://go.dev/dl/go1.24.5.windows-amd64.msi
(2)安装hugo
Releases · gohugoio/hugo · GitHub
- Install Hugo (extended or extended/deploy edition, v0.128.0 or later)
1hugo new site hugo-one
2cd hugo-one
3git init
4git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
5echo "theme = 'ananke'" >> hugo.toml
6
7hugo new content content/posts/my-first-post.md
8
9hugo server -D 1+++
2title = 'My First Post'
3date = 2024-01-14T07:07:07+01:00
4draft = true
5+++
6## Introduction
7
8This is **bold** text, and this is *emphasized* text.
9
10Visit the [Hugo](https://gohugo.io) website!
https://themes.gohugo.io/themes/fixit/

https://themes.gohugo.io/themes/hugo-theme-dream/

稍微看的过眼的hugo主题
结束。
日历 · 精选 · 友链 · 更多
如果内容对你有帮助,欢迎请我喝杯咖啡 ☕



One的公众号
爱折腾博客的小白