Files
hugo-theme-next/exampleSite/content/post/hello-world.md
2022-06-03 22:37:33 +08:00

1.1 KiB
Raw Blame History

title, description, isCJKLanguage, lastmod, publishDate, categories, tags, toc, draft, expand, url, weight
title description isCJKLanguage lastmod publishDate categories tags toc draft expand url weight
世界,你好! 快速的描述下有关于 Hugo 建站的基本用法。 true 2022-06-03T16:43:23+08:00 2022-06-02T11:52:03+08:00
博客
Hugo
开始
false false true hello-world.html 1

“Hugo 是现今世界上最快的网站建设框架。”

Hugo 也是最流行的开源静态站点生成器之一。 凭借其惊人的速度和灵活性Hugo 让建设网站再次变得有趣起来。

快速开始

发表新文章

$ hugo new hello-world.md

更多信息:内容格式

启动服务

$ hugo server

更多信息:Hugo 服务命令行

生成静态文件

$ hugo

更多信息:Hugo 建站

部署到服务器

$ hugo deploy

更多信息:Hugo 发布

祝你好运,相信你会喜欢上 Hugo 建站的旅程!