Skip to content

Instantly share code, notes, and snippets.

@jiz4oh
Created January 16, 2023 12:10
Show Gist options
  • Save jiz4oh/d763f906c65e302b0162a3c05723138b to your computer and use it in GitHub Desktop.
Save jiz4oh/d763f906c65e302b0162a3c05723138b to your computer and use it in GitHub Desktop.
A .projections.json for hexo project. Mostly used by [vim-projectionist](https://github.com/tpope/vim-projectionist)
{
"scaffolds/*.md": {
"type": "scaffold"
},
"source/_posts/*.md": {
"type": "post"
},
"source/_drafts/*.md": {
"type": "draft"
},
"_config.yml": {
"type": "config"
},
"*": {
"make": "hexo",
"start": "hexo server"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment