Skip to content

LiuLime/Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image image

本地预览

$ brew install hugo # 如果没有安装hugo的话,请运行该指令
$ hugo server # 启动后请不要关闭该终端,post编辑完成后可结束本指令关闭该终端

post

$ hugo new --kind post content/post/post_folder/post_name.md # 新建post
.
. # 编辑post 并且可以实时在本地浏览器查看预览页面
.
$ git add .
$ git commit -m "add post_name.md"
$ git push

Notice !

Blog使用到的所有图片资源请放在static文件夹下。
Hugo主题star数排行榜请参照MGMCN整理的排行榜

Releases

No releases published

Packages

No packages published

Languages