From 37b0c68600117e386f30ac1cdf8150f62aa87abf Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sat, 6 Apr 2024 00:45:24 +0200 Subject: [PATCH] set default author to me --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index b5a146b..be6d336 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,9 @@ title = "Snamellit" # The URL the site will be built for base_url = "https://www.snamellit.com" +# Default author +author = "Peter Tillemans" + # Whether to automatically compile all Sass files in the sass directory compile_sass = true