Welcome to the Cloud Native PDX Blog

This is an example post to show how the blog works. You can delete this file once you have added your own posts.
How to add a new post
- Create a Markdown file in the
_posts/folder. - Name it
YYYY-MM-DD-a-short-title.md(the date drives the postโs URL and ordering). - Add the front matter block at the top โ copy the one at the top of this file as a starting point.
- Write your post below the front matter using regular Markdown.
Adding a photo
Drop an image into the /images folder and reference it in the front matter:
image: /images/my-photo.jpg
image_alt: "A short description of the photo"
image_caption: "An optional caption shown under the photo"
The photo appears at the top of the post and as the thumbnail on the blog listing page.
Formatting
You get everything Markdown offers โ bold, italic, links, lists, and code:
kubectl get pods -A
Pull-quotes and callouts look like this.
Happy writing! ๐