From 2f8a270730727f38c305c8170244383a744b47b4 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 18 May 2026 14:06:33 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B2=D0=B8=D0=BA=D0=BE=D0=BD?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/deploy.yml | 10 ---------- hugo.toml | 5 +++++ static/apple-touch-icon.png | Bin 0 -> 28518 bytes static/favicon-16x16.png | Bin 0 -> 1232 bytes static/favicon-32x32.png | Bin 0 -> 2980 bytes static/favicon.ico | Bin 0 -> 5686 bytes 6 files changed, 5 insertions(+), 10 deletions(-) create mode 100644 static/apple-touch-icon.png create mode 100644 static/favicon-16x16.png create mode 100644 static/favicon-32x32.png create mode 100644 static/favicon.ico diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 5c9f949..2b8a757 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -21,13 +21,3 @@ jobs: run: | docker build -t git.ada-dev.ru/${{ gitea.repository }}:latest . docker push git.ada-dev.ru/${{ gitea.repository }}:latest - - - name: Deploy container - run: | - docker stop ada-dev-ru 2>/dev/null || true - docker rm ada-dev-ru 2>/dev/null || true - docker run -d \ - --name ada-dev-ru \ - --restart unless-stopped \ - -p 8081:80 \ - git.ada-dev.ru/${{ gitea.repository }}:latest diff --git a/hugo.toml b/hugo.toml index 6353e09..1aa2a23 100644 --- a/hugo.toml +++ b/hugo.toml @@ -10,6 +10,11 @@ enableRobotsTXT = true showBackToTopButton = true customHeadHTML = """ + + + + +