init
This commit is contained in:
commit
c174575111
6 changed files with 283 additions and 0 deletions
12
content/index.md
Normal file
12
content/index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
title: My First Post
|
||||
---
|
||||
|
||||
# My Title
|
||||
|
||||
- This post has some content.
|
||||
|
||||
```python
|
||||
def foo():
|
||||
return "bar"
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue