Skip to content

micro-nova/engineering-blog

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published