Skip to content

Hugo 4 Blog

Installation

Hugo 框架

Github:https://github.com/gohugoio/hugo

Windows Wiki:https://gohugo.io/installation/windows/

zozo:https://github.com/varkai/hugo-theme-zozo

Hugo Usage

新建博客

hugo new site .

新建文章

hugo new posts/data/filename.md

图片保存路径

../../../static/images/${filename}

预览修改模式

hugo server -D

发布

hugo --theme=zozo --baseUrl="https://C1ph3rX13.github.io" --buildDrafts

GitHub Pages

创建 .github/workflows

Setting - Pages - Build and deployment - Souurce - GitHub Actions - Hugo Configs

image-20230815145247463

图床问题

PicGo

使用PicGo作为图床,把图片文件都上传到固定仓库的固定文件夹,但是不能按照文章分类图片

暂时使用GitHub作为图床保存图片