Update theme

This commit is contained in:
Digital Studium
2023-05-16 10:55:08 +03:00
parent 01c477dc34
commit c52a554bee
3 changed files with 8 additions and 2 deletions

View 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

View File

@@ -0,0 +1,5 @@
module:
mounts:
- source: "static"
target: "static"
excludeFiles: "admin"