Initial import
This commit is contained in:
commit
f63ce5bdd8
20 changed files with 3252 additions and 0 deletions
13
content/en/blog/_index.md
Normal file
13
content/en/blog/_index.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "Docsy Blog"
|
||||
linkTitle: "Blog"
|
||||
menu:
|
||||
main:
|
||||
weight: 30
|
||||
---
|
||||
|
||||
|
||||
This is the **blog** section. It has two categories: News and Travels.
|
||||
|
||||
Files in these directories will be listed in reverse chronological order.
|
||||
|
8
content/en/blog/news/_index.md
Normal file
8
content/en/blog/news/_index.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
---
|
||||
title: "General News"
|
||||
linkTitle: "News"
|
||||
weight: 20
|
||||
---
|
||||
|
||||
|
8
content/en/blog/news/switching-to-hugo.md
Executable file
8
content/en/blog/news/switching-to-hugo.md
Executable file
|
@ -0,0 +1,8 @@
|
|||
|
||||
---
|
||||
title: "Switching to Hugo"
|
||||
linkTitle: "Switching to Hugo"
|
||||
date: 2019-12-19
|
||||
description: >
|
||||
I switched my personal wiki from dokuwiki to Hugo
|
||||
---
|
8
content/en/blog/travels/_index.md
Normal file
8
content/en/blog/travels/_index.md
Normal file
|
@ -0,0 +1,8 @@
|
|||
|
||||
---
|
||||
title: "Travels"
|
||||
linkTitle: "Travels"
|
||||
weight: 20
|
||||
---
|
||||
|
||||
|
8
content/en/blog/travels/new-zealand.md
Executable file
8
content/en/blog/travels/new-zealand.md
Executable file
|
@ -0,0 +1,8 @@
|
|||
|
||||
---
|
||||
title: "I am back from New Zealand"
|
||||
linkTitle: "Back from New Zealand"
|
||||
date: 2019-12-08
|
||||
description: >
|
||||
I am back from New Zealand, after three and a half weeks over there.
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue