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: {
defaultMode: 'dark',
respectPrefersColorScheme: false,
},
navbar: {
title: 'flecks',

View File

@ -12,8 +12,8 @@ function Flecks() {
>
<defs>
<radialGradient id="sphere">
<stop offset="70%" stop-color="#272727" />
<stop offset="100%" stop-color="black" />
<stop offset="70%" stopColor="#272727" />
<stop offset="100%" stopColor="black" />
</radialGradient>
</defs>
<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();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"
title="Build a flexible and powerful application in no time"
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 />
</Layout>