-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #198 from valor-x/dev
Dev
- Loading branch information
Showing
16 changed files
with
74 additions
and
80 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "hexo-theme-solitude", | ||
"version": "1.7.2", | ||
"description": "A beautiful, powerful, and efficient Hexo theme developed by the wleelw", | ||
"version": "1.7.3", | ||
"description": "A beautiful, powerful, and efficient Hexo theme developed by the efu.", | ||
"main": "package.json", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
|
@@ -26,7 +26,7 @@ | |
"url": "https://github.com/valor-x/hexo-theme-solitude/issues", | ||
"email": "[email protected]" | ||
}, | ||
"homepage": "https://solitude-demo.efu.me/", | ||
"homepage": "https://efu.me/", | ||
"author": "Hexo-Theme-Solitude<[email protected]>", | ||
"license": "MIT" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,12 @@ | ||
hexo.on('ready', () => { | ||
const {version} = require('../../package.json') | ||
hexo.log.info(` | ||
=================================================================== | ||
##### #### # ##### ###### # # ###### ###### | ||
# # # # # # # # # # # | ||
##### # # # # # # # # # ###### | ||
# # # # # # # # # # # | ||
###### #### ##### ##### # ### ###### ###### | ||
${version} | ||
=================================================================== | ||
GitHub: https://github.com/valor-x/hexo-theme-solitude | ||
╭─────────────────────────────────────────────────────────────────────────────────────────────╮ | ||
│ │ | ||
│ Theme: Solitude │ | ||
│ Version: v${version} │ | ||
│ Changelog: https://github.com/valor-x/hexo-theme-solitude/releases/tag/v${version} │ | ||
│ │ | ||
╰─────────────────────────────────────────────────────────────────────────────────────────────╯ | ||
`) | ||
}) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#$about-page | ||
#about-page | ||
display flex | ||
padding-top 1rem | ||
flex-direction column | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
div#banners | ||
display none | ||
+minWidth1200() | ||
+minWidth1201() | ||
display flex | ||
width 100% | ||
height 100% | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters