From bd70cb57a6d8ad4f9c3c40a201db487f7ccbc1d9 Mon Sep 17 00:00:00 2001 From: Sr WoOoW Date: Wed, 2 Sep 2015 20:30:31 +0200 Subject: [PATCH] go go go more speed for my hexo blog ! --- _config.yml.example | 1 + languages/es.yml | 30 ++++++++++++++++++++ layout/_partial/after-footer.ejs | 2 +- layout/_partial/google_site_verification.ejs | 4 +++ layout/_partial/head.ejs | 4 +-- 5 files changed, 38 insertions(+), 3 deletions(-) create mode 100644 languages/es.yml create mode 100644 layout/_partial/google_site_verification.ejs diff --git a/_config.yml.example b/_config.yml.example index 386f892..ce8985c 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -41,6 +41,7 @@ links: Hexo: http://hexo.io # Miscellaneous +google_site_verification: google_analytics: favicon: favicon.png twitter: diff --git a/languages/es.yml b/languages/es.yml new file mode 100644 index 0000000..964f169 --- /dev/null +++ b/languages/es.yml @@ -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' diff --git a/layout/_partial/after-footer.ejs b/layout/_partial/after-footer.ejs index 8cafae8..4b8a5ab 100644 --- a/layout/_partial/after-footer.ejs +++ b/layout/_partial/after-footer.ejs @@ -24,7 +24,7 @@ <% } %> - + <% if (theme.fancybox){ %> <%- css('fancybox/jquery.fancybox') %> diff --git a/layout/_partial/google_site_verification.ejs b/layout/_partial/google_site_verification.ejs new file mode 100644 index 0000000..ef41626 --- /dev/null +++ b/layout/_partial/google_site_verification.ejs @@ -0,0 +1,4 @@ +<% if (theme.google_site_verification){ %> + + +<% } %> diff --git a/layout/_partial/head.ejs b/layout/_partial/head.ejs index 10f4ce8..c90bcea 100644 --- a/layout/_partial/head.ejs +++ b/layout/_partial/head.ejs @@ -28,8 +28,8 @@ <% if (theme.favicon){ %> <% } %> - - + + <%- css('css/style') %> <%- css('font-awesome/css/font-awesome.min') %> <%- partial('google-analytics') %>