Skip to content

appdev/blog

 
 

Repository files navigation

blog

About

AimerNeige's Blog Powered by Hugo & PaperMod

Install

sudo apt install hugo

Clone

git clone https://github.com/aimerneige/blog.git
git submodule update --init --recursive

Update

git submodule update --remote --merge

New Post

hugo new post/title.en.md
hugo new post/title.zh.md

Serve

hugo serve -D

Build

hugo

Deploy

cd public
git add -A
git commit -m "update"
git push

or just run ./deploy.sh

About

blog source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 86.6%
  • Shell 8.4%
  • CSS 5.0%