From b7d8b42c20e36b5919608d0172a0d3303c440355 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Sat, 28 Sep 2024 09:19:32 +0200 Subject: Add Google Search Console verification --- google68c3edfdb3673ddb.html | 1 + netlify.toml | 2 +- package.json | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 google68c3edfdb3673ddb.html diff --git a/google68c3edfdb3673ddb.html b/google68c3edfdb3673ddb.html new file mode 100644 index 0000000..7479799 --- /dev/null +++ b/google68c3edfdb3673ddb.html @@ -0,0 +1 @@ +google-site-verification: google68c3edfdb3673ddb.html \ No newline at end of file diff --git a/netlify.toml b/netlify.toml index 6e37d47..d21d560 100644 --- a/netlify.toml +++ b/netlify.toml @@ -18,7 +18,7 @@ # here, but we recommend using the Netlify UI for sensitive # values to keep them out of your source repository. [context.production] - command = 'hugo --source=exampleSite --baseURL ${URL} --destination ../public --minify' + command = 'hugo --source=exampleSite --baseURL ${URL} --destination ../public --minify; cp google68c3edfdb3673ddb.html ./piblic' [context.production.environment] HUGO_ENV = 'production' diff --git a/package.json b/package.json index 7283203..1436613 100644 --- a/package.json +++ b/package.json @@ -20,6 +20,7 @@ "author": "Serghei Iakovlev ", "main": "index.js", "scripts": { + "build": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=production hugo --gc --logLevel info --cleanDestinationDir --printUnusedTemplates --printPathWarnings --printMemoryUsage --printI18nWarnings --buildDrafts --buildExpired --buildFuture --forceSyncStatic", "server": "HUGO_RESOURCEDIR='../resources' HUGO_ENV=development hugo server --logLevel info --source=exampleSite --buildDrafts --buildFuture --ignoreCache --disableFastRender", "test": "playwright test", "lint": "eslint static/js/* assets/js/* tests/*.spec.js eslint.config.js playwright.config.js netlify-preview.js", -- cgit v1.2.3