diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 168f755..dc98ba2 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -22,7 +22,7 @@ jobs: hugo-version: '0.110.0' - name: Build - run: hugo --minify + run: hugo - name: Deploy uses: https://github.com/burnett01/rsync-deployments@5.2.1 diff --git a/config.yaml b/config.yaml index 6dc3fdd..bd47c8a 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,5 @@ title: Digital Studium +baseURL: https://www.digitalstudium.com theme: ds defaultContentLanguageInSubdir: true @@ -16,9 +17,15 @@ languages: author: Константин Шуткин description: Блог о Linux, DevOps, программировании и облачных технологиях -deployment: - targets: - - name: yandex cloud - URL: s3://digitalstudium.com?region=ru-central1&endpoint=storage.yandexcloud.net +params: + authorPage: /about-author + logo: /images/logo.svg + schemaType: TechArticle + copyright: http://creativecommons.org/licenses/by/4.0/ + +# deployment: +# targets: +# - name: yandex cloud +# URL: s3://digitalstudium.com?region=ru-central1&endpoint=storage.yandexcloud.net enableRobotsTXT: true \ No newline at end of file diff --git a/themes/ds b/themes/ds index a41798f..1c31bfe 160000 --- a/themes/ds +++ b/themes/ds @@ -1 +1 @@ -Subproject commit a41798fffea99b5dc70c924095509d9c73f41f7f +Subproject commit 1c31bfe108dee2526f508a8f8e1b3a2bc050cf52