Init with some changes to the Serif Theme

This commit is contained in:
Waldehyd 2025-09-12 16:54:28 +02:00
commit 912d143813
243 changed files with 15251 additions and 0 deletions

3
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode", "stylelint.vscode-stylelint"]
}

19
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,19 @@
{
"[json]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": "vscode.html-language-features"
},
"search.exclude": {
"**/.git": true,
"**/node_modules": true,
"**/bower_components": true,
"**/tmp": true,
"**/_site": true,
"**/.jekyll-cache": true
},
"editor.tabSize": 2
}