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...
Butterfly document - Advanced Tutorial
This article is translated from ChatGPT. π Table of Contents π Get Started - π Theme Pages - π Theme Configuration - βοΈ Tag Plugins - β 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 reference these files, use...
Butterfly document - Q&A
This article is translated from ChatGPT. π Table of Contents π Get Started - π Theme Pages - π Theme Configuration - βοΈ Tag Plugins - β 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/layout.pug block content #recent-posts.recent-posts include...
Butterfly document - Tag Plugins
This article is translated from ChatGPT. π Table of Contents π Get Started - π Theme Pages - π Theme Configuration - βοΈ Tag Plugins - β Q&A - β‘οΈ Advanced Tutorials Tag plugins are a unique feature of Hexo and are not part of the standard Markdown format. The following syntax is only applicable to the Butterfly theme. It will not work on other themes and may even cause errors. Please be aware before using it. Although tag plugins can provide additional functionality and UI...
Butterfly document - Theme Configuration
This article is translated from ChatGPT. π Table of Contents π Get Started - π Theme Pages - π Theme Configuration - βοΈ Tag Plugins - β Q&A - β‘οΈ Advanced Tutorials Quick Read of Configuration FilesYou can quickly understand all the configuration comments, making your configuration files more convenient. If you encounter any unclear configurations, you can find more detailed information in this...
Butterfly document - Theme Pages
This article is translated from ChatGPT. π Table of Contents π Get Started - π Theme Pages - π Theme Configuration - βοΈ Tag Plugins - β Q&A - β‘οΈ Advanced Tutorials Front-matterFront-matter is the section at the top of a Markdown file, separated by ---, and is used to specify variables for individual files. Page Front-matter is used for configuring a page. Post Front-matter is used for configuring a post. If a parameter is marked as optional, you can add it based on your...
Butterfly document - Get Started
This article is translated from ChatGPT. π Table of Contents π Get Started - π Theme Pages - π Theme Configuration - βοΈ Tag Plugins - β Q&A - β‘οΈ Advanced Tutorials hexo-theme-butterfly is a theme developed based on hexo-theme-melody. InstallationGit Installationnpm InstallationIf you are in mainland China and have difficulty accessing GitHubStable Version [Recommended] In your Hexo root directory: 1git clone -b master https://gitee.com/immyw/hexo-theme-butterfly.git...