How to write Hexo blog

  1. How to write Hexo blog
    1. Create
    2. Edit
      1. Install hexo

How to write Hexo blog

Create

hexo new 'article title name'

Edit

Edit the generate markdown file.

Files in scaffolds are template file.

print("shit happens")

code highlight test

multiline
code
test

Install hexo

npm install hexo-cli -g