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

V1.0 #40

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

V1.0 #40

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
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
www.mooooc.com
littlenew.fun
37 changes: 18 additions & 19 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +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: 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://littlenew.fun

## Gem
plugins:
Expand Down Expand Up @@ -220,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
repo: blog-comments
owner: mrlittlenew
repo: mrlittlenew.github.io
oauth:
client_id: 61bfc53d957e74e78f8f
client_secret: 31c61e66cdcc9ada8db2267ee779d0bdafac434c
client_id: c3af05f956f15d976943
client_secret: 8a60ae90c8c6c8d9fe68441191c862eb5988e06d
# https://github.com/gitalk/gitalk#install
gitalk:
owner: ityouknow
repo: blog-comments
clientID: 61bfc53d957e74e78f8f
clientSecret: 31c61e66cdcc9ada8db2267ee779d0bdafac434c
owner: mrlittlenew
repo: mrlittlenew.github.io
clientID: c3af05f956f15d976943
clientSecret: 8a60ae90c8c6c8d9fe68441191c862eb5988e06d
# 在使用其它评论组件时可点击显示 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="/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="/assets/js/script.js"></script>
{% for javascript in page.javascript %}
<script src="/assets/js/{{javascript}}"></script>
{% endfor %}
Expand Down
22 changes: 11 additions & 11 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="/bower_components/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="/bower_components/octicons/octicons/octicons.css">
<link rel="stylesheet" href="/bower_components/hover/css/hover-min.css">
<link rel="stylesheet" href="/bower_components/primer-markdown/dist/user-content.min.css">
<link rel="stylesheet" href="/assets/css/syntax.css">
<link rel="stylesheet" href="/assets/css/gitalk.css">



<!-- My CSS -->
<link rel="stylesheet" href="http://www.itmind.net/assets/css/common.css">
<link rel="stylesheet" href="/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="/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="/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">

<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="/bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="/bower_components/bootstrap/dist/js/bootstrap.min.js"></script>

</head>
10 changes: 10 additions & 0 deletions _posts/2019/2019-07-11-post-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
title: 这是一个测试的Post
no-post-nav: true
category: it
tags: [it]
excerpt: 直接编辑发布
---
# 没有什么可以说的
1 但是还是可以说一下
10 changes: 10 additions & 0 deletions _posts/2021/2021-02-04-url.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
layout: post
title: 这是一个测试的Post
no-post-nav: true
category: it
tags: [it]
excerpt: 直接编辑发布
---
# 没有什么可以说的
1 但是还是可以说一下