From df3d7d5734855f72b72bdb18bbf9e3599dec0156 Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Sun, 21 Sep 2025 17:32:32 +0200 Subject: first commit --- hugo.toml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 hugo.toml (limited to 'hugo.toml') diff --git a/hugo.toml b/hugo.toml new file mode 100644 index 0000000..73972a1 --- /dev/null +++ b/hugo.toml @@ -0,0 +1,9 @@ +baseURL = 'https://mielota.com' +languageCode = 'fr' +title = 'mielota' + +[params] + Email = 'mailto:nantha@mielota.com' + +[markup.highlight] + style = "dracula" -- cgit v1.2.3