Skip to content

Instantly share code, notes, and snippets.

@kuzen
Last active November 12, 2021 09:04
Show Gist options
  • Save kuzen/8d1fd36502ae8b1fd3e2c71e67db0c7f to your computer and use it in GitHub Desktop.
Save kuzen/8d1fd36502ae8b1fd3e2c71e67db0c7f to your computer and use it in GitHub Desktop.
snippets
{
"Generate Hexo blog header": {
"prefix": "header",
"body": [
"---",
"title: ${1:title}",
"date: $CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE $CURRENT_HOUR:$CURRENT_MINUTE:$CURRENT_SECOND",
"categories: ${2:categories}",
"tags: [${3:tags, tags, ...}]",
"toc: true",
"---",
"${4:body}",
"<!-- more -->"
],
"description": "Log output to console"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment