2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Make use of Hugo's 0.56+ module feature.

This commit is contained in:
XhmikosR
2019-07-29 10:57:54 +03:00
parent 6335fbe224
commit 1a9356424c
3 changed files with 24 additions and 10 deletions
+19
View File
@@ -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"