From 1a9356424c40f6129c5dd761c769bd1fd222dd61 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 29 Jul 2019 10:57:54 +0300 Subject: Make use of Hugo's 0.56+ module feature. --- config.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'config.yml') 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" -- cgit v1.2.3