Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 722 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 722 Bytes

OpenPunk

This repository holds the frontend source for openpunk.com. layouts/ holds my Go Template for the hugo generator, while the content/ directory holds all of my writings (blog & journal) for the site.

In production the site is generated using the following flags

$ hugo --cleanDestinationDir --minify -d /var/www/openpunk.com -b https://openpunk.com

For details on how it's deployed to openpunk.com on my end, checkout this ansible-playbook.

Usage

Run a local copy of the site using:

$ hugo server

Then visit the site at http://localhost:1313/