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-31 16:34:45 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-08-17 13:17:59 +0300
commitfad50029124e6aec776399f9f6b71768780f5065 (patch)
tree624d595bf36f55aad72cf95509e8a14b2e1058be /config.yml
parent0d15b2bd7ec7bf6e7a6a336fe20efc00f3f4df3a (diff)
Clean up mounts.
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml17
1 files changed, 4 insertions, 13 deletions
diff --git a/config.yml b/config.yml
index 5989c321dc..3710d4208f 100644
--- a/config.yml
+++ b/config.yml
@@ -18,28 +18,19 @@ blackfriday:
fractions: false
publishDir: "_gh_pages"
-themesDir: "site/themes"
module:
mounts:
- source: dist
target: static/docs/4.3/dist
- - source: dist
- target: static/dist
- source: site/content
target: content
- - source: site/static
- target: static
- - source: site/layouts
- target: layouts
- source: site/data
target: data
- - source: site/assets
- target: assets
- - source: site/i18n
- target: i18n
- - source: site/archetypes
- target: archetypes
+ - source: site/layouts
+ target: layouts
+ - source: site/static
+ target: static
params:
description: "The most popular HTML, CSS, and JS library in the world."