diff --git a/configs.json b/configs.json new file mode 100644 index 0000000..b322cae --- /dev/null +++ b/configs.json @@ -0,0 +1,23 @@ +{ + "theme":{ + "palettes":{ + "dark":{ + "background":"#000000", + "text":"#FFFFFF", + "highlight":"#7187FF" + }, + "light":{ + "background":"#FFFFFF", + "text":"#000000", + "highlight":"#7187FF" + } + }, + "fontFamily":"monospace" + }, + "assets":{ + "logo":"statics/logos-logo.svg" + }, + "navigation":{ + "home":"index.md" + } +} \ No newline at end of file