go go go more speed for my hexo blog !
parent
aef83b5622
commit
bd70cb57a6
|
@ -41,6 +41,7 @@ links:
|
||||||
Hexo: http://hexo.io
|
Hexo: http://hexo.io
|
||||||
|
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
|
google_site_verification:
|
||||||
google_analytics:
|
google_analytics:
|
||||||
favicon: favicon.png
|
favicon: favicon.png
|
||||||
twitter:
|
twitter:
|
||||||
|
|
|
@ -0,0 +1,30 @@
|
||||||
|
#By SrWoOoW
|
||||||
|
index:
|
||||||
|
home: 'Inicio'
|
||||||
|
search: 'Buscar'
|
||||||
|
archive: 'Archivo'
|
||||||
|
category: 'Categoria'
|
||||||
|
uncategorized: 'Sin categoría'
|
||||||
|
tag: 'Etiqueta'
|
||||||
|
nav:
|
||||||
|
next: 'Siguiente '
|
||||||
|
prev: 'Anterior'
|
||||||
|
older: 'Más viejo'
|
||||||
|
newer: 'Más nuevo'
|
||||||
|
widget:
|
||||||
|
recents: 'Recientes'
|
||||||
|
archives: 'Archivos'
|
||||||
|
categories: 'Categorias'
|
||||||
|
links: 'Links'
|
||||||
|
tags: 'Etiquetas'
|
||||||
|
tag_cloud: 'Nube de etiquetas'
|
||||||
|
article:
|
||||||
|
comments: 'Comentarios'
|
||||||
|
share: 'Compartir'
|
||||||
|
catalogue: 'Catálogo'
|
||||||
|
profile:
|
||||||
|
follow: 'SEGUIR'
|
||||||
|
post: 'Entrada'
|
||||||
|
tag: 'Etiqueta'
|
||||||
|
posts: 'Entradas'
|
||||||
|
tags: 'Etiquetas'
|
|
@ -24,7 +24,7 @@
|
||||||
</script>
|
</script>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
<script src="//ajax.useso.com/ajax/libs/jquery/2.0.3/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
|
||||||
|
|
||||||
<% if (theme.fancybox){ %>
|
<% if (theme.fancybox){ %>
|
||||||
<%- css('fancybox/jquery.fancybox') %>
|
<%- css('fancybox/jquery.fancybox') %>
|
||||||
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
<% if (theme.google_site_verification){ %>
|
||||||
|
<meta name="google-site-verification" content="<%= theme.google_site_verification %>" />
|
||||||
|
<!-- By SrWoOoW -->
|
||||||
|
<% } %>
|
|
@ -28,8 +28,8 @@
|
||||||
<% if (theme.favicon){ %>
|
<% if (theme.favicon){ %>
|
||||||
<link rel="icon" href="<%- theme.favicon %>">
|
<link rel="icon" href="<%- theme.favicon %>">
|
||||||
<% } %>
|
<% } %>
|
||||||
<link href='//fonts.useso.com/css?family=Open+Sans:400italic,400,600' rel='stylesheet' type='text/css'>
|
<link href='https://fonts.googleapis.com/css?family=Source+Code+Pro' rel='stylesheet' type='text/css'>
|
||||||
<link href="//fonts.useso.com/css?family=Source+Code+Pro" rel="stylesheet" type="text/css">
|
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,600' rel='stylesheet' type='text/css'>
|
||||||
<%- css('css/style') %>
|
<%- css('css/style') %>
|
||||||
<%- css('font-awesome/css/font-awesome.min') %>
|
<%- css('font-awesome/css/font-awesome.min') %>
|
||||||
<%- partial('google-analytics') %>
|
<%- partial('google-analytics') %>
|
||||||
|
|
Loading…
Reference in New Issue