mirror of
https://git.digitalstudium.com/digitalstudium/digitalstudium.com
synced 2023-12-29 08:06:35 +00:00
Refactor schema
This commit is contained in:
@@ -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
|
Submodule themes/ds updated: a41798fffe...1c31bfe108
Reference in New Issue
Block a user