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