Jack's Learn Hexo

这是一个基于Hexo框架搭建的一个个人Blog,主要用于存放个人学习心得与感悟

Hexo 入门

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.

欢迎来到 Hexo!这是您的第一篇文章。更多信息请查看 文档。如果您在使用 Hexo 时遇到任何问题,可以在 troubleshooting 中找到答案,也可以在 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

以上操作一行指令解决解决

1
hexo clean && hexo g && hexo d

https://jack8487-github-io.pages.dev/