Hexo + Butterfly theme beautification

Hexo + Butterfly theme beautification Link to the original text: Hexo + Butterfly theme beautification , view the original text for a better experience! It was built with Hexo + Next theme. The Next theme is simple and intuitive. I planned to use Next directly, but later found that the Butterfly theme is also very […]

GitHub Pages + Hexo to build a personal blog site

1. Create warehouse Create a new code repository on GitHub to hold our web page. Click Your repositories to enter the repository page. Click the New button to enter the repository creation page. Fill in the repository name, the format must be .github.io, and then click Create repository. Click creating a new file to create […]

Hexo framework + Butterfly theme construction (2)

Modify website data Modify the site configuration file _config.yml The default language is en Theme supports three languages default(en) zh-CN (Simplified Chinese) zh-TW (Traditional Chinese) # Site title: # site title subtitle: ” # website subtitle description: ” #Description information under the sidebar avatar keywords: # Website keywords. Support for multiple keywords author: # author […]

Create a personal technical blog based on Hexo and Butterfly, (15) develop a personal hexo theme-stylus dynamic style syntax

Stylus can be simply understood as a dynamic css style sheet, which adds programming capabilities on the basis of the original W3C regulations, and will be compiled into a common css file through a plug-in before use. Goal of this chapter: Master stylus style syntax, starting from this chapter we will write our own blog […]

Hexo blog building – Next theme configuration

Hexo blog building – Next theme configuration Article directory Hexo blog building – Next theme configuration Configuration file distinction site configuration file theme configuration file Profile Description Abbreviation Introduce next theme-site nextTheme page mode setting-next Set the home page not to display the full text-site Set blog post persistent connection-site download plugin URL Setting reference […]

Create a personal technical blog based on Hexo and Butterfly, (9) optimize butterfly theme configuration article version

Butterfly official website, please click to enter Goal of this chapter: Master the article configuration of butterfly theme, be familiar with it and configure it in your personal blog site as needed, the content of this chapter is a must-have chapter, including not only the UI beautification of the article, SEO related configuration but also […]

Create a personal technical blog based on Hexo and Butterfly, (4) write blog articles using common Markdown syntax

Hexo lawsuit website view here Hexo’s blog post suggestion is to use markdown syntax to write, the reason is that markdown is simple and universal, for example, many blog platforms will provide md editor, so if we want to post the same article to multiple blog platforms (in fact, many people do the same ), […]

Create a personal technical blog based on Hexo and Butterfly, (3) Create blog articles and article template configuration

Hexo lawsuit website view here The author’s personal station view here Special instructions: The files published by the hexo blog site are all static files without any background services. The publishing process of the blog post is: 1. Use the hexo new command to create a .md file locally—-2. Generate a .html file through the […]

Create a personal technical blog based on Hexo and Butterfly, (2) blog site configuration, Hexo framework _config.yml configuration file details

Hexo lawsuit website view here Personal site effect view here Goal of this chapter: Master the configuration method of the hexo framework _config.yml configuration file Special instructions: The configuration in this article is the necessary configuration for building a website. The ones marked with important in the table cells are the configurations that generally need […]