Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 757 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 757 Bytes

My Blog

Netlify Status

This blog uses Hugo and the doIt theme.

Quick Start

# 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

Hosting

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.