Files
qefeeweb/content/posts/hugo使用.md
2025-08-03 03:44:33 +08:00

412 B
Executable File

+++ title = 'hugo使用' date = 2024-11-20T02:40:33+08:00 draft = true +++

install

snap install hugo

version check

hugo version

new site

hugo new site qefee
cd qefee
git init
git submodule add https://github.com/theNewDynamic/gohugo-theme-ananke.git themes/ananke
echo "theme = 'ananke'" >> hugo.toml
hugo server

add content

hugo new content content/posts/test.md