From 1bf468408e9bea4d8e4582890e32d89e5ce367f9 Mon Sep 17 00:00:00 2001
From: Patrick Kollitsch <davidsneighbourdev+gh@gmail.com>
Date: Fri, 17 Apr 2026 03:29:11 +0000
Subject: [PATCH] build(fix): update workspace setup
---
.vscode/extensions.json | 4 +++-
.gitignore | 3 +--
.markdownlint.jsonc | 2 +-
3 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/.gitignore b/.gitignore
index 1b2dab7..38f5176 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,4 @@
node_modules
public
-.wireit
.hugo_build.lock
-resources/_gen
\ No newline at end of file
+resources/_gen
diff --git a/.markdownlint.jsonc b/.markdownlint.jsonc
index 19f23a2..b7212d0 100644
--- a/.markdownlint.jsonc
+++ b/.markdownlint.jsonc
@@ -93,7 +93,7 @@
},
// table style must be compact (single spaces around cell content)
"MD060": {
- "style": "compact"
+ "style": "aligned"
},
// @see https://www.npmjs.com/package/@github/markdownlint-github
// images should not contain default alternate texts
diff --git a/.vscode/extensions.json b/.vscode/extensions.json
index 4a4b432..50aaa68 100644
--- a/.vscode/extensions.json
+++ b/.vscode/extensions.json
@@ -1,5 +1,7 @@
{
"recommendations": [
- "pkief.material-icon-theme"
+ "pkief.material-icon-theme",
+ "yzhang.markdown-all-in-one",
+ "davidanson.vscode-markdownlint"
]
}
\ No newline at end of file
--
Gitblit v1.10.0