Skip to content

quxionglie/quxionglie.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

博客源码文件。 使用 Hexo + next 主题模板。

使用前调用:

npm install

运行服务:

hexo server

浏览器打开http://localhost:4000/查看效果。

发布新文章

hexo new [layout] <title>

如 hexo new post "talk about chatgpt"

发布

hexo clean && hexo generate --deploy

Releases

No releases published

Packages

No packages published