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:
authorXhmikosR <xhmikosr@gmail.com>2019-07-29 10:57:54 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-17 13:17:59 +0300
commit1a9356424c40f6129c5dd761c769bd1fd222dd61 (patch)
tree84be95fcb1146327072c05ac91b14063d534b024 /config.yml
parent6335fbe224f28d2ce65c628756a84113ea65643f (diff)
Make use of Hugo's 0.56+ module feature.
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"