Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 792 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 792 Bytes

engineering-blog

This repo generates and deploys Micro-Nova's engineering blog. Posts are stored as Markdown, rendered using Hugo, and deployed to an upstream object store & CDN using GitHub Actions. Infrastructure in GCP is configured using OpenTofu and stored in opentofu/. We're currently using hugo-ficurinia as the theme; check out its docs too.

How to add a blog post

  1. If you have not already, install hugo (might be sudo apt install hugo.)
  2. Create the post using hugo new post/$TITLE.md
  3. Modify the file in content/post/$TITLE.md.
  4. Check out your content using hugo server; does everything look correct?
  5. Create a PR & merge it.