Basic website structure and settings

This commit is contained in:
2024-05-30 01:13:34 +01:00
parent 7f9183d85d
commit 407e317d8e
37 changed files with 332 additions and 1372 deletions

8
content/search.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "Search" # in any language you want
layout: "search" # necessary for search
# url: "/archive"
# description: "Description for Search"
summary: "search"
placeholder: "Search"
---

View File

@@ -1,39 +0,0 @@
---
title: "Test"
date: 2024-05-29T20:39:37+01:00
draft: true
tags: ["test"]
author: "TrudeEH"
---
# Title
## Subtitle
### H3
#### H4
##### H5
###### H6
1. list
2. elements
3. another
- unordered
- list
Normal text.
`generic code`
*Important*
**Very important**
_Important Variant_
```sh
echo "Code Block"
```
[Link](https://example.org)
![Image]()