Releases: bennyxguo/hexo-theme-obsidian
🚀 v1.4.8 - Updated Beian
- Add police beian
- Modify beian fomat
- Add the following code in your theme config file:
# This function is only used for those that server is located in China. If your server is located in outside China, you do not need to add the following code.
#beianloc:
beian:
# Enable
enable: true
# Beian location,for example:粤ICP备
beianloc:
# Beian ID,for example:2021022134号。
beianid:
# Police Beian
beian:
# Enable
enable: true
# Beian location,for example: 粤公网安备
beianloc:
# Beian ID, for example: 44010602009049号
beianid:
# Beian Icon, for example: /img/beian.png
beianicon:
v1.4.5 — Improvement
Improvements
- Changed the fonts links from using
loli.net
to usingbaomitu.com
(which is hosted by 360, it's more stable). This changes will improve the website from loading up faster.
🚀 Version 1.4.4 - Bug fixes
Fixed couple of issues, get ready for some new features! Here thank you all for the 300+ stars so far, I will keep working on improving this theme! ❤️
Bug fixes 🐛
- Fixed when the
order list
text goes over one line, the number indicator and the text does not stay on the same line. - Fixed when the
unorder list
text goes over one line, the dot indicator and the text does not stay on the same line. - Fixed image caption repeat itself when the caption name repeats or it's empty.
🚀 Version 1.4.3 - Added `MathJax` support!
Added MathJax
support! Also fixed a few issues here and there, smoothen the animation on article pages.
Features
- Added
MathJax
support.
Changes
- TOC now only loads up to level 3, this changes fixed the bug when TOC goes over 3 levels the content will overflowing out of the container. (#20)
- Smoothen the animations for article pages.
🚀 Version 1.4.2 - Added search engine
🎉 Obsidian theme now comes with search feature! Horray! Hope you guys love this update!
Features ✨
- Added the mostly requested feature, local site search!
The search feature is base on the index generated by
hexo-generator-search
,
So you need to install this plugin before you can use the search feature.
Installation guide:
Install by npm
$ npm install hexo-generator-search --save
Adding the plugin config in your root _config.yml
search:
path: search.xml
field: post
content: true
Regenrate files
hexo clean && hexo g
Happy blogging! ❤️
🚀 Version 1.4.1 - New archives page
✨ Shipped a complete redesigned archives
page UI and enhanced modern link style
! Stay being awesome! 👽
Features ✨
- Complete redesigned
Archives
page! - Added fade in transition for all pages!
- Archives page now also allow custom header name config! Check out the example theme config below:
# Page custom titles
page_titles:
categories: "Categories"
tags: "Tags"
archives: "Archived"
Changes 💥
- New link styles for all pages!
- Redesigned the Read full article button for home page!
🚀 Version 1.4.0
🎉 Lets celebrate the new Categories
and Tags
page UI!Now the categories page support multi-levels! Hope you guys love this update! ❤️
Features ✨
- Added a icon logo display next to the original logo (Which was just a word).
- New icon logo has a spinning effect when you come back to the top of the page!
- Complete new
Categories
andTags
page UI with multi-level categories support! (#12) - English fonts changed to google's
Rubik
fonts, now looks way more awesome! - Added pages title custom title name, can be changed in theme config file.
Page custom titles
# Page custom titles
page_titles:
categories: "Categories"
tags: "Tags"
Changes 💥
- All navigation bars added shadows to standout a bit more, well just to look more awesome!
- Article page navigation home icon changed to the icon logo of the site.
🚀 Version 1.3.5
Code block styles and color syntax looks way more awesome now! OMG!Hope you all enjoy this update!❤️
Changes 💥
- Loader leaving added smoother transition effect.
- Changed code highlighting plugin, swapped highlight.js with codemirror to have a better color syntax. A more IDE like syntax! ✨(#6)
- Restyled the code block, now looks even more professional! ✨
- Complete rewritten TOC css styles, added a pulsing active ball to the current title. Also fixed the clicking space glitchy issue. (#13)
Bug fixes 🐛
- Fixed a few icon position problems.
- Fixed article nav bar subtitle overflowing issue.
- Fixed a few font-family issue here and there.
v1.3.4 - Mainly UI upgrades
Made a few more UI enhancement. Fixed a few bugs here and there. Enjoy blogging! ❤️
Changes 💥
- Enhanced web app UI responsive styles.
- Enhanced
ul
andol
UI styles.
Bug fixes 🐛
- Fixed font page link styles.
- Fixed TOC title too long cause overflowing.
- Fixed header with link on hover text.