Skip to content

snowlyg/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

生活中的难过

使用 hugo 框架开发的静态博客站点

克隆代码
  # github
  git clone https://github.com/snowlyg/blog.git --depth 1

  # gitee
  git clone https://gitee.com/snowlyg/blog.git --depth 1
增加内容
  # 增加文章
  hugo new /posts/new.md 
启动项目
  # 开发
  hugo server   -D

  # 部署
  hugo  -b "http://coderzh.github.io/"

Releases

No releases published

Packages

No packages published