Finish the initial setup

This commit is contained in:
2024-10-01 17:26:39 +02:00
parent 29ea6d6564
commit 6f0767465e
6 changed files with 91 additions and 3 deletions

5
content/_index.md Normal file
View File

@ -0,0 +1,5 @@
+++
title = ''
date = 2024-10-01T13:44:21+02:00
draft = true
+++

7
content/about.md Normal file
View File

@ -0,0 +1,7 @@
+++
title = 'About'
date = 2024-10-01T17:00:04+02:00
draft = true
+++
We should have some description here, I guess

6
content/archives.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "Archive"
layout: "archives"
url: "/archives/"
summary: archives
---

5
content/search.md Normal file
View File

@ -0,0 +1,5 @@
---
title: "Search"
placeholder: Search ...
layout: "search"
---