From 113620e4da9c81636d4db936ba65231d7a13a0f3 Mon Sep 17 00:00:00 2001 From: Hazem Krimi Date: Fri, 3 Nov 2023 23:45:24 +0100 Subject: [PATCH] Mount assets --- hugo.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hugo.toml b/hugo.toml index 50018db..0b42f08 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,6 +1,11 @@ baseURL = 'http://hazemkrimi.tech/' languageCode = 'en-us' title = 'Hazem Krimi' +[module] +[[module.mounts]] + includeFiles = '*/**' + source = 'assets' + target = 'assets' [menu] [[menu.main]] name = 'Home'