From dd7670cf72b27c1b330d3732a483ca22e3a3db18 Mon Sep 17 00:00:00 2001 From: Sivaldo Date: Mon, 29 Jun 2026 18:36:52 -0300 Subject: Commit inicial --- config.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config.toml (limited to 'config.toml') diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..462f94a --- /dev/null +++ b/config.toml @@ -0,0 +1,16 @@ +baseURL = "https://sivaldodavi.com/" +languageCode = "pt-br" +title = "Sivaldo Davi website" + +[taxonomies] + tag = "tags" + +[outputs] + home = ["HTML", "RSS"] + section = ["HTML"] + taxonomy = ["HTML"] + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + hardWraps = true -- cgit v1.2.3