diff options
| author | XhmikosR <[email protected]> | 2020-05-14 11:36:39 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-01-18 22:37:22 +0200 |
| commit | 6521761aff02d1ceb1803f1d807c19366c7cc0dd (patch) | |
| tree | be37678d5589b1637059c4614afc46831a9efe41 /config.yml | |
| parent | 4167c107f81aeb2b05e3fe3e2e511b50ea9be640 (diff) | |
| download | bootstrap-main-xmr-docs-hugo-rm-ver.tar.xz bootstrap-main-xmr-docs-hugo-rm-ver.zip | |
Docs: remove version folder from static filesmain-xmr-docs-hugo-rm-ver
Use a mount instead.
Diffstat (limited to 'config.yml')
| -rw-r--r-- | config.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/config.yml b/config.yml index a54d5bc6c..fc78d6cb7 100644 --- a/config.yml +++ b/config.yml @@ -36,9 +36,15 @@ module: target: layouts - source: site/static target: static - - source: site/static/docs/5.0/assets/img/favicons/apple-touch-icon.png + - source: site/assets/brand/ + target: static/docs/5.0/assets/brand/ + - source: site/assets/img/ + target: static/docs/5.0/assets/img/ + - source: site/assets/js/ + target: static/docs/5.0/assets/js/ + - source: site/assets/img/favicons/apple-touch-icon.png target: static/apple-touch-icon.png - - source: site/static/docs/5.0/assets/img/favicons/favicon.ico + - source: site/assets/img/favicons/favicon.ico target: static/favicon.ico params: |
