Skip to content

Commit 3978d03

Browse files
committed
提交
1
1 parent 1414e23 commit 3978d03

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

_config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Scribble
1+
title: 陈少秋个人主页
22
description: A jekyll theme. Because I scribble.
33
url: # Site url, without a slash at the end.
44
signoff: # Your name.
@@ -10,10 +10,10 @@ links:
1010
- name: About
1111
url: /about
1212
- name: Blog
13-
url: http://muan.co
13+
url: https://blog.csdn.net/qq_22854687
1414
external: true
1515
- name: GitHub
16-
url: http://github.com/muan
16+
url: https://github.com/sqCrazy
1717
external: true
1818
highlighter: pygments
1919
permalink: pretty

_includes/disqus.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
var disqus_shortname = "{{ site.disqus_shortname }}";
55
(function() {
66
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
7-
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
7+
dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js';
88
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
99
})();
1010
</script>
11-
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
11+
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
1212
</div>

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<footer>
2-
<a href="http://github.com/muan/scribble" class="muted">built with Jekyll using Scribble theme</a>
2+
<a href="https://github.com/sqCrazy" class="muted">built with Jekyll using Scribble theme</a>
33
<br />
44
<br />
55
<img src="{{ site.url }}/images/scribble2.png" alt="scribble" />

_includes/ga.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
(function() {
88
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
9-
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
9+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js';
1010
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
1111
})();
1212
//]]>

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<link href='{{ site.url }}/images/fav.png' rel='shortcut icon'>
2-
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />
2+
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css' />
33
<link href='{{ site.url }}/stylesheets/style.css' rel='stylesheet' type='text/css' />
44
<link href='{{ site.url }}/stylesheets/syntax.css' rel='stylesheet' type='text/css' />
55
<link href='{{ site.url }}/stylesheets/responsive.css' rel='stylesheet' type='text/css' />

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<header>
2-
<a id="go-back-home" href="{{ site.url }}"><img src="{{ site.url }}/images/scribble.png" alt="scribble" width="53" height="59"></a>
2+
<a id="go-back-home" href="{{ site.url }}"><img src="{{ site.url }}/images/headImage.jpg" alt="headImage" width="53" height="59"></a>
33
<p>{{ site.title }}</p>
44
</header>

images/headImage.jpg

59.7 KB
Loading

0 commit comments

Comments
 (0)