From 44774c8a3791ceb0a7db8f98d6d6dd50c61606e1 Mon Sep 17 00:00:00 2001 From: Fabian Ecke Date: Tue, 28 Jul 2026 19:57:19 +0200 Subject: [PATCH] changed dev workflow/config.toml --- .gitea/workflows/dev-2-0.yaml | 6 +++--- configTaxo.toml | 27 --------------------------- netlify.toml | 30 ------------------------------ 3 files changed, 3 insertions(+), 60 deletions(-) delete mode 100644 configTaxo.toml delete mode 100644 netlify.toml diff --git a/.gitea/workflows/dev-2-0.yaml b/.gitea/workflows/dev-2-0.yaml index 09df2f7..9684b66 100644 --- a/.gitea/workflows/dev-2-0.yaml +++ b/.gitea/workflows/dev-2-0.yaml @@ -18,9 +18,9 @@ jobs: CI: "true" run: npm ci --no-audit --no-fund - name: build - env: - HUGO_SECURITY_EXEC_ALLOW: "node|(postcss)" - HUGO_SECURITY_NODE_DISABLE: "true" + #env: + # HUGO_SECURITY_EXEC_ALLOW: "node|(postcss)" + # HUGO_SECURITY_NODE_DISABLE: "true" run: hugo --minify --gc --baseURL "https://dev.ftecke.de/" - name: deploy run: | diff --git a/configTaxo.toml b/configTaxo.toml deleted file mode 100644 index 9220fcf..0000000 --- a/configTaxo.toml +++ /dev/null @@ -1,27 +0,0 @@ -timeout = 30000 -enableInlineShortcodes = true - -[taxonomies] -category = "categories" -tag = "tags" -series = "series" - -[privacy] - - [privacy.vimeo] - disabled = false - simple = true - - [privacy.twitter] - disabled = false - enableDNT = true - simple = true - disableInlineCSS = true - - [privacy.instagram] - disabled = false - simple = true - - [privacy.youtube] - disabled = false - privacyEnhanced = true diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index 3397110..0000000 --- a/netlify.toml +++ /dev/null @@ -1,30 +0,0 @@ -[build] -publish = "public" -command = "git submodule update --remote --merge && npm run build" - -[context.production.environment] -HUGO_VERSION = "0.90.0" -HUGO_ENV = "production" -HUGO_ENABLEGITINFO = "true" - -[context.split1] -command = "npm run build" - -[context.split1.environment] -HUGO_VERSION = "0.90.0" -HUGO_ENV = "production" - -[context.deploy-preview] -command = "npm run build" - -[context.deploy-preview.environment] -HUGO_VERSION = "0.90.0" - -[context.branch-deploy] -command = "npm run build" - -[context.branch-deploy.environment] -HUGO_VERSION = "0.90.0" - -[context.next.environment] -HUGO_ENABLEGITINFO = "true"