Add some stuff for the website
This commit is contained in:
parent
bef26ebb4a
commit
8534586aa0
12 changed files with 440 additions and 3 deletions
|
|
@ -33,8 +33,8 @@ export default function Home(): ReactNode {
|
|||
const {siteConfig} = useDocusaurusContext();
|
||||
return (
|
||||
<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Description will go into a meta tag in <head />">
|
||||
title={`${siteConfig.title}`}
|
||||
description="Semalibre SCOP <head />">
|
||||
<HomepageHeader />
|
||||
{/* <main>
|
||||
<HomepageFeatures />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue