A static blog built with Hugo using the panr/hugo-theme-terminal theme.
- Git: Ensure Git is installed to manage the repository and submodules.
- Hugo: Download and install Hugo by following the instructions on the Hugo website.
- Clone the repository:
git clone --recurse-submodules https://github.com/ZSM-Sat-Team/blog.git blog
cd blog
- Run locally:
hugo server
- Add content:
hugo new content content/posts/my-new-post.md
- Build the site:
hugo
We don't have any deployment instructions since our blog is hosted on a VPS provided by mikr.us, where we manage our own deployment setup.
For your own use case, refer to Hugo's deployment documentation to find the best hosting solution.
Thanks to mikr.us for providing free hosting for our blog.