# Sidebar Avatar avatar: # Replace the default image and set the url here. url: /images/bitbug_favicon 128*128.ico # If true, the avatar will be dispalyed in circle. rounded: true # If true, the avatar will be rotated with the cursor. rotated: false
文章结束标志
添加标签页面、分类和公益404页面
1 2 3 4 5 6 7 8 9
menu: home: / || fa fa-home about: /about/ || fa fa-user tags: /tags/ || fa fa-tags categories: /categories/ || fa fa-th archives: /archives/ || fa fa-archive #schedule: /schedule/ || fa fa-calendar #sitemap: /sitemap.xml || fa fa-sitemap #commonweal: /404/ || fa fa-heartbeat
在配置文件中打开tag,categories,和archives,然后运行如下命令
1 2 3
hexo new page "404" hexo new page "tags" hexo new page "categories"
footer: # Specify the date when the site was setup. If not defined, current year will be used. #since: 2015
# Icon between year and copyright info. icon: # Icon name in Font Awesome. See: https://fontawesome.com/icons name: fa fa-heart # If you want to animate the icon, set it to true. animated: false # Change the color of icon, using Hex Code. color: "#ff0000"
# If not defined, `author` from Hexo `_config.yml` will be used. copyright: zhanghuiwan