Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
0d15b2bd
Commit
0d15b2bd
authored
5 years ago
by
Bjørn Erik Pedersen
Committed by
XhmikosR
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Fix mounts
parent
1a935642
2 merge requests
!31948
Examples/Floating-labels: fix bad behavior with autofill
,
!30064
test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
config.yml
+9
-13
config.yml
with
9 additions
and
13 deletions
+9
-13
config.yml
+
9
-
13
View file @
0d15b2bd
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment