Skip to content

Commit

Permalink
add link to hosted blog; add a placeholder post
Browse files Browse the repository at this point in the history
  • Loading branch information
rtertiaer committed Jul 8, 2024
1 parent 7ba4524 commit e9c63ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 6 additions & 0 deletions content/post/coming_soon.md
Original file line number Diff line number Diff line change
@@ -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!

0 comments on commit e9c63ad

Please sign in to comment.