From 79189c966b448485249ee042cdb10ad73b910e89 Mon Sep 17 00:00:00 2001
From: lixinll <540209949@qq.com>
Date: Tue, 25 Jun 2019 16:23:46 +0800
Subject: [PATCH 1/9] Update _config.yml
---
_config.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/_config.yml b/_config.yml
index 4c53f77263..4ee86ca204 100644
--- a/_config.yml
+++ b/_config.yml
@@ -6,8 +6,8 @@
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
-title: 纯洁的微笑
-subtitle: 分享技术,品味人生
+title: 李鑫
+subtitle: 努力奋斗,享受人生
name: 纯洁的微笑
email: ityouknow@126.com
description: 本站是纯洁的微笑的技术分享博客。内容涵盖生活故事、Java后端技术、Spring Boot、Spring Cloud、微服务架构、大数据演进、高可用架构、中间件使用、系统监控等相关的研究与知识分享。
@@ -235,4 +235,4 @@ gitalk:
clientID: 61bfc53d957e74e78f8f
clientSecret: 31c61e66cdcc9ada8db2267ee779d0bdafac434c
# 在使用其它评论组件时可点击显示 Disqus
-lazy_load_disqus : true
\ No newline at end of file
+lazy_load_disqus : true
From 14e01abf21902113d434feadfe6d21fa9bfff845 Mon Sep 17 00:00:00 2001
From: lixinll <540209949@qq.com>
Date: Tue, 25 Jun 2019 16:29:24 +0800
Subject: [PATCH 2/9] Update _config.yml
---
_config.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/_config.yml b/_config.yml
index 4ee86ca204..6d965fb351 100644
--- a/_config.yml
+++ b/_config.yml
@@ -15,9 +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
+repository: lixinll/lx.github.io
+github_url: https://github.com/lx
+url: https://lx.github.io
enforce_ssl: ityouknow.com
## Gem
From 4637ea02667f420c28ce39cac824d111b7aabc5d Mon Sep 17 00:00:00 2001
From: lixinll <540209949@qq.com>
Date: Tue, 25 Jun 2019 16:35:25 +0800
Subject: [PATCH 3/9] Update _config.yml
---
_config.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/_config.yml b/_config.yml
index 6d965fb351..63baf27eab 100644
--- a/_config.yml
+++ b/_config.yml
@@ -8,16 +8,16 @@
# Site settings
title: 李鑫
subtitle: 努力奋斗,享受人生
-name: 纯洁的微笑
+name: 李鑫
email: ityouknow@126.com
-description: 本站是纯洁的微笑的技术分享博客。内容涵盖生活故事、Java后端技术、Spring Boot、Spring Cloud、微服务架构、大数据演进、高可用架构、中间件使用、系统监控等相关的研究与知识分享。
+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,
encoding: "utf-8"
favicon: favicon.ico
-repository: lixinll/lx.github.io
-github_url: https://github.com/lx
-url: https://lx.github.io
+repository: lixinll/lixinll.github.io
+github_url: https://github.com/lixinll
+url: https://lixinll.github.io
enforce_ssl: ityouknow.com
## Gem
From e8b34e43d8f6c90dfdefdc9ce9a113efa1e7d96c Mon Sep 17 00:00:00 2001
From: lixinll <540209949@qq.com>
Date: Tue, 25 Jun 2019 17:05:13 +0800
Subject: [PATCH 4/9] Update _config.yml
---
_config.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/_config.yml b/_config.yml
index 63baf27eab..d585db0645 100644
--- a/_config.yml
+++ b/_config.yml
@@ -16,8 +16,8 @@ encoding: "utf-8"
favicon: favicon.ico
repository: lixinll/lixinll.github.io
-github_url: https://github.com/lixinll
-url: https://lixinll.github.io
+github_url: http://github.com/lixinll
+url: http://lixinll.github.io
enforce_ssl: ityouknow.com
## Gem
From 1f39909bec4994d85dbb55a634304d7c18ab11ee Mon Sep 17 00:00:00 2001
From: lixinll <540209949@qq.com>
Date: Tue, 25 Jun 2019 17:17:35 +0800
Subject: [PATCH 5/9] 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..2655c16f67 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -58,9 +58,9 @@
-
+
-
+
{% for javascript in page.javascript %}
{% endfor %}
From eca1baa466b7cfa3beffdfaf1336175dc1159382 Mon Sep 17 00:00:00 2001
From: lixinll <540209949@qq.com>
Date: Tue, 25 Jun 2019 17:19:37 +0800
Subject: [PATCH 6/9] Update head.html
---
_includes/head.html | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/_includes/head.html b/_includes/head.html
index 98f521b5af..78af82376f 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 5c3371e12ca391896feff574109988ef3cfb9e2e Mon Sep 17 00:00:00 2001
From: lixinll <540209949@qq.com>
Date: Tue, 25 Jun 2019 17:31:21 +0800
Subject: [PATCH 7/9] 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 2655c16f67..468d734096 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -58,9 +58,9 @@
-
+
-
+
{% for javascript in page.javascript %}
{% endfor %}
From ee19d0ae82dae9b19010a8dbed5e5df3129e0f09 Mon Sep 17 00:00:00 2001
From: lixinll <540209949@qq.com>
Date: Tue, 25 Jun 2019 17:32:19 +0800
Subject: [PATCH 8/9] Update head.html
---
_includes/head.html | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/_includes/head.html b/_includes/head.html
index 78af82376f..2ff560e5d2 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 f1c34083cf3a0e72d1497e405ae0fddd96362cc2 Mon Sep 17 00:00:00 2001
From: lixinll <540209949@qq.com>
Date: Tue, 25 Jun 2019 17:47:58 +0800
Subject: [PATCH 9/9] Delete CNAME
---
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