Clean start
This commit is contained in:
parent
b1cd3b6101
commit
4a087959fc
32 changed files with 35 additions and 307 deletions
7
content/_index.md
Normal file
7
content/_index.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "Home page"
|
||||
---
|
||||
|
||||
This line is from `content/_index.md`.
|
||||
|
||||
[Go to firstpost](/firstpost/).
|
||||
7
content/firstpost.md
Normal file
7
content/firstpost.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "First post"
|
||||
---
|
||||
|
||||
This line is from `content/firstpost.md`.
|
||||
|
||||
[Go to home](/)
|
||||
Loading…
Add table
Add a link
Reference in a new issue