forked from containers/buildah.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (27 loc) · 1.25 KB
/
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
25
26
27
28
29
30
31
32
33
---
layout: default
title: Buildah
---
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132755160-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-132755160-2');
</script>
<link rel="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/buildah/blob/master/README.md">Buildah</a>. This site features announcements and news around Buildah, and occasionally other <a href="https://github.com/containers/">container tooling</a> news.
<img src="images/buildah.png" alt="Buildah logo">
<h2>What's New!</h2>
<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>