diff options
| author | Sivaldo <git@sivaldodavi.com> | 2026-06-29 18:36:52 -0300 |
|---|---|---|
| committer | Sivaldo <git@sivaldodavi.com> | 2026-06-29 18:36:52 -0300 |
| commit | dd7670cf72b27c1b330d3732a483ca22e3a3db18 (patch) | |
| tree | 16d4e458d93cd7181d4ebc950ed406b45038f53b /config.toml | |
Commit inicial
Diffstat (limited to 'config.toml')
| -rw-r--r-- | config.toml | 16 |
1 files changed, 16 insertions, 0 deletions
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 |
