This repository contains the source code for m1dsolo's blog, built with Hugo and deployed to Github Pages and cloud server using Github Actions.
Welcome to visit my blog: https://m1dsolo.xyz ~ 🎉
If you want to learn more about how to build a blog like this, please refer to the blog post .
- Fast and static site generation using Hugo
- CI/CD using Github Actions
- Automatic deployment to Github Pages and cloud server
- Comment system powered by Giscus
- Page view statistics powered by busuanzi
- Theme: PaperMod
- Google Analytics
If you want to build a blog like this on your local machine, you can follow the steps below:
# Clone
git clone https://github.com/m1dsolo/blog.git
cd blog
# Download theme
git submodule update --init --recursive
# Start server
hugo server -D
Then you can visit http://localhost:1313
to view the blog.
If you find any bugs, typos or have any suggestions, please feel free to open an issue or create a pull request.
MIT © m1dsolo