generate Hugo structure add the theme and firsts contents

This commit is contained in:
2025-01-05 18:25:29 +01:00
parent ea0a13253b
commit 53dfed0093
124 changed files with 859 additions and 1 deletions

10
.prettierrc.json Normal file
View File

@@ -0,0 +1,10 @@
{
"overrides": [
{
"files": ["*.html"],
"options": {
"parser": "go-template"
}
}
]
}