From f25dd41edcc91b0effba839815071ab9a6d442d4 Mon Sep 17 00:00:00 2001 From: Grange <2634070476@qq.com> Date: Sat, 4 Nov 2023 14:47:13 +0800 Subject: [PATCH] Site updated: 2023-11-04 14:47:12 --- 2022/10/22/HelloWorld/index.html | 15 +- TODOList/index.html | 363 +++++++++++++++++++++++++++++++ about/index.html | 7 +- archives/2022/10/index.html | 5 + archives/2022/index.html | 5 + archives/index.html | 5 + categories/index.html | 5 + css/main.css | 2 +- index.html | 9 +- sitemap.txt | 5 +- sitemap.xml | 23 +- tags/index.html | 17 +- 12 files changed, 441 insertions(+), 20 deletions(-) create mode 100644 TODOList/index.html diff --git a/2022/10/22/HelloWorld/index.html b/2022/10/22/HelloWorld/index.html index 22781df..5379fab 100644 --- a/2022/10/22/HelloWorld/index.html +++ b/2022/10/22/HelloWorld/index.html @@ -20,15 +20,15 @@ var CONFIG = {"hostname":"grange007.github.io","root":"/","scheme":"Gemini","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}}; - + - + - + @@ -136,6 +136,11 @@

Grange's blog

归档 + + @@ -195,7 +200,7 @@

更新于 - + @@ -209,7 +214,7 @@

-

我的心灵家园

这里是Grange的博客网站。
始建于2022年10月22日,在2023年5月19日被翻修,正式投入使用。
在清华待了一年,生活中总是充满了知识的输入,但却一直缺少一个输出知识与记录感悟的平台。工科技术的枯燥无味、精神价值的丧失、原子化社会的微弱联结,都让我感觉自己的心灵家园日益枯竭。为了让这片小小园地不至于荒芜,我觉得我必须要写点什么了。
于是,就让这个博客诞生吧。我会在这里记录技术与生活、面包与玫瑰。希望能与各位有所分享,也算是为自己保留一片精神自留地。

+

我的心灵家园

这里是Grange的博客网站。
始建于2022年10月22日,在2023年5月19日被翻修,正式投入使用。

2023年5月20日凌晨

于清华园

diff --git a/TODOList/index.html b/TODOList/index.html new file mode 100644 index 0000000..26fb036 --- /dev/null +++ b/TODOList/index.html @@ -0,0 +1,363 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + TODOList | Grange's blog + + + + + + + + + + + + + +
+
+ +
+
+ + + + + +
+ + + + + + + + + +
+
+ + +
+ + 0% +
+ + +
+
+
+ + + + +
+ + + + + +
+
+ +

TODOList +

+ + + +
+ + + + +
+

整活计划

这里记录了我未来的整活计划

+
    +
  • glgg鬼畜视频
  • +
  • Jarvis物联网
  • +
+ +
+ + + +
+ + + + + + + +
+ + + + +
+ + + + + + + + +
+
+ +
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/about/index.html b/about/index.html index 46f8c64..5861c38 100644 --- a/about/index.html +++ b/about/index.html @@ -28,7 +28,7 @@ - + @@ -137,6 +137,11 @@

Grange's blog

归档 + + diff --git a/archives/2022/10/index.html b/archives/2022/10/index.html index 98275d9..a51fe45 100644 --- a/archives/2022/10/index.html +++ b/archives/2022/10/index.html @@ -134,6 +134,11 @@

Grange's blog

归档 + + diff --git a/archives/2022/index.html b/archives/2022/index.html index 947b153..e2e17f6 100644 --- a/archives/2022/index.html +++ b/archives/2022/index.html @@ -134,6 +134,11 @@

Grange's blog

归档 + + diff --git a/archives/index.html b/archives/index.html index 94b5ba6..db7d6f0 100644 --- a/archives/index.html +++ b/archives/index.html @@ -134,6 +134,11 @@

Grange's blog

归档 + + diff --git a/categories/index.html b/categories/index.html index 2f20e3c..6a44bac 100644 --- a/categories/index.html +++ b/categories/index.html @@ -137,6 +137,11 @@

Grange's blog

归档 + + diff --git a/css/main.css b/css/main.css index 95f4380..0a90c80 100644 --- a/css/main.css +++ b/css/main.css @@ -1168,7 +1168,7 @@ pre .javascript .function { } .links-of-author a::before, .links-of-author span.exturl::before { - background: #2a88ff; + background: #9da66a; border-radius: 50%; content: ' '; display: inline-block; diff --git a/index.html b/index.html index 80804d3..9aa2cdb 100644 --- a/index.html +++ b/index.html @@ -134,6 +134,11 @@

Grange's blog

归档 + + @@ -193,7 +198,7 @@

- + @@ -207,7 +212,7 @@

-

我的心灵家园

这里是Grange的博客网站。
始建于2022年10月22日,在2023年5月19日被翻修,正式投入使用。
在清华待了一年,生活中总是充满了知识的输入,但却一直缺少一个输出知识与记录感悟的平台。工科技术的枯燥无味、精神价值的丧失、原子化社会的微弱联结,都让我感觉自己的心灵家园日益枯竭。为了让这片小小园地不至于荒芜,我觉得我必须要写点什么了。
于是,就让这个博客诞生吧。我会在这里记录技术与生活、面包与玫瑰。希望能与各位有所分享,也算是为自己保留一片精神自留地。

+

我的心灵家园

这里是Grange的博客网站。
始建于2022年10月22日,在2023年5月19日被翻修,正式投入使用。

2023年5月20日凌晨

于清华园

diff --git a/sitemap.txt b/sitemap.txt index f263c7f..5ecbc9e 100644 --- a/sitemap.txt +++ b/sitemap.txt @@ -1,5 +1,6 @@ +https://grange007.github.io/2022/10/22/HelloWorld/ +https://grange007.github.io/TODOList/index.html https://grange007.github.io/tags/index.html -https://grange007.github.io/categories/index.html https://grange007.github.io/about/index.html -https://grange007.github.io/2022/10/22/HelloWorld/ +https://grange007.github.io/categories/index.html https://grange007.github.io/ diff --git a/sitemap.xml b/sitemap.xml index 0892659..0c263c3 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,7 +2,16 @@ - https://grange007.github.io/tags/index.html + https://grange007.github.io/2022/10/22/HelloWorld/ + + 2023-11-04 + + monthly + 0.6 + + + + https://grange007.github.io/TODOList/index.html 2023-06-19 @@ -11,9 +20,9 @@ - https://grange007.github.io/categories/index.html + https://grange007.github.io/tags/index.html - 2023-05-22 + 2023-06-19 monthly 0.6 @@ -22,16 +31,16 @@ https://grange007.github.io/about/index.html - 2023-05-20 + 2023-06-19 monthly 0.6 - https://grange007.github.io/2022/10/22/HelloWorld/ + https://grange007.github.io/categories/index.html - 2023-05-19 + 2023-05-22 monthly 0.6 @@ -40,7 +49,7 @@ https://grange007.github.io/ - 2023-06-19 + 2023-11-04 daily 1.0 diff --git a/tags/index.html b/tags/index.html index adcc51e..8e4b129 100644 --- a/tags/index.html +++ b/tags/index.html @@ -28,7 +28,7 @@ - + @@ -137,6 +137,11 @@

Grange's blog

归档 + + @@ -184,7 +189,15 @@

tags
- +
+
+ 暂无标签 +
+
+ +
+
+