Refactor schema
Deploy / deploy (push) Successful in 33s
Details
Deploy / deploy (push) Successful in 33s
Details
This commit is contained in:
parent
2c5b683685
commit
bcbaee7310
|
@ -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
|
||||
|
|
15
config.yaml
15
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
|
|
@ -1 +1 @@
|
|||
Subproject commit a41798fffea99b5dc70c924095509d9c73f41f7f
|
||||
Subproject commit 1c31bfe108dee2526f508a8f8e1b3a2bc050cf52
|
Loading…
Reference in New Issue