Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dsa #24

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open

dsa #24

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion CNAME

This file was deleted.

16 changes: 8 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
# 'jekyll serve'. If you change this file, please restart the server process.

# Site settings
title: 纯洁的微笑
subtitle: 分享技术,品味人生
name: 纯洁的微笑
title: 李鑫
subtitle: 努力奋斗,享受人生
name: 李鑫
email: [email protected]
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: ityouknow/ityouknow.github.io
github_url: https://github.com/ityouknow
url: http://www.ityouknow.com
repository: lixinll/lixinll.github.io
github_url: http://github.com/lixinll
url: http://lixinll.github.io
enforce_ssl: ityouknow.com

## Gem
Expand Down Expand Up @@ -235,4 +235,4 @@ gitalk:
clientID: 61bfc53d957e74e78f8f
clientSecret: 31c61e66cdcc9ada8db2267ee779d0bdafac434c
# 在使用其它评论组件时可点击显示 Disqus
lazy_load_disqus : true
lazy_load_disqus : true
4 changes: 2 additions & 2 deletions _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@
</div>
</div>
<!-- Third-Party JS -->
<script type="text/javascript" src="http://www.itmind.net/bower_components/geopattern/js/geopattern.min.js"></script>
<script type="text/javascript" src="https://github.com/lixinll/lixinll/blob/master/bower_components/geopattern/js/geopattern.min.js"></script>
<!-- My JS -->
<script type="text/javascript" src="http://www.itmind.net/assets/js/script.js"></script>
<script type="text/javascript" src="https://github.com/lixinll/lixinll/blob/master/assets/js/script.js"></script>
{% for javascript in page.javascript %}
<script src="/assets/js/{{javascript}}"></script>
{% endfor %}
Expand Down
24 changes: 12 additions & 12 deletions _includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">

<!-- Third-Party CSS -->
<link rel="stylesheet" href="http://www.itmind.net/bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="http://www.itmind.net/bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="http://www.itmind.net/bower_components/hover/css/hover-min.css">
<link rel="stylesheet" href="http://www.itmind.net/bower_components/primer-markdown/dist/user-content.min.css">
<link rel="stylesheet" href="http://www.itmind.net/assets/css/syntax.css">
<link rel="stylesheet" href="http://www.itmind.net/assets/css/gitalk.css">
<link rel="stylesheet" href="https://github.com/lixinll/lixinll/blob/master/bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://github.com/lixinll/lixinll/blob/master/bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="https://github.com/lixinll/lixinll/blob/master/bower_components/hover/css/hover-min.css">
<link rel="stylesheet" href="https://github.com/lixinll/lixinll/blob/master/bower_components/primer-markdown/dist/user-content.min.css">
<link rel="stylesheet" href="https://github.com/lixinll/lixinll/blob/master/assets/css/syntax.css">
<link rel="stylesheet" href="https://github.com/lixinll/lixinll/blob/master/assets/css/gitalk.css">



<!-- My CSS -->
<link rel="stylesheet" href="http://www.itmind.net/assets/css/common.css">
<link rel="stylesheet" href="https://github.com/lixinll/lixinll/blob/master/assets/css/common.css">

<!-- CSS set in page -->
{% for css in page.css %}
<link rel="stylesheet" href="http://www.itmind.net/assets/css/{{css}}">
<link rel="stylesheet" href="https://github.com/lixinll/lixinll/blob/master/assets/css/{{css}}">
{% endfor %}

<!-- CSS set in layout -->
{% for css in layout.css %}
<link rel="stylesheet" href="http://www.itmind.net/assets/css/{{css}}">
<link rel="stylesheet" href="https://github.com/lixinll/lixinll/blob/master/assets/css/{{css}}">
{% endfor %}

<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://github.com/lixinll/lixinll/blob/master/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">

<script type="text/javascript" src="http://www.itmind.net/bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="http://www.itmind.net/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>
<script type="text/javascript" src="https://github.com/lixinll/lixinll/blob/master/bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="https://github.com/lixinll/lixinll/blob/master/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>

</head>