hexo文章模板设置
每次使用hexo new post "post-name"
新建一片文章时,只有title date tags
,
还要手动增加urlname 和 categories
。
为了偷懒,修改了scaffolds
中的post
模板。
title: {{ title }}
date: {{ date }}
urlname:
categories:
tags:
每次使用hexo new post "post-name"
新建一片文章时,只有title date tags
,
还要手动增加urlname 和 categories
。
为了偷懒,修改了scaffolds
中的post
模板。
title: {{ title }}
date: {{ date }}
urlname:
categories:
tags: