From b2e4f4ce5b3099704cae2b25935dc917aac745e3 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 27 Oct 2022 06:35:14 -0500 Subject: [PATCH] config dir for blowfish theme --- config/_default/module.toml | 2 ++ config/_default/params.toml | 9 +++++++++ 2 files changed, 11 insertions(+) create mode 100644 config/_default/module.toml create mode 100644 config/_default/params.toml 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