# Code Highlight theme # Available values: normal | night | night eighties # night blue | night bright | solarized | solarized dark | galactic # See: https://github.com/chriskempson/tomorrow-theme highlight_theme:nighteighties
# Global font settings used for all elements inside <body>. # 默认字体Lato global: external:true family:Lato family:Arial size:
修改文章生成规则
编辑根目录下的_config.yml
1
new_post_name::year-:month-:day-:title.md# File name of new posts
增加分类、标签、介绍等路由
编辑根目录下的_config.yml
1 2 3 4 5 6 7 8 9 10 11
menu: home:/||fafa-home #about: /about/ || fa fa-user #tags: /tags/ || fa fa-tags #categories: /categories/ || fa fa-th about:/about/||fafa-user tags:/tags/||fafa-tags categories:/categories/||fafa-th archives:/archives/||fafa-archive #schedule: /schedule/ || fa fa-calendar #sitemap: /sitemap.xml || fa fa-sitemap
# 背景动画 canvas_nest: enable:true onmobile:true# display on mobile or not color:'87,87,239'# RGB values, use ',' to separate opacity:0.5# the opacity of line: 0~1 zIndex:-1# z-index property of the background count:99# the number of lines