Skip to content

NoxFED/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#BLOG fork本仓库并clone到本地 ##安装hexo命令行包

$ npm install -g hexo-cli

##启动hexo本地node服务器

$ hexo s 或 hexo server

hexo服务器启动后通过http://localhost:4000访问blog 在本地服务器确认写完blog后, 生成静态文件:

$ hexo g

此命令会在Blog根目录下的build文件夹(文件夹名称由_config文件配置, 无需修改)中生成静态资源文件。

静态文件无需提交(已添加到ignore中)

提交对源代码的修改即可, 静态资源统一生成管理

hexo命令及博客写作方法详情请参考hexo中文文档

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •