diff --git a/config/_default/module.toml b/config/_default/module.toml new file mode 100644 index 0000000..2f6a8c2 --- /dev/null +++ b/config/_default/module.toml @@ -0,0 +1,2 @@ +[[imports]] +path = "github.com/nunocoracao/blowfish/v2" \ No newline at end of file diff --git a/config/_default/params.toml b/config/_default/params.toml new file mode 100644 index 0000000..113cec6 --- /dev/null +++ b/config/_default/params.toml @@ -0,0 +1,9 @@ + +links = [ + { facebook = "https://facebook.com/tfcconnection"}, + {instagram = "https://instagram.com/tfcconnection"} +] + +colorScheme = "blowfish" +defaultAppearance = "dark" +enableSearch = true \ No newline at end of file