From f20dd1b4e0945cb53fb85010786cb4057aee3b3b Mon Sep 17 00:00:00 2001 From: PedroEdiaz Date: Mon, 16 Mar 2026 14:12:16 -0600 Subject: [PATCH] Add: config.toml --- config.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 config.toml diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..daafc9c --- /dev/null +++ b/config.toml @@ -0,0 +1,11 @@ +baseURL = "/" +languageCode = "en-us" +title = "Pedro E. Díaz" + +enableGitInfo = true + +theme = "PaperMod" +[params] + defaultTheme = "auto" + ShowShareButtons = true + ShowReadingTime = true