问题1:hexo butterfly本地预览与实际部署效果不一样(已解决)

实际效果中排版变了,可能是css格式出了问题

上网搜索之后找到了解决方法:

在配置文件_config.yml里面(并非主题配置文件)找到如下代码

yml
1
2
3
4
5
6
7
8
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: http://z41sarrebol.top
permalink: :year/:month/:day/:title/
permalink_defaults:
pretty_urls:
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
trailing_html: true # Set to false to remove trailing '.html' from permalinks

把url改成自己的域名即可