File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- title : Scribble
1
+ title : 陈少秋个人主页
2
2
description : A jekyll theme. Because I scribble.
3
3
url : # Site url, without a slash at the end.
4
4
signoff : # Your name.
@@ -10,10 +10,10 @@ links:
10
10
- name : About
11
11
url : /about
12
12
- name : Blog
13
- url : http ://muan.co
13
+ url : https ://blog.csdn.net/qq_22854687
14
14
external : true
15
15
- name : GitHub
16
- url : http ://github.com/muan
16
+ url : https ://github.com/sqCrazy
17
17
external : true
18
18
highlighter : pygments
19
19
permalink : pretty
Original file line number Diff line number Diff line change 4
4
var disqus_shortname = "{{ site.disqus_shortname }}" ;
5
5
( function ( ) {
6
6
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' ;
8
8
( document . getElementsByTagName ( 'head' ) [ 0 ] || document . getElementsByTagName ( 'body' ) [ 0 ] ) . appendChild ( dsq ) ;
9
9
} ) ( ) ;
10
10
</ 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 >
12
12
</ div >
Original file line number Diff line number Diff line change 1
1
< 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 >
3
3
< br />
4
4
< br />
5
5
< img src ="{{ site.url }}/images/scribble2.png " alt ="scribble " />
Original file line number Diff line number Diff line change 6
6
7
7
( function ( ) {
8
8
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' ;
10
10
var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
11
11
} ) ( ) ;
12
12
//]]>
Original file line number Diff line number Diff line change 1
1
< 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 ' />
3
3
< link href ='{{ site.url }}/stylesheets/style.css ' rel ='stylesheet ' type ='text/css ' />
4
4
< link href ='{{ site.url }}/stylesheets/syntax.css ' rel ='stylesheet ' type ='text/css ' />
5
5
< link href ='{{ site.url }}/stylesheets/responsive.css ' rel ='stylesheet ' type ='text/css ' />
Original file line number Diff line number Diff line change 1
1
< 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 >
3
3
< p > {{ site.title }}</ p >
4
4
</ header >
You can’t perform that action at this time.
0 commit comments