git安装 Git - Downloading Package标准版 一路next便携版右键没有git bash 不大会用

go环境The Go Programming Language黄色按钮下面的小子windows版本的 直接安装

hugo下载Releases · gohugoio/hugoFetching Title#5mo1 hugo_extended_0.134.2_windows-amd64 扩展版本的。

Complete List | Hugo Themes主题安装需要复制下载地址。

最后本地搭建完,hugo 看不到 post posts 文章 本地

hugo new site ACEVSgit remote add origin https://github.com/.github.io.gitgit push -u origin maingit remote add origin https://github.com/.gitgit config --global user.email ""git config --global user.name ""git commit -m "first"git push -u origin main --forcegit push -u origin master --forcegit fetch origin main git config user.namessh-keygen -t rsa -C ""hugo server -t stack --buildDraftsgit commit -m""官方的流程git init 初始化,我理解就是定位。相当于cd 的作用,这个装了2.3遍才发觉的。git add README.mdgit commit -m "first commit"git branch -M main git branch -M master 切换分支git remote add origin https://github.com/.github.io.gitgit push -u origin main 必要需要 -f --force .github 这样的文件夹 需要mkdir 创建。实践就会有收获。如果不显示肯能这个问题然后我把自己的posts目录改成post,在把之前config.toml改回原来的post。然后都完美跑起来了。

参考配置环境这个博文写的非常详细。本地部署好再说

如何搭建HUGO博客网站并配置公网地址实现随时随地远程访问教程

Installing on Windows - Hugo中文文档

应该是命名问题 讨论地址 按说明配置后首页无法列出文章列表,手动输入地址可以显示内容 · Issue #14 · olOwOlo/hugo-theme-even · GitHub

使用 Hugo + Github Pages 部署个人博客

Github Pages + Hugo 搭建个人博客 - 渣渣的夏天

使用Hugo+Github从0开始免费搭建个人博客_hugo github-CSDN博客

从零开始的 Hugo 博客搭建 - Stilig's blog

Hugo部署到Vercel,提高国内加载速度

git - ! [rejected] master -> master (fetch first) - Stack Overflow

Host on GitHub Pages | Hugo