This blog uses Hugo and the doIt theme.
# 0. Install Hugo
# sudo snap install hugo
# 1. Clone this repository
git clone [email protected]:01100100/blog.git
# 2. Install the theme
git submodule update --init --recursive
# 3. Run the server
hugo server --disableFastRender
This blog is hosted using Netlify. The deployment is triggered automatically when a new commit is pushed to the main
branch. Preview deploys are triggered when a pull request is opened.