mirror of
https://github.com/bjarncraft/Searchcord-Docs.git
synced 2025-12-12 15:18:10 +00:00
first commit
This commit is contained in:
60
theme.config.js
Normal file
60
theme.config.js
Normal file
@@ -0,0 +1,60 @@
|
||||
export default {
|
||||
titleSuffix: ' – Search-Cord',
|
||||
logo: (
|
||||
<>
|
||||
<span className="mr-2 font-extrabold hidden md:inline">Search-Cord</span>
|
||||
<span className="text-gray-600 font-normal hidden md:inline">
|
||||
Search-Cord
|
||||
</span>
|
||||
</>
|
||||
),
|
||||
head: (
|
||||
<>
|
||||
<meta name="msapplication-TileColor" content="#ffffff" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta httpEquiv="Content-Language" content="en" />
|
||||
<meta name="description" content="Search-Cord" />
|
||||
<meta name="og:description" content="Search-Cord" />
|
||||
<meta name="og:title" content="Search-Cord" />
|
||||
<meta name="apple-mobile-web-app-title" content="Search-Cord" />
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="/apple-icon-180x180.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="192x192"
|
||||
href="/android-icon-192x192.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="/favicon-32x32.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="96x96"
|
||||
href="/favicon-96x96.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="/favicon-16x16.png"
|
||||
/>
|
||||
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png" />
|
||||
</>
|
||||
),
|
||||
search: true,
|
||||
prevLinks: true,
|
||||
nextLinks: true,
|
||||
footer: true,
|
||||
footerEditLink: '',
|
||||
footerText: <>© {new Date().getFullYear()}.</>,
|
||||
unstable_faviconGlyph: '👋',
|
||||
}
|
||||
Reference in New Issue
Block a user