Initial website

This commit is contained in:
Eike Kettner
2020-07-27 22:13:22 +02:00
parent dbd0f3ff97
commit f8c6f79b10
160 changed files with 8854 additions and 64 deletions

View File

@ -0,0 +1,5 @@
<figure class="image">
{% set len = page.components | length %}
{% set p = page.components | slice(end=len - 1) | join(sep='/') %}
<img src="{{ get_url(path=p ~ "/" ~ file) }}">
</figure>

View File

@ -0,0 +1,3 @@
{% set len = page.components | length %}
{% set p = page.components | slice(end=len - 1) | join(sep='/') %}
<img style="float:right;" src="{{ get_url(path=p ~ "/" ~ file) }}">

View File

@ -0,0 +1,4 @@
``` conf
{% set data = load_data(path=path) %}
{{ data | safe }}
```

View File

@ -0,0 +1 @@
{{ config.extra.version | replace(from='.', to='_') }}

View File

@ -0,0 +1 @@
{{ config.extra.version }}