From a47f3b4bc931836c826aefa3035a1ff5c7d1eefa Mon Sep 17 00:00:00 2001 From: mrlittlenew Date: Wed, 10 Jul 2019 21:57:28 +0800 Subject: [PATCH 01/12] Delete CNAME remove name --- CNAME | 1 - 1 file changed, 1 deletion(-) delete mode 100644 CNAME diff --git a/CNAME b/CNAME deleted file mode 100644 index 5316886e0f..0000000000 --- a/CNAME +++ /dev/null @@ -1 +0,0 @@ -www.mooooc.com \ No newline at end of file From d328ccfd66c24b4e63d4f5ea19c62f0c1ab009fc Mon Sep 17 00:00:00 2001 From: mrlittlenew Date: Wed, 10 Jul 2019 22:01:21 +0800 Subject: [PATCH 02/12] Update _config.yml update --- _config.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/_config.yml b/_config.yml index 9f83ae10b1..a1f56d7553 100644 --- a/_config.yml +++ b/_config.yml @@ -15,10 +15,9 @@ keywords: ityouknow,纯洁的微笑,Spring,Spring Boot,Spring Cloud,MongoDB,Jvm, encoding: "utf-8" favicon: favicon.ico -repository: ityouknow/ityouknow.github.io -github_url: https://github.com/ityouknow -url: http://www.ityouknow.com -enforce_ssl: ityouknow.com +repository: mrlittlenew/mrlittlenew.github.io +github_url: https://github.com/mrlittlenew +url: https://mrlittlenew.github.io ## Gem plugins: @@ -235,4 +234,4 @@ gitalk: clientID: 61bfc53d957e74e78f8f clientSecret: 31c61e66cdcc9ada8db2267ee779d0bdafac434c # 在使用其它评论组件时可点击显示 Disqus -lazy_load_disqus : true \ No newline at end of file +lazy_load_disqus : true From fc3faeb5e6f0d9cedfed7247ebbbd500998b11cb Mon Sep 17 00:00:00 2001 From: mrlittlenew Date: Wed, 10 Jul 2019 22:07:17 +0800 Subject: [PATCH 03/12] Update head.html --- _includes/head.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 98f521b5af..0ee9ac6858 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -14,31 +14,31 @@ - - - - - - + + + + + + - + {% for css in page.css %} - + {% endfor %} {% for css in layout.css %} - + {% endfor %} - - + + From b0fc012ef238f17c5bbccce6321faf89a94df389 Mon Sep 17 00:00:00 2001 From: mrlittlenew Date: Wed, 10 Jul 2019 22:07:53 +0800 Subject: [PATCH 04/12] Update footer.html --- _includes/footer.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index a2cccc6197..123c4cbb68 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -58,9 +58,9 @@ - + - + {% for javascript in page.javascript %} {% endfor %} From cfa87c97bd883dae0e2aca129e3f8b8bef868b18 Mon Sep 17 00:00:00 2001 From: mrlittlenew Date: Wed, 10 Jul 2019 23:46:08 +0800 Subject: [PATCH 05/12] Update _config.yml --- _config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index a1f56d7553..d590dc2ce5 100644 --- a/_config.yml +++ b/_config.yml @@ -219,19 +219,19 @@ comments_provider: gitalk # !!!Important!!! Please modify infos below to yours # https://disqus.com disqus: - username: ityouknow + username: mrlittlenew # https://imsun.net/posts/gitment-introduction/ gitment: - owner: ityouknow + owner: mrlittlenew repo: blog-comments oauth: - client_id: 61bfc53d957e74e78f8f - client_secret: 31c61e66cdcc9ada8db2267ee779d0bdafac434c + client_id: c3af05f956f15d976943 + client_secret: 8a60ae90c8c6c8d9fe68441191c862eb5988e06d # https://github.com/gitalk/gitalk#install gitalk: - owner: ityouknow + owner: mrlittlenew repo: blog-comments - clientID: 61bfc53d957e74e78f8f - clientSecret: 31c61e66cdcc9ada8db2267ee779d0bdafac434c + clientID: c3af05f956f15d976943 + clientSecret: 8a60ae90c8c6c8d9fe68441191c862eb5988e06d # 在使用其它评论组件时可点击显示 Disqus lazy_load_disqus : true From d462e3c182a2375b1688cc621eeaee5c694966c8 Mon Sep 17 00:00:00 2001 From: mrlittlenew Date: Thu, 11 Jul 2019 00:00:51 +0800 Subject: [PATCH 06/12] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index d590dc2ce5..dd24d4f683 100644 --- a/_config.yml +++ b/_config.yml @@ -230,7 +230,7 @@ gitment: # https://github.com/gitalk/gitalk#install gitalk: owner: mrlittlenew - repo: blog-comments + repo: mrlittlenew.github.io clientID: c3af05f956f15d976943 clientSecret: 8a60ae90c8c6c8d9fe68441191c862eb5988e06d # 在使用其它评论组件时可点击显示 Disqus From e6624dd5aa6b496f82969bce873d5ad853e38937 Mon Sep 17 00:00:00 2001 From: mrlittlenew Date: Thu, 11 Jul 2019 00:03:02 +0800 Subject: [PATCH 07/12] Update _config.yml --- _config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config.yml b/_config.yml index dd24d4f683..977ae27fea 100644 --- a/_config.yml +++ b/_config.yml @@ -223,7 +223,7 @@ disqus: # https://imsun.net/posts/gitment-introduction/ gitment: owner: mrlittlenew - repo: blog-comments + repo: mrlittlenew.github.io oauth: client_id: c3af05f956f15d976943 client_secret: 8a60ae90c8c6c8d9fe68441191c862eb5988e06d From 8801e642db4dc3add2e95ba97fe1718595500f67 Mon Sep 17 00:00:00 2001 From: mrlittlenew Date: Thu, 11 Jul 2019 00:18:59 +0800 Subject: [PATCH 08/12] Create 2019-07-11-post-test.md --- _posts/2019/2019-07-11-post-test.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _posts/2019/2019-07-11-post-test.md diff --git a/_posts/2019/2019-07-11-post-test.md b/_posts/2019/2019-07-11-post-test.md new file mode 100644 index 0000000000..68ab08bb51 --- /dev/null +++ b/_posts/2019/2019-07-11-post-test.md @@ -0,0 +1,9 @@ +--- +layout: post +title: 这是一个测试的Post +category: it +tags: [it] +excerpt: 直接编辑发布 +--- +# 没有什么可以说的 +1 但是还是可以说一下 From d7961429eaa4457e83b87da59aefb3c18d6540a1 Mon Sep 17 00:00:00 2001 From: mrlittlenew Date: Thu, 11 Jul 2019 00:21:57 +0800 Subject: [PATCH 09/12] Update 2019-07-11-post-test.md --- _posts/2019/2019-07-11-post-test.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2019/2019-07-11-post-test.md b/_posts/2019/2019-07-11-post-test.md index 68ab08bb51..a422ab048d 100644 --- a/_posts/2019/2019-07-11-post-test.md +++ b/_posts/2019/2019-07-11-post-test.md @@ -1,6 +1,7 @@ --- layout: post title: 这是一个测试的Post +no-post-nav: true category: it tags: [it] excerpt: 直接编辑发布 From 7b1ce1650fd8356bbc1a48a5f4783128d9b61bdb Mon Sep 17 00:00:00 2001 From: mrlittlenew Date: Thu, 4 Feb 2021 09:32:03 +0800 Subject: [PATCH 10/12] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000000..1eb09fc522 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +littlenew.fun From 96d24f46b02e46464fbf9b313239e4a370f8446b Mon Sep 17 00:00:00 2001 From: thxin Date: Thu, 4 Feb 2021 09:52:17 +0800 Subject: [PATCH 11/12] v1.0 --- _config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 977ae27fea..152d099eba 100644 --- a/_config.yml +++ b/_config.yml @@ -6,18 +6,18 @@ # 'jekyll serve'. If you change this file, please restart the server process. # Site settings -title: 纯洁的微笑 +title: 小新乐趣 subtitle: 分享技术,品味人生 -name: 纯洁的微笑 -email: ityouknow@126.com -description: 本站是纯洁的微笑的技术分享博客。内容涵盖生活故事、Java后端技术、Spring Boot、Spring Cloud、微服务架构、大数据演进、高可用架构、中间件使用、系统监控等相关的研究与知识分享。 -keywords: ityouknow,纯洁的微笑,Spring,Spring Boot,Spring Cloud,MongoDB,Jvm,Docker,生活故事,架构,大数据,一线,FastDFS,开发者,编程,代码,开源,IT网站,Developer,Programmer,Coder,Geek,IT技术博客,Java,Python, +name: mrlittlenew +email: mrlittlenew@hotmail.com +description: 本站是mrlittlenew的技术分享博客。 +keywords: Spring,Spring Boot,Spring Cloud,MongoDB,Jvm,Docker,生活故事,架构,大数据,一线,FastDFS,开发者,编程,代码,开源,IT网站,Developer,Programmer,Coder,Geek,IT技术博客,Java,Python, encoding: "utf-8" favicon: favicon.ico repository: mrlittlenew/mrlittlenew.github.io github_url: https://github.com/mrlittlenew -url: https://mrlittlenew.github.io +url: https://littlenew.fun ## Gem plugins: From f0014b2287f77d9f26868d094ce0ca569c9cec0d Mon Sep 17 00:00:00 2001 From: thxin Date: Thu, 4 Feb 2021 13:12:07 +0800 Subject: [PATCH 12/12] =?UTF-8?q?=E5=B8=B8=E7=94=A8=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _posts/2021/2021-02-04-url.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 _posts/2021/2021-02-04-url.md diff --git a/_posts/2021/2021-02-04-url.md b/_posts/2021/2021-02-04-url.md new file mode 100644 index 0000000000..a422ab048d --- /dev/null +++ b/_posts/2021/2021-02-04-url.md @@ -0,0 +1,10 @@ +--- +layout: post +title: 这是一个测试的Post +no-post-nav: true +category: it +tags: [it] +excerpt: 直接编辑发布 +--- +# 没有什么可以说的 +1 但是还是可以说一下