Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 423 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 423 Bytes

My blog

My blog is powered by hugo static site generator.

Install

First, install hugo. And put it in your $PATH.

Install the theme and check necessary dependencies.

make deps

Update config:

cp config.toml.dist config.toml

Serve it on :1313 port:

make

Release

make deploy