diff --git a/README.md b/README.md index 556b435..7184e82 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # hexo-theme-butterfly -[![GitHub version](https://badge.fury.io/gh/jerryc127%2Fhexo-theme-butterfly.svg)](https://badge.fury.io/gh/jerryc127%2Fhexo-theme-butterfly) -[![npm version](https://badge.fury.io/js/hexo-theme-butterfly.svg)](https://badge.fury.io/js/hexo-theme-butterfly) +![version](https://img.shields.io/github/package-json/v/jerryc127/hexo-theme-butterfly) +![https://img.shields.io/npm/v/hexo-theme-butterfly?color=%09%23bf00ff](https://img.shields.io/npm/v/hexo-theme-butterfly?color=%09%23bf00ff) ![hexo version](https://img.shields.io/badge/hexo-4.0+-0e83c) -![npm download](https://img.shields.io/npm/dw/hexo-theme-butterfly) -node.js -![license](https://img.shields.io/github/license/jerryc127/hexo-theme-butterfly) +![npm download](https://img.shields.io/npm/dw/hexo-theme-butterfly?color=green) +![nodejs version](https://img.shields.io/badge/node.js-8.0+-yellow) +![license](https://img.shields.io/github/license/jerryc127/hexo-theme-butterfly?color=FF5531) Demo: 👍 [Butterfly](https://demo.jerryc.me/) || 🤞 [JerryC](https://jerryc.me/) -Docs: [Butterfly Docs](https://demo.jerryc.me/posts/21cfbf15/) + +Docs: 📖 [Butterfly Docs](https://demo.jerryc.me/posts/21cfbf15/) Based on [hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody) theme. diff --git a/README_CN.md b/README_CN.md index fc90a1a..6d5955a 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,14 +1,16 @@ # hexo-theme-butterfly -[![GitHub version](https://badge.fury.io/gh/jerryc127%2Fhexo-theme-butterfly.svg)](https://badge.fury.io/gh/jerryc127%2Fhexo-theme-butterfly) -[![npm version](https://badge.fury.io/js/hexo-theme-butterfly.svg)](https://badge.fury.io/js/hexo-theme-butterfly) +![version](https://img.shields.io/github/package-json/v/jerryc127/hexo-theme-butterfly) +![https://img.shields.io/npm/v/hexo-theme-butterfly?color=%09%23bf00ff](https://img.shields.io/npm/v/hexo-theme-butterfly?color=%09%23bf00ff) ![hexo version](https://img.shields.io/badge/hexo-4.0+-0e83c) -![npm download](https://img.shields.io/npm/dw/hexo-theme-butterfly) -node.js -![license](https://img.shields.io/github/license/jerryc127/hexo-theme-butterfly) +![npm download](https://img.shields.io/npm/dw/hexo-theme-butterfly?color=green) +![nodejs version](https://img.shields.io/badge/node.js-8.0+-yellow) +![license](https://img.shields.io/github/license/jerryc127/hexo-theme-butterfly?color=FF5531) -預覽: 👍 [Butterfly](https://demo.jerryc.me/) || 🤞 [JerryC](https://jerryc.me/) -文檔: [Butterfly Docs](https://demo.jerryc.me/posts/21cfbf15/) + +預覽: 👍 [Butterfly](https://demo.jerryc.me/) || 🤞 [JerryC](https://jerryc.me/) + +文檔: 📖 [Butterfly Docs](https://demo.jerryc.me/posts/21cfbf15/) 一款基於[hexo-theme-melody](https://github.com/Molunerfinn/hexo-theme-melody)修改的主題 diff --git a/layout/includes/footer.pug b/layout/includes/footer.pug index 1016589..405c90c 100644 --- a/layout/includes/footer.pug +++ b/layout/includes/footer.pug @@ -9,12 +9,10 @@ if theme.footer.copyright .framework-info span= _p('footer.framework') + ' ' - a(href='https://hexo.io') - span Hexo + a(href='https://hexo.io')= 'Hexo' span.footer-separator | span= _p('footer.theme') + ' ' - a(href='https://github.com/jerryc127/hexo-theme-butterfly') - span Butterfly + a(href='https://github.com/jerryc127/hexo-theme-butterfly')= 'Butterfly' if theme.footer.custom_text .footer_custom_text!=`${theme.footer.custom_text}` if theme.footer.ICP.enable diff --git a/package.json b/package.json index 4d3f88b..baa77f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-butterfly", - "version": "3.0.0-rc1", + "version": "3.0.0-rc2", "description": "A Simple and Card UI Design theme for Hexo", "main": "package.json", "scripts": { @@ -11,7 +11,8 @@ "theme", "butterfly", "Card UI Design", - "Jerry" + "Jerry", + "hexo-theme-butterfly" ], "repository": { "type" : "git", diff --git a/source/css/_layout/footer.styl b/source/css/_layout/footer.styl index f6c5a7f..ee2e343 100644 --- a/source/css/_layout/footer.styl +++ b/source/css/_layout/footer.styl @@ -21,10 +21,8 @@ a color: var(--light-grey) - cursor: pointer &:hover - color: $theme-color text-decoration: underline .footer-separator