Initial commit
This commit is contained in:
commit
720fa4a18b
17 changed files with 882 additions and 0 deletions
16
content/blog/learning-rust.md
Normal file
16
content/blog/learning-rust.md
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue