From 082a60914aae58882effb68a00032a847cc6a105 Mon Sep 17 00:00:00 2001 From: FANGG3 Date: Wed, 6 Dec 2023 11:18:55 +0800 Subject: [PATCH] Site updated: 2023-12-06 11:18:55 --- 2023/11/29/hello-world/index.html | 4 +- 2023/11/29/hello_everyone/index.html | 2 +- 2023/11/29/test_git/index.html | 4 +- .../index.html" | 159 ++++++++++++++++++ archives/2023/11/index.html | 8 +- archives/2023/12/index.html | 158 +++++++++++++++++ archives/2023/index.html | 8 +- archives/index.html | 8 +- .../\345\205\266\344\273\226/index.html" | 8 +- .../\347\275\221\347\253\231/index.html" | 158 +++++++++++++++++ index.html | 11 +- tags/others/index.html | 8 +- "tags/\346\220\255\345\273\272/index.html" | 158 +++++++++++++++++ 13 files changed, 664 insertions(+), 30 deletions(-) create mode 100644 "2023/12/06/\346\220\255\345\273\272Hexo\345\215\232\345\256\242/index.html" create mode 100644 archives/2023/12/index.html create mode 100644 "categories/\347\275\221\347\253\231/index.html" create mode 100644 "tags/\346\220\255\345\273\272/index.html" diff --git a/2023/11/29/hello-world/index.html b/2023/11/29/hello-world/index.html index d701b6f..746f27e 100644 --- a/2023/11/29/hello-world/index.html +++ b/2023/11/29/hello-world/index.html @@ -152,7 +152,7 @@ } } detectApple() - })(window)

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

+ })(window)

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

@@ -165,4 +165,4 @@

Deploy to remote sites

1
$ hexo deploy

More info: Deployment

-
文章作者: Fangg3
文章链接: http://fangg3.com/2023/11/29/hello-world/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 FANGG3's Blog
\ No newline at end of file +
文章作者: Fangg3
文章链接: http://fangg3.com/2023/11/29/hello-world/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 FANGG3's Blog
\ No newline at end of file diff --git a/2023/11/29/hello_everyone/index.html b/2023/11/29/hello_everyone/index.html index c1148ac..9f5cb57 100644 --- a/2023/11/29/hello_everyone/index.html +++ b/2023/11/29/hello_everyone/index.html @@ -153,4 +153,4 @@ } } detectApple() - })(window)

test

hello deploy upload backup111

文章作者: Fangg3
文章链接: http://fangg3.com/2023/11/29/hello_everyone/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 FANGG3's Blog
\ No newline at end of file + })(window)

test

hello deploy upload backup111

文章作者: Fangg3
文章链接: http://fangg3.com/2023/11/29/hello_everyone/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 FANGG3's Blog
\ No newline at end of file diff --git a/2023/11/29/test_git/index.html b/2023/11/29/test_git/index.html index e80fd5a..b680235 100644 --- a/2023/11/29/test_git/index.html +++ b/2023/11/29/test_git/index.html @@ -152,6 +152,6 @@ } } detectApple() - })(window)

test_git

测试

图片

+ })(window)

test_git

测试

图片

image-20231206105046962

-
文章作者: Fangg3
文章链接: http://fangg3.com/2023/11/29/test_git/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 FANGG3's Blog
目录
最新文章
test
test_git
Hello World
\ No newline at end of file +
文章作者: Fangg3
文章链接: http://fangg3.com/2023/11/29/test_git/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 FANGG3's Blog
目录
最新文章
test
test_git
Hello World
\ No newline at end of file diff --git "a/2023/12/06/\346\220\255\345\273\272Hexo\345\215\232\345\256\242/index.html" "b/2023/12/06/\346\220\255\345\273\272Hexo\345\215\232\345\256\242/index.html" new file mode 100644 index 0000000..cdc8452 --- /dev/null +++ "b/2023/12/06/\346\220\255\345\273\272Hexo\345\215\232\345\256\242/index.html" @@ -0,0 +1,159 @@ +搭建hexo博客 | FANGG3's Blog + + + + + + + + + + + + +

