Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 341 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 341 Bytes

my blog

init git submodule update --init

update themes git submodule foreach git pull

local run hugo server --gc --minify

local run with draft hugo server -D --gc --minify

build hugo --gc --minify

create new post hugo new content --kind tools tools/xxx.md

create new post hugo new content --kind subdirectory tools/xxx