mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Patrick Kollitsch
17.29.2026 1bf468408e9bea4d8e4582890e32d89e5ce367f9
build(fix): update workspace setup
3 files modified
9 ■■■■■ changed files
.gitignore 3 ●●●● patch | view | raw | blame | history
.markdownlint.jsonc 2 ●●● patch | view | raw | blame | history
.vscode/extensions.json 4 ●●● patch | view | raw | blame | history
.gitignore
@@ -1,5 +1,4 @@
node_modules
public
.wireit
.hugo_build.lock
resources/_gen
resources/_gen
.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
.vscode/extensions.json
@@ -1,5 +1,7 @@
{
    "recommendations": [
        "pkief.material-icon-theme"
        "pkief.material-icon-theme",
        "yzhang.markdown-all-in-one",
        "davidanson.vscode-markdownlint"
    ]
}