hexo config tips
custom files
\scaffolds\post.md 等,配置了创建post的Front-matter信息
12345---title: {{ title }}date: {{ date }}tags:---end up with these dashes_config.yml总配置信息
Categories & Tags
- Only posts support the use of categories and tags. Categories apply to posts in order,
resulting in a hierarchy of classifications and sub-classifications. Tags are all defined on the same hierarchical
level so the order in which they appear is not important.1234567categories:- Sports- Baseballtags:- Injury- Fight- Shocking
备份
- 原文备份 在
hexo
目录下执行git push
tag Plugins
前提是
post_asset_folder: true
Include post assets.123{% asset_path slug %}{% asset_img slug [title] %}{% asset_link slug [title] %}
Inserts a YouTube video.1{% youtube video_id %}
嵌入音乐
|
|