diff --git a/categories/index.xml b/categories/index.xml
index 9d816e9..baf2fae 100644
--- a/categories/index.xml
+++ b/categories/index.xml
@@ -2,10 +2,10 @@
Categories on My New Hugo Site
- https://example.org/categories/
+ https://voyiid.github.io/categories/
Recent content in Categories on My New Hugo Site
Hugo -- gohugo.io
en-us
-
+
diff --git "a/hugo\345\256\211\350\243\205\350\257\264\346\230\216/index.html" "b/hugo\345\256\211\350\243\205\350\257\264\346\230\216/index.html"
index a7d0d1f..9898e9e 100644
--- "a/hugo\345\256\211\350\243\205\350\257\264\346\230\216/index.html"
+++ "b/hugo\345\256\211\350\243\205\350\257\264\346\230\216/index.html"
@@ -52,12 +52,12 @@
Hugo安装说明
Sun, Apr 14, 2024
-
1、主要参考网站:https://www.gohugo.org/
-2、关键问题1: 本地验证完全,建立git准备发布至github前,应该先将本地分支重命名为main;
+
1、主要参考网站:https://www.gohugo.org/
+
2、关键问题1: 本地验证完全,建立git准备发布至github前,应该先将本地分支重命名为main;
否则,上传按照默认master上传,会自动新建分支,而username.github.io无法正常获取master分支下的博客信息,起只取得main分支下的。
原因: github新建仓库默认分支为main,而不是master了;
-命令:git branch -m main
-3、关键问题2:git首次上传commit时,会提示"作者身份未知",此时就需要按照提示配置:
+命令:git branch -m main
+
3、关键问题2:git首次上传commit时,会提示"作者身份未知",此时就需要按照提示配置:
git config –global user.name XXX
git config –global user.email XX@XXX.XX
4、关键问题3:git上传输入的用户名为github用户名,当时密码不是github账号的密码,而是需要在github账号配置-开发设置–配置 Personal access tokens,这个才是git密码;
diff --git a/index.html b/index.html
index 1d7c56d..5ab6e2b 100644
--- a/index.html
+++ b/index.html
@@ -56,7 +56,9 @@
Sun, Apr 14, 2024
- 1、主要参考网站:https://www.gohugo.org/ 2、关键问题1: 本地验证完全,建立git准备发布至github前,应该先将本地分支重命名为main; 否则,上传按照默认master上传,会自动新建分支,而username.github.io无法正常获取master分支下的博客信息,起只取得main分支下的。 原因: github新建仓库默认分支为main,而不是master了; 命令:git branch -m main 3、关键问题2:git首次上传commit时,会提示"作者身份未知",此时就需要按照提示配置: git config –global user.name XXX git config –global user.email XX@XXX.XX
+ 1、主要参考网站:https://www.gohugo.org/
+2、关键问题1: 本地验证完全,建立git准备发布至github前,应该先将本地分支重命名为main; 否则,上传按照默认master上传,会自动新建分支,而username.github.io无法正常获取master分支下的博客信息,起只取得main分支下的。 原因: github新建仓库默认分支为main,而不是master了; 命令:git branch -m main
+3、关键问题2:git首次上传commit时,会提示"作者身份未知",此时就需要按照提示配置: git config –global user.name XXX git config –global user.email XX@XXX.XX
4、关键问题3:git上传输入的用户名为github用户名,当时密码不是github账号的密码,而是需要在github账号配置-开发设置–配置 Personal access tokens,这个才是git密码;
5、关键问题4: git-push的时候可能提示云端和本地不一致,可能是在创建仓库的时候,勾选创建了README.md,此时可以强制上传(-f); 命名: git push -n -f origin main
diff --git a/index.xml b/index.xml
index 5e84b00..31c96d5 100644
--- a/index.xml
+++ b/index.xml
@@ -2,24 +2,24 @@
My New Hugo Site
- https://example.org/
+ https://voyiid.github.io/
Recent content on My New Hugo Site
Hugo -- gohugo.io
en-us
Sun, 14 Apr 2024 16:25:59 +0800
-
+
-
Hugo安装说明
- https://example.org/hugo%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E/
+ https://voyiid.github.io/hugo%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E/
Sun, 14 Apr 2024 16:25:59 +0800
- https://example.org/hugo%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E/
+ https://voyiid.github.io/hugo%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E/
1、主要参考网站:https://www.gohugo.org/
2、关键问题1: 本地验证完全,建立git准备发布至github前,应该先将本地分支重命名为main; 否则,上传按照默认master上传,会自动新建分支,而username.github.io无法正常获取master分支下的博客信息,起只取得main分支下的。 原因: github新建仓库默认分支为main,而不是master了; 命令:git branch -m main
3、关键问题2:git首次上传commit时,会提示"作者身份未知",此时就需要按照提示配置: git config –global user.name XXX git config –global user.email XX@XXX.XX
4、关键问题3:git上传输入的用户名为github用户名,当时密码不是github账号的密码,而是需要在github账号配置-开发设置–配置 Personal access tokens,这个才是git密码;
5、关键问题4: git-push的时候可能提示云端和本地不一致,可能是在创建仓库的时候,勾选创建了README.md,此时可以强制上传(-f); 命名: git push -n -f origin main
-
First
- https://example.org/post/hello/
+ https://voyiid.github.io/post/hello/
Sun, 14 Apr 2024 11:24:38 +0800
- https://example.org/post/hello/
+ https://voyiid.github.io/post/hello/
Hello,World!
diff --git a/post/index.xml b/post/index.xml
index d6b5beb..ab30732 100644
--- a/post/index.xml
+++ b/post/index.xml
@@ -2,17 +2,17 @@
Posts on My New Hugo Site
- https://example.org/post/
+ https://voyiid.github.io/post/
Recent content in Posts on My New Hugo Site
Hugo -- gohugo.io
en-us
Sun, 14 Apr 2024 11:24:38 +0800
-
+
-
First
- https://example.org/post/hello/
+ https://voyiid.github.io/post/hello/
Sun, 14 Apr 2024 11:24:38 +0800
- https://example.org/post/hello/
+ https://voyiid.github.io/post/hello/
Hello,World!
diff --git a/sitemap.xml b/sitemap.xml
index b537074..e7937d8 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,20 +2,20 @@
- https://example.org/hugo%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E/
+ https://voyiid.github.io/hugo%E5%AE%89%E8%A3%85%E8%AF%B4%E6%98%8E/
2024-04-14T16:25:59+08:00
- https://example.org/
+ https://voyiid.github.io/
2024-04-14T16:25:59+08:00
- https://example.org/post/hello/
+ https://voyiid.github.io/post/hello/
2024-04-14T11:24:38+08:00
- https://example.org/post/
+ https://voyiid.github.io/post/
2024-04-14T11:24:38+08:00
- https://example.org/categories/
+ https://voyiid.github.io/categories/
- https://example.org/tags/
+ https://voyiid.github.io/tags/
diff --git a/tags/index.xml b/tags/index.xml
index 0cc6902..a87422f 100644
--- a/tags/index.xml
+++ b/tags/index.xml
@@ -2,10 +2,10 @@
Tags on My New Hugo Site
- https://example.org/tags/
+ https://voyiid.github.io/tags/
Recent content in Tags on My New Hugo Site
Hugo -- gohugo.io
en-us
-
+