/'
- baseUrl: '/docs',
+ baseUrl: '/',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'EducationDAO', // Usually your GitHub org/user name.
- projectName: 'docs', // Usually your repo name.
+ projectName: 'educationdao.xyz', // Usually your repo name.
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
@@ -44,14 +44,14 @@ const config = {
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
- 'https://github.com/EducationDAO/docs',
+ 'https://github.com/Education-DAO-organization/educationdao.xyz',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
- 'https://github.com/EducationDAO/docs',
+ 'https://github.com/Education-DAO-organization/educationdao.xyz',
},
theme: {
customCss: './src/css/custom.css',
@@ -80,7 +80,7 @@ const config = {
},
{to: '/Blog', label: 'News', position: 'left'},
{
- href: 'https://github.com/facebook/docusaurus',
+ href: 'https://github.com/Education-DAO-Organization/',
label: 'GitHub',
position: 'right',
},
@@ -94,7 +94,7 @@ const config = {
items: [
{
label: 'Projects',
- to: '/docs/docs/projects',
+ to: '/docs/projects',
},
],
},
@@ -102,16 +102,20 @@ const config = {
title: 'Community',
items: [
{
- label: 'Stack Overflow',
- href: 'https://stackoverflow.com/questions/tagged/docusaurus',
+ label: 'Discord',
+ href: 'https://discord.gg/24Nqz6zP',
},
{
- label: 'Discord',
- href: 'https://discordapp.com/invite/docusaurus',
+ label: 'Lens Protocol',
+ href: 'https://hey.xyz/u/educationdao',
+ },
+ {
+ label: 'Farcaster',
+ href: 'https://warpcast.com/educationdao',
},
{
label: 'Twitter',
- href: 'https://twitter.com/docusaurus',
+ href: 'https://twitter.com/Education__DAO',
},
],
},
@@ -122,14 +126,10 @@ const config = {
label: 'Blog',
to: '/blog',
},
- {
- label: 'GitHub',
- href: 'https://github.com/facebook/docusaurus',
- },
],
},
],
- copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
+ copyright: `Copyright © ${new Date().getFullYear()} Education DAO.`,
},
prism: {
theme: prismThemes.github,
diff --git a/src/components/HomepageFeatures/index.js b/src/components/HomepageFeatures/index.js
index 1ee3b34..3094df6 100644
--- a/src/components/HomepageFeatures/index.js
+++ b/src/components/HomepageFeatures/index.js
@@ -6,10 +6,14 @@ import Why from '!!raw-loader!./why.md';
const FeatureList = [
{
- title: 'Why Education DAO?',
+ title: "What's new from Education DAO?",
Svg: require('@site/static/img/education-dao-animated-logo.svg').default,
description: (
<>
+
+
+
{Why}
>
),
diff --git a/src/components/HomepageFeatures/why.md b/src/components/HomepageFeatures/why.md
index 5ccbe20..90a8772 100644
--- a/src/components/HomepageFeatures/why.md
+++ b/src/components/HomepageFeatures/why.md
@@ -1,3 +1,5 @@
+## Why Education DAO?
+
### The advent of public blockchain networks created a fundamental change in how information is generated and shared.
The catalyst began with Bitcoin, evolved with Ethereum and now a multitude of chains, dapps and innovations exist on blockchain networks.
diff --git a/src/pages/index.js b/src/pages/index.js
index 911dbee..d2484cd 100644
--- a/src/pages/index.js
+++ b/src/pages/index.js
@@ -16,13 +16,6 @@ function HomepageHeader() {
{siteConfig.title}
{siteConfig.tagline}
- {/*
-
- Docusaurus Tutorial - 5min ⏱️
-
-
*/}
);