add files

This commit is contained in:
2020-04-16 22:11:17 +02:00
parent aaeb09d79b
commit 48fd55d01f
47 changed files with 8671 additions and 0 deletions

11
index.html Executable file
View File

@ -0,0 +1,11 @@
---
layout: half
title: Uni - A simple, one page Jekyll theme
---
{% if site.title %}
<h1 class="pageTitle">{{ site.title }}</h1>
{% endif %}
{% if site.content %}
<p class="pageContent">{{ site.content }}</p>
{% endif %}