remove logos config from sitebuilder
This commit is contained in:
parent
b01b0384c3
commit
a2d60aae27
|
@ -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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue