doc: tweaks

This commit is contained in:
cha0s 2024-01-30 08:33:46 -06:00
parent 6e9604a6cc
commit 2ea6a3dff6
4 changed files with 5 additions and 9 deletions

View File

@ -39,6 +39,7 @@ export default async function flecksDocusaurus() {
({ ({
colorMode: { colorMode: {
defaultMode: 'dark', defaultMode: 'dark',
respectPrefersColorScheme: false,
}, },
navbar: { navbar: {
title: 'flecks', title: 'flecks',

View File

@ -12,8 +12,8 @@ function Flecks() {
> >
<defs> <defs>
<radialGradient id="sphere"> <radialGradient id="sphere">
<stop offset="70%" stop-color="#272727" /> <stop offset="70%" stopColor="#272727" />
<stop offset="100%" stop-color="black" /> <stop offset="100%" stopColor="black" />
</radialGradient> </radialGradient>
</defs> </defs>
<ellipse <ellipse

View File

@ -1,5 +0,0 @@
.flecksHero {
html[data-theme="light"] & {
filter: invert(1);
}
}

View File

@ -34,8 +34,8 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext(); const {siteConfig} = useDocusaurusContext();
return ( return (
<Layout <Layout
title={`Hello from ${siteConfig.title}`} title="Build a flexible and powerful application in no time"
description="Description will go into a meta tag in <head />" description="flecks is an exceptionally-extensible fullstack application production system. Its true purpose is to make application development a more joyful endeavor. Intelligent defaults combined with a highly dynamic structure motivate consistency while allowing you to easily express your own architectural opinions."
> >
<HomepageHeader /> <HomepageHeader />
</Layout> </Layout>