diff --git a/README.md b/README.md index 07cd4c2..df0e4b5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # `engineering-blog` -This repo generates and deploys Micro-Nova's engineering blog. Posts are stored as Markdown, rendered using [Hugo](https://gohugo.io/), and deployed to an upstream object store & CDN using GitHub Actions. Infrastructure in GCP is configured using [OpenTofu](https://opentofu.org/) and stored in `opentofu/`. We're currently using [`hugo-ficurinia`](https://gitlab.com/gabmus/hugo-ficurinia) as the theme; check out its docs too. +This repo generates and deploys [Micro-Nova's engineering blog](https://blog.micro-nova.com). Posts are stored as Markdown, rendered using [Hugo](https://gohugo.io/), and deployed to an upstream object store & CDN using GitHub Actions. Infrastructure in GCP is configured using [OpenTofu](https://opentofu.org/) and stored in `opentofu/`. We're currently using [`hugo-ficurinia`](https://gitlab.com/gabmus/hugo-ficurinia) as the theme; check out its docs too. ## How to add a blog post diff --git a/content/post/coming_soon.md b/content/post/coming_soon.md new file mode 100644 index 0000000..afdfcf2 --- /dev/null +++ b/content/post/coming_soon.md @@ -0,0 +1,6 @@ +--- +title: "Coming soon!" +date: 2024-07-08T14:17:57-04:00 +--- + +Welcome to our new engineering blog! We'll be adding content here as we create it. Stay tuned!