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..aab2cd9 100644 --- a/blog/index.md +++ b/blog/index.md @@ -1,3 +1,9 @@ --- 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..bb92324 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,12 +16,12 @@ const config = { url: 'https://education-dao.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', @@ -80,7 +80,7 @@ const config = { }, {to: '/Blog', label: 'News', position: 'left'}, { - href: 'https://github.com/facebook/docusaurus', + href: 'https://github.com/EducationDAO/', 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,