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:
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/config.yml b/config.yml
index c98b339bed..3cae3209da 100644
--- a/config.yml
+++ b/config.yml
@@ -26,6 +26,25 @@ layoutDir: "site/layouts"
staticDir: "site/static"
themesDir: "site/themes"
+module:
+ mounts:
+ - source: dist
+ target: static/docs/4.3/dist
+ - source: content
+ target: content
+ - source: static
+ target: static
+ - source: layouts
+ target: layouts
+ - source: data
+ target: data
+ - source: assets
+ target: assets
+ - source: i18n
+ target: i18n
+ - source: archetypes
+ target: archetypes
+
params:
description: "The most popular HTML, CSS, and JS library in the world."
authors: "Mark Otto, Jacob Thornton, and Bootstrap contributors"