add local js file

This commit is contained in:
2014-05-23 11:04:03 +08:00
parent d113f99aee
commit 64eb2a3388
6 changed files with 15 additions and 24 deletions
+3 -5
View File
@@ -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 -12
View File
@@ -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') %>
+2 -2
View File
@@ -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>
+2 -2
View File
@@ -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
+3 -3
View File
@@ -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)
File diff suppressed because one or more lines are too long