Featured image of post Hugo

Hugo

Hugo的基本使用方法

创建一个文章

1
hugo.exe new content content/post/hugo/index.md

上述代码表示 在 content/post 下面新建一个文档

文章置顶

在文章的元数据中 weight 字段表示权重,值最小的会置顶。

参考教程

stack文档

使用 Hugo 构建
主题 StackJimmy 设计