Initial commit

This commit is contained in:
simon987
2019-05-11 14:49:23 -04:00
commit 71145e3fa9
11 changed files with 38 additions and 0 deletions

17
content/posts/test.md Normal file
View File

@@ -0,0 +1,17 @@
---
title: "Test post"
date: 2019-05-11T14:19:21-04:00
draft: false
---
Hello world
This is a test
{{<highlight python>}}
for x in range(0, 1):
print(x)
{{</highlight>}}