added website code for containerd.io
Signed-off-by: Patrick Chanezon <patlist@chanezon.com>
This commit is contained in:
parent
92c7ed08b4
commit
ecc0cc14c6
55 changed files with 3824 additions and 0 deletions
18
docs/_layouts/home.html
Normal file
18
docs/_layouts/home.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
{% include header.html %}
|
||||
|
||||
<div class="hero">
|
||||
<div class="navbar">
|
||||
<div class="name"><a href="/">containerd</a></div>
|
||||
<div class="actions">
|
||||
{% include links.html %}
|
||||
</div>
|
||||
</div>
|
||||
<p class="definition"><strong>containerd</strong> <span>| kənˈtānər D |</span><br> - an industry-standard container runtime<br>with an emphasis on <i>simplicity</i>,<br><i>robustness</i> and <i>portability</i>.</p>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="wrapper-details">
|
||||
{{ content }}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include footer.html %}
|
Loading…
Add table
Add a link
Reference in a new issue