mirror of
https://github.com/jerryc127/hexo-theme-butterfly.git
synced 2025-09-15 12:58:48 +08:00
🔖 升級到3.0.0-rc2 close #287,close #277,close #270,close #267,close #252,close #234,close #216
This commit is contained in:
parent
507453671a
commit
a7c3a8906a
13
README.md
13
README.md
@ -1,14 +1,15 @@
|
||||
# hexo-theme-butterfly
|
||||
|
||||
[](https://badge.fury.io/gh/jerryc127%2Fhexo-theme-butterfly)
|
||||
[](https://badge.fury.io/js/hexo-theme-butterfly)
|
||||

|
||||

|
||||

|
||||

|
||||
<a href="https://nodejs.org/"><img alt="node.js" src="https://img.shields.io/badge/node.js-8.0+-blur"/></a>
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
||||
16
README_CN.md
16
README_CN.md
@ -1,14 +1,16 @@
|
||||
# hexo-theme-butterfly
|
||||
|
||||
[](https://badge.fury.io/gh/jerryc127%2Fhexo-theme-butterfly)
|
||||
[](https://badge.fury.io/js/hexo-theme-butterfly)
|
||||

|
||||

|
||||

|
||||

|
||||
<a href="https://nodejs.org/"><img alt="node.js" src="https://img.shields.io/badge/node.js-8.0+-blur"/></a>
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
預覽: 👍 [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)修改的主題
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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",
|
||||
|
||||
@ -21,10 +21,8 @@
|
||||
|
||||
a
|
||||
color: var(--light-grey)
|
||||
cursor: pointer
|
||||
|
||||
&:hover
|
||||
color: $theme-color
|
||||
text-decoration: underline
|
||||
|
||||
.footer-separator
|
||||
|
||||
Loading…
Reference in New Issue
Block a user