remove logos config from sitebuilder

This commit is contained in:
amirhouieh 2022-05-20 11:17:27 +02:00
parent b01b0384c3
commit a2d60aae27
1 changed files with 0 additions and 32 deletions

View File

@ -1,32 +0,0 @@
const {basename, join, sep, relative} = require("path");
module.exports = {
theme: {
palettes:{
dark: {
background: "#000000",
text: "#FFFFFF",
highlight: "#7187FF"
},
light: {
background: "#FFFFFF",
text: "#000000",
highlight: "#7187FF"
}
},
fontFamily: "monospace",
},
assets: {
logo: "static/logos-logo.svg"
},
content: {
type: "git",
source: "https://github.com/acid-info/content-example-repo-markdown/archive/refs/heads/master.zip",
dist: join(process.cwd(), "docs"),
staticDir: join(process.cwd(), "docs", "static"),
},
navigation: {
//if set custom pages/index.tsx will be ignored!
home: "index.md"
}
}