Skip to content

Commit

Permalink
update site
Browse files Browse the repository at this point in the history
  • Loading branch information
madjin committed Feb 21, 2024
1 parent debebda commit 55c2a71
Show file tree
Hide file tree
Showing 14 changed files with 108 additions and 15 deletions.
2 changes: 1 addition & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'Character Studio',
tagline: 'Avatar Creation and More',
tagline: 'VRM Avatar Toolkit',
favicon: 'img/favicon.ico',

// Set the production url of your site here
Expand Down
Binary file modified node_modules/.cache/webpack/client-development-en/0.pack
Binary file not shown.
Binary file modified node_modules/.cache/webpack/client-development-en/1.pack
Binary file not shown.
Binary file modified node_modules/.cache/webpack/client-development-en/2.pack
Binary file not shown.
Binary file modified node_modules/.cache/webpack/client-development-en/index.pack
Binary file not shown.
Binary file modified node_modules/.cache/webpack/client-development-en/index.pack.old
Binary file not shown.
24 changes: 12 additions & 12 deletions src/components/HomepageFeatures/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@ import styles from './styles.module.css';

const FeatureList = [
{
title: 'Easy to Use',
Svg: require('@site/static/img/undraw_docusaurus_mountain.svg').default,
title: 'Powerful Creation',
Svg: require('/img/skeleton.svg').default,
description: (
<>
Docusaurus was designed from the ground up to be easily installed and
used to get your website up and running quickly.
Web based point and click VRM avatar builder with support for custom assets.
Support for batch exporting, and more
</>
),
},
{
title: 'Focus on What Matters',
Svg: require('@site/static/img/undraw_docusaurus_tree.svg').default,
title: 'High Performance',
Svg: require('/img/speed.svg').default,
description: (
<>
Docusaurus lets you focus on your docs, and we&apos;ll do the chores. Go
ahead and move your docs into the <code>docs</code> directory.
Drag and drop VRM optimization tools + Automated methods for culling between layers
and reducing draw calls.
</>
),
},
{
title: 'Powered by React',
Svg: require('@site/static/img/undraw_docusaurus_react.svg').default,
title: 'Transparent Development',
Svg: require('/img/opensource.svg').default,
description: (
<>
Extend or customize your website layout by reusing React. Docusaurus can
be extended while reusing the same header and footer.
Open source and community driven by people that care about the future
of VRM and interoperable open standards.
</>
),
},
Expand Down
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function HomepageHeader() {
<Link
className="button button--secondary button--lg"
to="/docs/about">
about
View Docs
</Link>
</div>
</div>
Expand All @@ -32,7 +32,7 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext();
return (
<Layout
title={`Hello from ${siteConfig.title}`}
title={`${siteConfig.title} Docs`}
description="Description will go into a meta tag in <head />">
<HomepageHeader />
<main>
Expand Down
3 changes: 3 additions & 0 deletions static/img/download.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions static/img/mint.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions static/img/opensource.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions static/img/settings.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions static/img/skeleton.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions static/img/speed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55c2a71

Please sign in to comment.