mirror of
https://github.com/wahyd4/hexo-phase-junv.git
synced 2026-08-09 04:55:53 +10:00
add local js file
This commit is contained in:
+3
-5
@@ -8,14 +8,12 @@ menu:
|
||||
addthis:
|
||||
enable: true
|
||||
pubid:
|
||||
facebook: true
|
||||
twitter: true
|
||||
facebook: false
|
||||
twitter: false
|
||||
google: true
|
||||
pinterest: true
|
||||
|
||||
facebook: junvzhao
|
||||
google_plus:
|
||||
twitter:
|
||||
|
||||
github: wahyd4
|
||||
|
||||
fancybox: true
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
<script src="<%- config.root %>js/jquery.imagesloaded.min.js"></script>
|
||||
<script src="<%- config.root %>js/gallery.js"></script>
|
||||
|
||||
<% if (config.disqus_shortname){ %>
|
||||
<script type="text/javascript">
|
||||
@@ -15,14 +14,4 @@ var disqus_shortname = '<%= config.disqus_shortname %>';
|
||||
</script>
|
||||
<% } %>
|
||||
|
||||
<% if (theme.fancybox){ %>
|
||||
<link rel="stylesheet" href="<%- config.root %>fancybox/jquery.fancybox.css" media="screen" type="text/css">
|
||||
<script src="<%- config.root %>fancybox/jquery.fancybox.pack.js"></script>
|
||||
<script type="text/javascript">
|
||||
(function($){
|
||||
$('.fancybox').fancybox();
|
||||
})(jQuery);
|
||||
</script>
|
||||
<% } %>
|
||||
|
||||
<%- partial('phasebeam') %>
|
||||
<%- partial('phasebeam') %>
|
||||
|
||||
@@ -31,6 +31,6 @@
|
||||
<link rel="alternate" href="<% if (theme.rss){ %><%- theme.rss %><% } else { %><%- config.root %>atom.xml<% } %>" title="<%= config.title %>" type="application/atom+xml">
|
||||
<link rel="stylesheet" href="<%- config.root %>css/style.css" media="screen" type="text/css">
|
||||
<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js"></script>
|
||||
<script src="<%- config.root%>js/jquery-1.11.1.min.js"></script>
|
||||
<%- partial('google_analytics') %>
|
||||
</head>
|
||||
</head>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
padding 0
|
||||
|
||||
body
|
||||
background url('/css/images/purty_wood.png')
|
||||
background #3e4349
|
||||
font 300 15px font-main
|
||||
text-shadow 0 0 1px transparent
|
||||
|
||||
@@ -39,4 +39,4 @@ strong
|
||||
margin 0 auto
|
||||
position relative
|
||||
width 1000px
|
||||
z-index 0
|
||||
z-index 0
|
||||
|
||||
@@ -108,9 +108,9 @@ article
|
||||
border-top 1px solid lighten(color-border, 10%)
|
||||
border-bottom 1px solid lighten(color-border, 10%)
|
||||
color #666
|
||||
font-style italic
|
||||
font-style bold
|
||||
font-size 1.2em
|
||||
font-family font-serif
|
||||
font-family "Hei"
|
||||
padding 10px 25px 25px
|
||||
position relative
|
||||
text-align center
|
||||
@@ -314,4 +314,4 @@ article
|
||||
left 0
|
||||
width 100%
|
||||
height 60px
|
||||
background linear-gradient(top, #ddd, #fff)
|
||||
background linear-gradient(top, #ddd, #fff)
|
||||
|
||||
Vendored
+4
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user