mirror of
https://github.com/simon987/dataarchivist.net.git
synced 2025-12-16 04:49:01 +00:00
Initial commit
This commit is contained in:
17
content/posts/test.md
Normal file
17
content/posts/test.md
Normal 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>}}
|
||||
|
||||
Reference in New Issue
Block a user