From 42f4a49bb25fae5ca1b368c7ce3c17dde9b4732f Mon Sep 17 00:00:00 2001 From: TomSweeneyRedHat Date: Wed, 7 Dec 2022 20:51:34 -0500 Subject: [PATCH] Add new blog site Adds a quick post on the new blog site with details there. Also reworks the menu slightly to change the Blogs link to point to the new site, and to add a link for the blogs that remain on podman.io. Also reworked the linke for Talks, View Code and Edit the Website to make room. Signed-off-by: TomSweeneyRedHat --- _layouts/default.html | 8 ++++---- _posts/2022-12-07-new.md | 13 +++++++++++++ 2 files changed, 17 insertions(+), 4 deletions(-) create mode 100644 _posts/2022-12-07-new.md diff --git a/_layouts/default.html b/_layouts/default.html index 503c9f79..0743e445 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -43,14 +43,14 @@
  • Join the Community
  • Podman Desktop
  • Documentation -
  • Blogs
  • Releases -
  • Talks -
  • View Code -
  • Edit Website +
  • Blogs +
  • Archived Blogs +

    +

    Talks, View Code, Edit the Website

    This project is maintained by the containers organization.

    Subscribe to the blog feed.

    diff --git a/_posts/2022-12-07-new.md b/_posts/2022-12-07-new.md new file mode 100644 index 00000000..9053643a --- /dev/null +++ b/_posts/2022-12-07-new.md @@ -0,0 +1,13 @@ +--- +title: Website Updates +layout: default +author: tsweeney +categories: [new] +tags: containers, podman, networking, pod, api, kubernetes, kube, v2, hpc, windows, mac +--- +{% assign author = site.authors[page.author] %} +Several updates have been planned for this site for quite a while, and work has been ongoing. The first significant change that is happening is with our blog posts. A new WordPress-based site has been created for our posts at [blog.podman.io](https://blog.podman.io). The new site has a fresh look and feel and shows the direction we’re hoping to take this entire site eventually. You'll probably notice the similarities if you have tried [Podman Desktop](https://podman-desktop.io/). + +We are contemplating moving the blog posts from this site to the new one. At least for the moment, the blog posts created before today (December 7, 2022) can now be found under the “Archived Blogs” link on the left side menu. The “Blogs” link in that same menu will take you to the new site. + +We hope you enjoy the new blog site and would love to hear from you about what you think about it. As on this site, blog posts from the community will always be gratefully accepted!