Butterfly document - Get Started
This article is translated from ChatGPT. π¦ Butterfly has been updated to 4.10. π Table of Contents π Get Started - π Theme Pages - π Theme Configuration Part 1 - βοΈ Theme Configuration Part 2 - β Q&A - β‘οΈ Advanced Tutorials hexo-theme-butterfly is developed based on hexo-theme-melody. InstallationGit (Github)Git (Gitee)npm InstallationStable Version [Recommended] Inside your Hexo root directory, run: 1git clone -b master https://github.com/jerryc127/hexo-theme-butterfly.git the ...
Butterfly 4.13 Release Notes
Feature Adapted to waline v3. Adapted to the new version of artalk. Fixes Fixed a bug where twikoo couldn't retrieve the comment count on the article page. Improvements Added identifiers to each tag and category on the homepage when there are multiple. Changed the position of the article page title to the left.
Butterfly 4.12 Release Notes
Feature Adaptation to the new version of Artalk The title of card_post_series can be configured to display as the series name The default value of the version in cdn is set to true Fix Fixed a bug where toc_number did not apply according to the theme configuration when the toc_number in front-matter has no value Fixed a bug where an error occurred when fetching the latest comments from Github Improvement The clickable range of the title has been reduced to the font itself Added a destroy call ...
Butterfly 4.11 Release Notes
Content Adapted to hexo 7.0.0 Fixes Fixed a bug where the prompt for unsupported code copying was not displayed Fixed a bug where clicking on links in the title did not navigate correctly when click_to_scroll was enabled Fixed a bug where the console reported an undefined loadOtherComment when switching comments Improvements Fine-tuned the sidebar UI Avoided error messages due to missing configuration updates Updated plugin versions
Butterfly 4.10 Release Notes
Breaking Changes Changed rightside-bottom to rightside_bottom. 12- rightside-bottom:+ rightside_bottom: Refactored the gallery tag plugin. Changed the implementation. Images are now loaded only when they are scrolled into view. Changed the dependency from nk-o/flickr-justified-gallery to egjs-infinitegrid. 12345 CDN: option:- # flickr_justified_gallery_js:- # flickr_justified_gallery_css:+ # egjs_infinitegrid: Changed ClickShowText to clickShowText 123456789101112131415 ...
Butterfly Changelog
This article is translated from ChatGPT. The release notes for versions 4.9.0 and later will be published as separate articles. Please check the Release Notes for more information. 4.9.0 (2023/06/06)4.9.0 (2023/06/06)Feature Adapted to mermaid v10 When the screen is larger than 2000px, the display area is increased Header and footer can be configured to add black translucent masks 1234+# Add mask to header or footer+mask:+ header: true+ footer: true Latest comments in ar ...
Butterfly document - Advanced Tutorial
This article is translated from ChatGPT. π¦ Butterfly has been updated to 4.10. π Table of Contents π Get Started - π Theme Pages - π Theme Configuration Part 1 - βοΈ Theme Configuration Part 2 - β Q&A - β‘οΈ Advanced Tutorials Suggestions Avoid placing personal files/images in the source folder of the main theme. During theme upgrades, these files may be overwritten or deleted. Instead, create a separate folder in the Hexo root directory to store personal files/images.To ...
Butterfly document - Q&A
This article is translated from ChatGPT. π¦ Butterfly has been updated to 4.10. π Table of Contents π Get Started - π Theme Pages - π Theme Configuration Part 1 - βοΈ Theme Configuration Part 2 - β Q&A - β‘οΈ Advanced Tutorials Here are some issues encountered by users during the installation process. Before asking a question, please check if there are any solutions available. Webpage displaying code after runningIf your webpage is only showing the following code:extends includes/l ...
Butterfly document - Theme Configuration Part 2
This article is translated from ChatGPT. π¦ Butterfly has been updated to 4.10. π Table of Contents π Get Started - π Theme Pages - π Theme Configuration Part 1 - βοΈ Theme Configuration Part 2 - β Q&A - β‘οΈ Advanced Tutorials MathMathJaxKaTeXDo not use MathJax syntax in the headings; the TOC may not display MathJax properly and may show the MathJax code instead. It is recommended to use KaTeX for better rendering. There's an introduction below! Modify your theme configura ...
Butterfly document - Theme Configuration Part 1
This article is translated from ChatGPT. π¦ Butterfly has been updated to 4.10. π Table of Contents π Get Started - π Theme Pages - π Theme Configuration Part 1 - βοΈ Theme Configuration Part 2 - β Q&A - β‘οΈ Advanced Tutorials LanguageModify the site configuration file _config.yml. The default language is set to English (en). The theme supports three languages: default (English) zh-CN (Simplified Chinese) zh-TW (Traditional Chinese) Website InformationTo modify various data on t ...