forked from containers/podman.io_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (19 loc) · 941 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
---
layout: default
title: Podman
---
<head>
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<h1>{{ page.title }}</h1>
Welcome to the site for <a href="https://github.com/containers/libpod">Podman</a>. This site features announcements and news around Podman, and occasionally other <a href="https://github.com/containers/">container tooling</a> news.
<img src="images/podman.svg" alt="podman logo">
<h1>What's New!</h1>
<section class="posts">
{% for post in site.categories.new %}
<p><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></p>
<p>{{ post.excerpt }}</p><hr>
{% endfor %}
</section>
<h4>Now where is that Container Commandos <a href=https://github.com/mairin/coloringbook-container-commandos/blob/master/Web.pdf>Coloring Book</a>?</h4>