From e9c63ade444707ae205dd53f5a1d87124b3115a4 Mon Sep 17 00:00:00 2001 From: Ryan Tasson Date: Mon, 8 Jul 2024 14:18:51 -0400 Subject: [PATCH] add link to hosted blog; add a placeholder post --- README.md | 2 +- content/post/coming_soon.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 content/post/coming_soon.md 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!