mirror of
https://git.digitalstudium.com/digitalstudium/digitalstudium.com
synced 2023-12-29 08:06:35 +00:00
Update theme
This commit is contained in:
32
config/_default/config.yaml
Normal file
32
config/_default/config.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
title: Digital Studium
|
||||
baseURL: https://digitalstudium.com
|
||||
theme: ds
|
||||
|
||||
defaultContentLanguageInSubdir: true
|
||||
languages:
|
||||
en:
|
||||
contentDir: content/en
|
||||
languageName: English
|
||||
params:
|
||||
author: Konstantin Shutkin
|
||||
description: Blog about Linux, DevOps, programming and cloud technologies
|
||||
ru:
|
||||
contentDir: content/ru
|
||||
languageName: Русский
|
||||
params:
|
||||
author: Константин Шуткин
|
||||
description: Блог о Linux, DevOps, программировании и облачных технологиях
|
||||
|
||||
params:
|
||||
authorPage: /about-author
|
||||
logo: /static/images/logo.svg
|
||||
schemaType: TechArticle
|
||||
copyright: http://creativecommons.org/licenses/by/4.0/
|
||||
includeJS: ['copy.js']
|
||||
|
||||
# deployment:
|
||||
# targets:
|
||||
# - name: yandex cloud
|
||||
# URL: s3://digitalstudium.com?region=ru-central1&endpoint=storage.yandexcloud.net
|
||||
|
||||
enableRobotsTXT: true
|
Reference in New Issue
Block a user