Hugo 使用说明 创建新文章 hugo new content content/posts/my-first-post.md 本地预览 hugo server -D # 访问 http://localhost:1313 构建站点 hugo # 生成的静态文件在 ./public 目录