欢迎来到我的网站嘿嘿嘿

usefull command:

  • hexo new xxx: a new blog file, named as xxx

  • hexo new draft xxx : a new “draft” blog file

  • hexo publish xxx: bring _drafts files to _posts file

  • hexo new page xxxx: a new page called as c. You need to add hexinyu.top/xxx/ . Is not a home page.

Todo:

  • add a compelte bio, with past publication. my interst and all
  • may be vlog/log about what I have seen and feel? may be dangerous
  • daily post? may be?
  • experiment logs?

nohup python3 -m http.server 5004 –bind 127.0.0.1 </dev/null > server.log 2>&1 &

use the hexo publish to convert the files into a static html


Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment