++projects
This commit is contained in:
parent
173c80dd69
commit
fcfda50de9
6 changed files with 36 additions and 0 deletions
BIN
assets/u/image/cards/cdist.jpg
Normal file
BIN
assets/u/image/cards/cdist.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
BIN
assets/u/image/cards/placeholder.png
Normal file
BIN
assets/u/image/cards/placeholder.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 141 KiB |
BIN
assets/u/image/cards/ungleichquizv6.jpg
Normal file
BIN
assets/u/image/cards/ungleichquizv6.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
20
content/u/projects/cdist/contents.lr
Normal file
20
content/u/projects/cdist/contents.lr
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
title: cdist
|
||||||
|
---
|
||||||
|
subtitle:
|
||||||
|
cdist is an innovative Swiss configuration management system. Its core
|
||||||
|
values are simplicity and powerfulness: cdist requires only minimum on
|
||||||
|
its target system. Its distribution is push based. cdist configures
|
||||||
|
any host that has a ssh server running.
|
||||||
|
---
|
||||||
|
image: /u/image/cards/cdist.jpg
|
||||||
|
---
|
||||||
|
content:
|
||||||
|
|
||||||
|
If you are like us, you like to run infrastructures and you like to
|
||||||
|
have things open and simple. For this reason we created cdist, the
|
||||||
|
Swiss configuration management system.
|
||||||
|
|
||||||
|
It is written in Python3, but only requires an SSH server on the hosts
|
||||||
|
that you want to configure.
|
||||||
|
|
||||||
|
Find out more about it on the [cdist homepage](https://cdi.st).
|
13
content/u/projects/ungleich-quiz-v6/contents.lr
Normal file
13
content/u/projects/ungleich-quiz-v6/contents.lr
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
title: ungleich quiz v6
|
||||||
|
---
|
||||||
|
subtitle:
|
||||||
|
Test your system engineering skills with ungleich quiz. Will you make
|
||||||
|
it to the hall of fame? We're as curious as you are!
|
||||||
|
---
|
||||||
|
image: /u/image/cards/ungleichquizv6.jpg
|
||||||
|
---
|
||||||
|
content:
|
||||||
|
|
||||||
|
Who doesn't love quizzes? We certainly do and
|
||||||
|
this is why we created the [ungleich quiz
|
||||||
|
v6](https://ungleich.ch/en-us/cms/blog/2018/04/21/ungleich-quiz-v6/).
|
|
@ -14,6 +14,9 @@
|
||||||
{% if childpage.image %}
|
{% if childpage.image %}
|
||||||
<img class="card-img-top" src="{{ childpage.image }}"
|
<img class="card-img-top" src="{{ childpage.image }}"
|
||||||
alt="childpage.title">
|
alt="childpage.title">
|
||||||
|
{% else %}
|
||||||
|
<img class="card-img-top" src="/u/image/cards/placeholder.png"
|
||||||
|
alt="childpage.title">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<h5 class="card-title">{{ childpage.title }}</h5>
|
<h5 class="card-title">{{ childpage.title }}</h5>
|
||||||
|
|
Loading…
Reference in a new issue