Skip to content

Commit ffaecf6

Browse files
just testing some random things, leave me alone
1 parent 76e6058 commit ffaecf6

3 files changed

Lines changed: 17 additions & 3 deletions

File tree

.frontmatter/database/mediaDb.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"[markdown]": {
3+
"editor.fontSize": 14,
4+
"editor.lineHeight": 26,
5+
"editor.wordWrap": "wordWrapColumn",
6+
"editor.wordWrapColumn": 64,
7+
"editor.lineNumbers": "off",
8+
"editor.quickSuggestions": false,
9+
"editor.minimap.enabled": false
10+
}
11+
}

content/posts/setting-up-hugo.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
+++
22
title = "Setting Up Hugo"
3-
date = 2026-02-22T10:13:52+01:00
3+
date = 2026-02-22T09:13:52.000Z
44
draft = false
5-
tags = ["hugo", "tutorial"]
6-
categories = ["misc"]
5+
tags = [ "hugo", "tutorial" ]
6+
categories = [ "misc" ]
7+
preview = "/featured-3440575066.jpg"
78
+++
89

10+
![](/featured-3440575066.jpg)
911
## Setting up hugo is easy!
1012

1113
look it is working right now (:

0 commit comments

Comments
 (0)