/blog-old

📚 My personal blog site built with Hugo.

Primary LanguageCSSMIT LicenseMIT

Caution

The site is no longer maintained, please move to my new site -> captainofphb.me.

船长の部落格

This is my personal site built with Hugo. You can preview it at daijiangtao.blog.

preview

Local preview

brew install hugo
hugo server -D

Post new blog

hugo new posts/your-post-name.md

Deploy

Github action will auto build and deploy pages when we push changes to master.