Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 402 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 402 Bytes

addcommitpush.io

The source code and texts for the [addcommitpush] blog.

Development

Get Hugo Theme by cloning the submodules

git pull --recurse-submodules

Install hugo https://gohugo.io/installation/

Run:

hugo server -D

and edit stuff! :)

OR use docker

docker-compose up

Deployment

This deploys as a github page on merges to the main branch