]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix mounts
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Tue, 30 Jul 2019 09:37:45 +0000 (12:37 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Sat, 17 Aug 2019 10:17:59 +0000 (13:17 +0300)
config.yml

index 3cae3209da2f1d5fd47972629cab1ecb18c188ed..5989c321dcaec850a6536a59878416b090b6517c 100644 (file)
@@ -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: