setting hexo git repository
_config.yaml
deploy:
type: git
repository: https://github.com/$name/$name.github.io.git
branch: master
add images to hexo
post_asset_folder: true
How to add Image to Hexo Blog Post
update to github
git add .
git commit -m
git push
generate before deployment
hexo g -d
specific url
git repository -> setting -> cutom domain
setting your url
Add tags and category
tags: [tag1,tag2,tag3]
categories:
“- [cat1,cat2]”(without “ or “)
“- [cat2]”
Tags & Categories | Hexo - Static Site Generator | Tutorial 7