Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 319 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 319 Bytes

ConorCorp.github.io

Conor Lamb's Personal Site

Development

hugo server -D  # Local development with drafts on http://localhost:1313/

hugo new posts/name-of-post.md # New Posts

# make sure "env: production" in config.yml
hugo # Builds in /docs directory

# push to git for auto build within 1 min