chore(*): update theme config and packages

pull/701/head
ppoffice 2020-01-15 12:59:52 -05:00
parent 4e5ad09bab
commit 6309857753
2 changed files with 28 additions and 24 deletions

View File

@ -2,6 +2,10 @@
version: 2.6.0 version: 2.6.0
# Path or URL to the website's icon # Path or URL to the website's icon
favicon: /images/favicon.svg favicon: /images/favicon.svg
# Additional HTML meta tags in an array.
meta:
# canonical_url of your site
canonical_url:
# Path or URL to RSS atom.xml # Path or URL to RSS atom.xml
rss: rss:
# Path or URL to the website's logo to be shown on the left of the navigation bar or footer # Path or URL to the website's logo to be shown on the left of the navigation bar or footer
@ -32,7 +36,7 @@ navbar:
links: links:
Download on GitHub: Download on GitHub:
icon: fab fa-github icon: fab fa-github
url: 'http://github.com/ppoffice/hexo-theme-icarus' url: 'https://github.com/ppoffice/hexo-theme-icarus'
# Footer section link settings # Footer section link settings
footer: footer:
# Links to be shown on the right of the footer section # Links to be shown on the right of the footer section
@ -45,7 +49,7 @@ footer:
url: 'https://creativecommons.org/licenses/by/4.0/' url: 'https://creativecommons.org/licenses/by/4.0/'
Download on GitHub: Download on GitHub:
icon: fab fa-github icon: fab fa-github
url: 'http://github.com/ppoffice/hexo-theme-icarus' url: 'https://github.com/ppoffice/hexo-theme-icarus'
# Article display settings # Article display settings
article: article:
# Code highlight settings # Code highlight settings
@ -62,18 +66,18 @@ article:
# Whether to show estimate article reading time # Whether to show estimate article reading time
readtime: true readtime: true
# Search plugin settings # Search plugin settings
# http://ppoffice.github.io/hexo-theme-icarus/categories/Configuration/Search-Plugins # https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Search
search: search:
# Name of the search plugin # Name of the search plugin
type: insight type: insight
# Comment plugin settings # Comment plugin settings
# http://ppoffice.github.io/hexo-theme-icarus/categories/Configuration/Comment-Plugins # https://ppoffice.github.io/hexo-theme-icarus/categories/Plugins/Comment
comment: comment:
# Name of the comment plugin # Name of the comment plugin
type: disqus type: disqus
shortname: hexo-theme-icarus shortname: hexo-theme-icarus
# Donation entries # Donation entries
# http://ppoffice.github.io/hexo-theme-icarus/categories/Donation/ # https://ppoffice.github.io/hexo-theme-icarus/categories/Donation/
# donate: # donate:
# - # -
# # Donation entry name # # Donation entry name
@ -98,7 +102,7 @@ comment:
# # URL to the Patreon page # # URL to the Patreon page
# url: https://www.patreon.com/ # url: https://www.patreon.com/
# Share plugin settings # Share plugin settings
# http://ppoffice.github.io/hexo-theme-icarus/categories/Configuration/Share-Plugins # https://ppoffice.github.io/hexo-theme-icarus/categories/Configuration/Share-Plugins
share: share:
# Share plugin name # Share plugin name
type: sharethis type: sharethis
@ -109,15 +113,15 @@ sidebar:
# left sidebar settings # left sidebar settings
left: left:
# Whether the left sidebar is sticky when page scrolls # Whether the left sidebar is sticky when page scrolls
# http://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/make-a-sidebar-sticky-when-page-scrolls/ # https://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/make-a-sidebar-sticky-when-page-scrolls/
sticky: false sticky: false
# right sidebar settings # right sidebar settings
right: right:
# Whether the right sidebar is sticky when page scrolls # Whether the right sidebar is sticky when page scrolls
# http://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/make-a-sidebar-sticky-when-page-scrolls/ # https://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/make-a-sidebar-sticky-when-page-scrolls/
sticky: false sticky: false
# Sidebar widget settings # Sidebar widget settings
# http://ppoffice.github.io/hexo-theme-icarus/categories/Widgets/ # https://ppoffice.github.io/hexo-theme-icarus/categories/Widgets/
widgets: widgets:
- -
# Widget name # Widget name
@ -137,21 +141,21 @@ widgets:
# Whether to show avatar image rounded or square # Whether to show avatar image rounded or square
avatar_rounded: false avatar_rounded: false
# Path or URL for the follow button # Path or URL for the follow button
follow_link: 'http://github.com/ppoffice' follow_link: 'https://github.com/ppoffice'
# Links to be shown on the bottom of the profile widget # Links to be shown on the bottom of the profile widget
social_links: social_links:
Github: Github:
icon: fab fa-github icon: fab fa-github
url: 'http://github.com/ppoffice' url: 'https://github.com/ppoffice'
Facebook: Facebook:
icon: fab fa-facebook icon: fab fa-facebook
url: 'http://facebook.com' url: 'https://facebook.com'
Twitter: Twitter:
icon: fab fa-twitter icon: fab fa-twitter
url: 'http://twitter.com' url: 'https://twitter.com'
Dribbble: Dribbble:
icon: fab fa-dribbble icon: fab fa-dribbble
url: 'http://dribbble.com' url: 'https://dribbble.com'
RSS: RSS:
icon: fas fa-rss icon: fas fa-rss
url: / url: /
@ -199,28 +203,28 @@ plugins:
# Enable page animations # Enable page animations
animejs: true animejs: true
# Enable the lightGallery and Justified Gallery plugins # Enable the lightGallery and Justified Gallery plugins
# http://ppoffice.github.io/hexo-theme-icarus/Plugins/General/gallery-plugin/ # https://ppoffice.github.io/hexo-theme-icarus/Plugins/General/gallery-plugin/
gallery: true gallery: true
# Enable the Outdated Browser plugin # Enable the Outdated Browser plugin
# http://outdatedbrowser.com/ # https://outdatedbrowser.com/
outdated-browser: true outdated-browser: true
# Enable the MathJax plugin # Enable the MathJax plugin
# http://ppoffice.github.io/hexo-theme-icarus/Plugins/General/mathjax-plugin/ # https://ppoffice.github.io/hexo-theme-icarus/Plugins/General/mathjax-plugin/
mathjax: true mathjax: true
# Show the back to top button on mobile devices # Show the back to top button on mobile devices
back-to-top: true back-to-top: true
# Google Analytics plugin settings # Google Analytics plugin settings
# http://ppoffice.github.io/hexo-theme-icarus/Plugins/General/site-analytics-plugin/#Google-Analytics # https://ppoffice.github.io/hexo-theme-icarus/Plugins/General/site-analytics-plugin/#Google-Analytics
google-analytics: google-analytics:
# Google Analytics tracking id # Google Analytics tracking id
tracking_id: UA-72437521-5 tracking_id: UA-72437521-5
# Baidu Analytics plugin settings # Baidu Analytics plugin settings
# http://ppoffice.github.io/hexo-theme-icarus/Plugins/General/site-analytics-plugin/#Baidu-Analytics # https://ppoffice.github.io/hexo-theme-icarus/Plugins/General/site-analytics-plugin/#Baidu-Analytics
baidu-analytics: baidu-analytics:
# Baidu Analytics tracking id # Baidu Analytics tracking id
tracking_id: tracking_id:
# Hotjar user feedback plugin # Hotjar user feedback plugin
# http://ppoffice.github.io/hexo-theme-icarus/Plugins/General/site-analytics-plugin/#Hotjar # https://ppoffice.github.io/hexo-theme-icarus/Plugins/General/site-analytics-plugin/#Hotjar
hotjar: hotjar:
# Hotjar site id # Hotjar site id
site_id: 1067642 site_id: 1067642
@ -230,7 +234,7 @@ plugins:
# https://busuanzi.ibruce.info # https://busuanzi.ibruce.info
busuanzi: false busuanzi: false
# CDN provider settings # CDN provider settings
# http://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/speed-up-your-site-with-custom-cdn/ # https://ppoffice.github.io/hexo-theme-icarus/Configuration/Theme/speed-up-your-site-with-custom-cdn/
providers: providers:
# Name or URL of the JavaScript and/or stylesheet CDN provider # Name or URL of the JavaScript and/or stylesheet CDN provider
cdn: jsdelivr cdn: jsdelivr

View File

@ -3,12 +3,12 @@
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"hexo": { "hexo": {
"version": "4.0.0" "version": "4.2.0"
}, },
"dependencies": { "dependencies": {
"cheerio": "^1.0.0-rc.3",
"clean-css": "^4.2.1", "clean-css": "^4.2.1",
"hexo": "^4.0.0", "hexo": "^4.0.0",
"hexo-all-minifier": "^0.5.3",
"hexo-deployer-git": "^2.0.0", "hexo-deployer-git": "^2.0.0",
"hexo-filter-github-emojis": "^2.1.0", "hexo-filter-github-emojis": "^2.1.0",
"hexo-generator-archive": "^1.0.0", "hexo-generator-archive": "^1.0.0",
@ -21,4 +21,4 @@
"hexo-server": "^1.0.0", "hexo-server": "^1.0.0",
"uglify-es": "^3.3.9" "uglify-es": "^3.3.9"
} }
} }