First commit
This commit is contained in:
commit
6201e14a9e
18 changed files with 233 additions and 0 deletions
7
content/about/_index.en.md
Normal file
7
content/about/_index.en.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
+++
|
||||
title = "About"
|
||||
date = "2021-03-17"
|
||||
menu = "main"
|
||||
+++
|
||||
|
||||
Testing
|
||||
7
content/about/_index.es.md
Normal file
7
content/about/_index.es.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
+++
|
||||
title = "About"
|
||||
date = "2021-03-17"
|
||||
menu = "main"
|
||||
+++
|
||||
|
||||
Testeando
|
||||
6
content/posts/test.es.md
Normal file
6
content/posts/test.es.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "Random post"
|
||||
date: 2021-03-16
|
||||
draft: false
|
||||
---
|
||||
This is a random test
|
||||
6
content/posts/test.md
Normal file
6
content/posts/test.md
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "Random post"
|
||||
date: 2021-03-16
|
||||
draft: false
|
||||
---
|
||||
# This is a random test
|
||||
Loading…
Add table
Add a link
Reference in a new issue