Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-07-30 12:37:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-17 13:17:59 +0300
commit0d15b2bd7ec7bf6e7a6a336fe20efc00f3f4df3a (patch)
treed998fbb7c7fb31ccd8c53ca6a8f1b82d651136f4
parent1a9356424c40f6129c5dd761c769bd1fd222dd61 (diff)
Fix mounts
-rw-r--r--config.yml22
1 files changed, 9 insertions, 13 deletions
diff --git a/config.yml b/config.yml
index 3cae3209da..5989c321dc 100644
--- a/config.yml
+++ b/config.yml
@@ -18,31 +18,27 @@ blackfriday:
fractions: false
publishDir: "_gh_pages"
-archetypeDir: "site/archetypes"
-assetDir: "site/assets"
-contentDir: "site/content"
-dataDir: "site/data"
-layoutDir: "site/layouts"
-staticDir: "site/static"
themesDir: "site/themes"
module:
mounts:
- source: dist
target: static/docs/4.3/dist
- - source: content
+ - source: dist
+ target: static/dist
+ - source: site/content
target: content
- - source: static
+ - source: site/static
target: static
- - source: layouts
+ - source: site/layouts
target: layouts
- - source: data
+ - source: site/data
target: data
- - source: assets
+ - source: site/assets
target: assets
- - source: i18n
+ - source: site/i18n
target: i18n
- - source: archetypes
+ - source: site/archetypes
target: archetypes
params: