Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 530 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 530 Bytes

Devops Derek Source

This is the source for https://www.devopsderek.com.

Content

New Article

Create a new article run:

hugo new content/posts/$(date +%Y-%m-%d)-article-title.md

Local Development Setup

  • Install latest hugo with: sudo snap install hugo

Deploy

Cloudflare will automatically deploy this site. PR builds are enabled and will be updated when changes are pushed to the PR branch. Production is deployed automatically once a PR is merged.