
Steps:
- generate new post:
hexo new example - activate hexo live server:
hexo sand visit localhost:4000 in browser - write article content in source/_posts/example.md, meanwhile check the content in browser
- remember to edit the title in example.md
- remember to insert
<!--more-->where you want to showRead Morebutton - run
npm run buildin bash - run
hexo dto deploy changes
Wait few seconds and then check your new article on your blog.




近期评论