搭建hexo博客

使用docker镜像

创建文件docker-composed.yml

+
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '3.3'
services:
hexo:
container_name: hexo
environment:
- HEXO_SERVER_PORT=4000 # 不建议改,如果这边的 4000 改了,下面 ports 部分,冒号右边的 4000 也需要修改
- GIT_USER=FANGG3 # 改成自己的用户名,可以随便写一个
- GIT_EMAIL=fyq.email@gmail.com # 改成自己的邮箱,可以随便写一个
- TZ=Asia/Shanghai # 时区
volumes:
- './blog:/app' # 冒号左边可以改路径,现在是表示把数据存放在在当前文件夹下的 blog 文件夹中
ports:
- '8080:4000' # 冒号左边可以改成自己服务器未被占用的端口
image: spurin/hexo
+ +
文章作者: Fangg3
文章链接: http://fangg3.com/2023/12/06/%E6%90%AD%E5%BB%BAHexo%E5%8D%9A%E5%AE%A2/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 FANGG3's Blog
最新文章
test
test_git
Hello World
\ No newline at end of file diff --git a/archives/2023/11/index.html b/archives/2023/11/index.html index ba7eea9..58a29ac 100644 --- a/archives/2023/11/index.html +++ b/archives/2023/11/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2023-12-06 11:09:57' + postUpdate: '2023-12-06 11:18:55' }
文章总览 - 3
2023
test
test_git
Hello World
最新文章
test
test_git
Hello World
+ })(window)
文章总览 - 3
2023
test
test_git
Hello World
最新文章
test
test_git
Hello World
分类
标签
网站资讯
文章数目 :
3
本站访客数 :
本站总访问量 :
最后更新时间 :
\ No newline at end of file +
  • 其他1
  • 网站1
  • +
    网站资讯
    文章数目 :
    4
    本站访客数 :
    本站总访问量 :
    最后更新时间 :
    \ No newline at end of file diff --git a/archives/2023/12/index.html b/archives/2023/12/index.html new file mode 100644 index 0000000..44b8113 --- /dev/null +++ b/archives/2023/12/index.html @@ -0,0 +1,158 @@ +十二月 2023 | FANGG3's Blog + + + + + + + +
    文章总览 - 1
    2023
    搭建hexo博客
    最新文章
    test
    test_git
    Hello World
    + + 分类 + +
    +
    网站资讯
    文章数目 :
    4
    本站访客数 :
    本站总访问量 :
    最后更新时间 :
    \ No newline at end of file diff --git a/archives/2023/index.html b/archives/2023/index.html index 04d16c8..970fd80 100644 --- a/archives/2023/index.html +++ b/archives/2023/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2023-12-06 11:09:57' + postUpdate: '2023-12-06 11:18:55' }
    文章总览 - 3
    2023
    test
    test_git
    Hello World
    最新文章
    test
    test_git
    Hello World
    + })(window)
    文章总览 - 4
    2023
    搭建hexo博客
    test
    test_git
    Hello World
    最新文章
    test
    test_git
    Hello World
    分类
    标签
    网站资讯
    文章数目 :
    3
    本站访客数 :
    本站总访问量 :
    最后更新时间 :
    \ No newline at end of file +
  • 其他1
  • 网站1
  • +
    网站资讯
    文章数目 :
    4
    本站访客数 :
    本站总访问量 :
    最后更新时间 :
    \ No newline at end of file diff --git a/archives/index.html b/archives/index.html index 479d163..1d414d2 100644 --- a/archives/index.html +++ b/archives/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2023-12-06 11:09:57' + postUpdate: '2023-12-06 11:18:55' }
    文章总览 - 3
    2023
    test
    test_git
    Hello World
    最新文章
    test
    test_git
    Hello World
    + })(window)
    文章总览 - 4
    2023
    搭建hexo博客
    test
    test_git
    Hello World
    最新文章
    test
    test_git
    Hello World
    分类
    标签
    网站资讯
    文章数目 :
    3
    本站访客数 :
    本站总访问量 :
    最后更新时间 :
    \ No newline at end of file +
  • 其他1
  • 网站1
  • +
    网站资讯
    文章数目 :
    4
    本站访客数 :
    本站总访问量 :
    最后更新时间 :
    \ No newline at end of file diff --git "a/categories/\345\205\266\344\273\226/index.html" "b/categories/\345\205\266\344\273\226/index.html" index 29a1566..e551949 100644 --- "a/categories/\345\205\266\344\273\226/index.html" +++ "b/categories/\345\205\266\344\273\226/index.html" @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2023-12-06 11:09:57' + postUpdate: '2023-12-06 11:18:55' }
    分类 - 其他
    2023
    test
    最新文章
    test
    test_git
    Hello World
    + })(window)
    分类 - 其他
    2023
    test
    最新文章
    test
    test_git
    Hello World
    分类
    标签
    网站资讯
    文章数目 :
    3
    本站访客数 :
    本站总访问量 :
    最后更新时间 :
    \ No newline at end of file +
  • 其他1
  • 网站1
  • +
    网站资讯
    文章数目 :
    4
    本站访客数 :
    本站总访问量 :
    最后更新时间 :
    \ No newline at end of file diff --git "a/categories/\347\275\221\347\253\231/index.html" "b/categories/\347\275\221\347\253\231/index.html" new file mode 100644 index 0000000..a7838f0 --- /dev/null +++ "b/categories/\347\275\221\347\253\231/index.html" @@ -0,0 +1,158 @@ +分类: 网站 | FANGG3's Blog + + + + + + + +
    分类 - 网站
    2023
    搭建hexo博客
    最新文章
    test
    test_git
    Hello World
    + + 分类 + +
    +
    网站资讯
    文章数目 :
    4
    本站访客数 :
    本站总访问量 :
    最后更新时间 :
    \ No newline at end of file diff --git a/index.html b/index.html index e6aed51..2bb0280 100644 --- a/index.html +++ b/index.html @@ -51,7 +51,7 @@ isHome: true, isHighlightShrink: false, isToc: false, - postUpdate: '2023-12-06 11:09:57' + postUpdate: '2023-12-06 11:18:55' }
    \ No newline at end of file diff --git a/tags/others/index.html b/tags/others/index.html index 23f2c02..a9f0a61 100644 --- a/tags/others/index.html +++ b/tags/others/index.html @@ -51,7 +51,7 @@ isHome: false, isHighlightShrink: false, isToc: false, - postUpdate: '2023-12-06 11:09:57' + postUpdate: '2023-12-06 11:18:55' }
    标签 - others
    2023
    test
    最新文章
    test
    test_git
    Hello World
    + })(window)
    标签 - others
    2023
    test
    最新文章
    test
    test_git
    Hello World
    分类
    标签
    网站资讯
    文章数目 :
    3
    本站访客数 :
    本站总访问量 :
    最后更新时间 :
    \ No newline at end of file +
  • 其他1
  • 网站1
  • +
    网站资讯
    文章数目 :
    4
    本站访客数 :
    本站总访问量 :
    最后更新时间 :
    \ No newline at end of file diff --git "a/tags/\346\220\255\345\273\272/index.html" "b/tags/\346\220\255\345\273\272/index.html" new file mode 100644 index 0000000..a50d4b4 --- /dev/null +++ "b/tags/\346\220\255\345\273\272/index.html" @@ -0,0 +1,158 @@ +标签: 搭建 | FANGG3's Blog + + + + + + + +
    标签 - 搭建
    2023
    搭建hexo博客
    最新文章
    test
    test_git
    Hello World
    + + 分类 + +
    +
    网站资讯
    文章数目 :
    4
    本站访客数 :
    本站总访问量 :
    最后更新时间 :
    \ No newline at end of file