jyu213 / blog-hugo

single blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog

发布

''' git add . sh deploy.sh '''

新建文章:

'hugo new post/filename.md'

启动服务

'''shell hugo server --theme=elves --buildDrafts --watch '''

命令行

生成站点

'''shell rm -rf public && hugo '''

启动服务

'''shell hugo server --theme=elves --buildDrafts --watch '''

About

single blog


Languages

Language:HTML 54.8%Language:Shell 28.9%Language:CSS 16.3%