From c52a554bee1f910fc73aa39c9ad31af121591d3e Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Tue, 16 May 2023 10:55:08 +0300 Subject: [PATCH] Update theme --- config.yaml => config/_default/config.yaml | 3 ++- config/production/config.yaml | 5 +++++ themes/ds | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) rename config.yaml => config/_default/config.yaml (91%) create mode 100644 config/production/config.yaml diff --git a/config.yaml b/config/_default/config.yaml similarity index 91% rename from config.yaml rename to config/_default/config.yaml index b95a47c..f74889b 100644 --- a/config.yaml +++ b/config/_default/config.yaml @@ -19,9 +19,10 @@ languages: params: authorPage: /about-author - logo: /images/logo.svg + logo: /static/images/logo.svg schemaType: TechArticle copyright: http://creativecommons.org/licenses/by/4.0/ + includeJS: ['copy.js'] # deployment: # targets: diff --git a/config/production/config.yaml b/config/production/config.yaml new file mode 100644 index 0000000..4503cf6 --- /dev/null +++ b/config/production/config.yaml @@ -0,0 +1,5 @@ +module: + mounts: + - source: "static" + target: "static" + excludeFiles: "admin" \ No newline at end of file diff --git a/themes/ds b/themes/ds index da98742..13b7803 160000 --- a/themes/ds +++ b/themes/ds @@ -1 +1 @@ -Subproject commit da9874228b619d392acc533d891ba49d9bb7bc1e +Subproject commit 13b7803377262ba892cfd57c83e9373d28faf3b5