From 97292009ddf23707f3dc505a535bb3c8c7349975 Mon Sep 17 00:00:00 2001 From: Gaurav Gosain Date: Sun, 18 Sep 2022 22:32:40 +0400 Subject: [PATCH] Create _config.yml --- _config.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2ad7976 --- /dev/null +++ b/_config.yml @@ -0,0 +1,9 @@ +remote_theme: abhinavs/moonwalk + +favicon: "favicon-32x32.png" # relative path to site's favicon + +theme_config: + appearance: "dark" # can be "light", "dark" or "auto" + appearance_toggle: true # if appearance can be switched by user + show_navbar: false + show_footer: false