🔖 升級到3.0.0-rc2 close #287,close #277,close #270,close #267,close #252,close #234,close #216

This commit is contained in:
Jerry 2020-08-01 14:39:25 +08:00
parent 507453671a
commit a7c3a8906a
5 changed files with 21 additions and 21 deletions

View File

@ -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)
<a href="https://nodejs.org/"><img alt="node.js" src="https://img.shields.io/badge/node.js-8.0+-blur"/></a>
![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.

View File

@ -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)
<a href="https://nodejs.org/"><img alt="node.js" src="https://img.shields.io/badge/node.js-8.0+-blur"/></a>
![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)修改的主題

View File

@ -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

View File

@ -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",

View File

@ -21,10 +21,8 @@
a
color: var(--light-grey)
cursor: pointer
&:hover
color: $theme-color
text-decoration: underline
.footer-separator