/my-blog

This repository will contain Hugo’s content and other source files

Primary LanguageShell

my-blog

基于hugo 的个人blog

使用

cd themes
git clone git@github.com:liseen315/bilberry-hugo-theme.git
git submodule add -f git@github.com:liseen315/liseen315.github.io.git public

预览

hugo server -D

编辑脚本

bash new.sh name

发布

hugo // 生成静态页
bash deploy.sh 推送到githubpage