Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 452 Bytes

File metadata and controls

30 lines (21 loc) · 452 Bytes

peterv.net

Personal website built with Hugo.

Development

# Run development server
hugo server

# Build for production
hugo --minify

Content

  • Posts: content/posts/
  • Projects: content/work/
  • Reading list: data/reading.yaml
  • About page: content/about.md

Creating new content

# New post
hugo new posts/my-new-post.md

# New project
hugo new work/my-new-project.md