Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 780 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 780 Bytes

blog.pchudzik.com

Sources for my blog

It's powered by hugo

Netlify Status

Development

Setup

make theme

Serve built files

make serve

Google analytics will be disabled when serving files locally. To enable it environment variable HUGO_ENV=production must be defined (passed to docker image building serving site).

Deploy site

Deployment is automatically executed when commit is pushed on master branch. It can be triggered manually using:

make deploy