diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..cee2c16 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +educationdao.xyz diff --git a/blog/index.md b/blog/index.md index da21d77..647c1e3 100644 --- a/blog/index.md +++ b/blog/index.md @@ -1,3 +1,39 @@ --- title: Education DAO Announcements --- + + + + + + + + diff --git a/docs/courses/index.mdx b/docs/courses/index.mdx index 3991f1b..fd73c3a 100644 --- a/docs/courses/index.mdx +++ b/docs/courses/index.mdx @@ -4,5 +4,7 @@ title: Courses The courses of Education DAO is a house of many mansions. -The original genesis of the DAO was in the decentralization of Conensys Academy, whose Blockchain Developer Bootcamp was one of the first, and certainly one of the best-known, courses of its kind. The DAO now holds that content, and it is available to be modified, read, and taught. +The original genesis of the DAO was in the decentralization of Consensys Academy, whose Blockchain Developer Bootcamp was one of the first, and certainly one of the best-known, courses of its kind. + +The DAO now holds that content, and it is available to be modified, read, and taught. diff --git a/docusaurus.config.js b/docusaurus.config.js index 6379d9f..cedafe3 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -13,15 +13,15 @@ const config = { favicon: 'img/favicon.ico', // Set the production url of your site here - url: 'https://education-dao.xyz', + url: 'https://educationdao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - 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 ⏱️ - -
*/} );