Initial commit

This commit is contained in:
Tim Schubert 2020-07-26 19:39:13 +02:00
commit 720fa4a18b
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
17 changed files with 882 additions and 0 deletions

View file

@ -0,0 +1,16 @@
+++
title = "Learning Rust"
draft = true
date = 1980-01-01
[taxonomies]
tags = ["rust", "programming", "language"]
+++
## Blog!
{% for post in collections.posts.pages %}
#### {{post.title}}
[{{ post.title }}]({{ post.permalink }})
{% endfor %}