From 2a26a50318b9d19dc3502e41a41dffa13715583f Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:08:12 -0500 Subject: [PATCH 01/18] Update docusaurus.config.js Attempting to make the baseURL work with GH Pages. --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6379d9f..197c1cb 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ 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. From 2942ad421c9766a858d299a6cd60ee1641074e58 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:27:39 -0500 Subject: [PATCH 02/18] replace all /docs/docs with /docs --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 197c1cb..5db03ff 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -94,7 +94,7 @@ const config = { items: [ { label: 'Projects', - to: '/docs/docs/projects', + to: '/docs/projects', }, ], }, From 94c4f3bf4305f169557e2de13b36dd83108612a0 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:31:04 -0500 Subject: [PATCH 03/18] replacing docs/docs with /docs --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 197c1cb..5db03ff 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -94,7 +94,7 @@ const config = { items: [ { label: 'Projects', - to: '/docs/docs/projects', + to: '/docs/projects', }, ], }, From 80e740220d47cf037e0c7b7f0a7918c0c7a06dfe Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Tue, 5 Dec 2023 18:43:36 -0500 Subject: [PATCH 04/18] change project name to avoid dumb URL strings --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 5db03ff..522474d 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: '/', + baseUrl: '/DAOdocs/', // 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: 'DAOdocs', // Usually your repo name. onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', From ea0c2d3194b334ea53e354a879f79e520c61ed75 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 16 Jan 2024 09:36:56 -0500 Subject: [PATCH 05/18] changed link in right sidebar to go to EducationDAO repo, not Facebook / docusaurus --- docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 6379d9f..db1e27b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -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', }, ], }, From 116859a3c735feacc059989704f42309f2fe5a1d Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 16 Jan 2024 10:41:19 -0500 Subject: [PATCH 06/18] updated twitter and discord links, removed other irrelevant ones --- docusaurus.config.js | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index db1e27b..39c2e76 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -101,17 +101,13 @@ const config = { { title: 'Community', items: [ - { - label: 'Stack Overflow', - href: 'https://stackoverflow.com/questions/tagged/docusaurus', - }, { label: 'Discord', - href: 'https://discordapp.com/invite/docusaurus', + href: 'https://discord.gg/24Nqz6zP', }, { label: 'Twitter', - href: 'https://twitter.com/docusaurus', + href: 'https://twitter.com/Education__DAO', }, ], }, @@ -122,10 +118,6 @@ const config = { label: 'Blog', to: '/blog', }, - { - label: 'GitHub', - href: 'https://github.com/facebook/docusaurus', - }, ], }, ], From fde2389dbf94d719d24a004d8c43d4e749c820e6 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 16 Jan 2024 10:44:50 -0500 Subject: [PATCH 07/18] added hey.xyz and Farcaster links --- docusaurus.config.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 39c2e76..4432fd7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -105,6 +105,14 @@ const config = { label: 'Discord', href: 'https://discord.gg/24Nqz6zP', }, + { + label: 'Lens Protocol', + href: 'https://hey.xyz/u/educationdao', + }, + { + label: 'Farcaster', + href: 'https://warpcast.com/educationdao', + }, { label: 'Twitter', href: 'https://twitter.com/Education__DAO', @@ -121,7 +129,7 @@ const config = { ], }, ], - copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`, + copyright: `Copyright © ${new Date().getFullYear()} Education DAO.`, }, prism: { theme: prismThemes.github, From b31f0cd1adcab2b18fb67952fe5b4932bf77b7d9 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 16 Jan 2024 10:52:06 -0500 Subject: [PATCH 08/18] correcting baseurl --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2779267..55e0220 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://education-dao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/DAOdocs/', + baseUrl: '/docs/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. From 99027f0b55d98a4bc7d3b698bd22a1affbdc3934 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 16 Jan 2024 10:57:38 -0500 Subject: [PATCH 09/18] updating project name --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 55e0220..534fcdf 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -21,7 +21,7 @@ const config = { // 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: 'DAOdocs', // Usually your repo name. + projectName: 'educationdao.xyz', // Usually your repo name. onBrokenLinks: 'throw', onBrokenMarkdownLinks: 'warn', From a36b6c21f64076f6eaa178ca77b3f7428a6f5524 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 16 Jan 2024 10:59:13 -0500 Subject: [PATCH 10/18] updating project name to educationdao.xyz --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 534fcdf..1c627d8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ 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: '/educationdao.xyz/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. From 7c94334e7858cfcb155c3d1d5512f9c96b94d9c3 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:37:47 -0500 Subject: [PATCH 11/18] Update index.mdx Correcting a typo and improving format. --- docs/courses/index.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. From 94ee3727685a71193b607d0fa04637f4a03459f3 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:40:27 -0500 Subject: [PATCH 12/18] Update docusaurus.config.js hopefully, fixing baseURL for the last time~! --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1c627d8..bb92324 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://education-dao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/educationdao.xyz/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. From 92431f8eb0d1b82c2e0dcd51eca4a7042edbd3d3 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:54:21 -0500 Subject: [PATCH 13/18] Revert "Update docusaurus.config.js" --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index bb92324..1c627d8 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://education-dao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/educationdao.xyz/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. From c09d17dcb1203772ea3b188b46eb82e34401748a Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:00:26 -0500 Subject: [PATCH 14/18] Revert "Revert "Update docusaurus.config.js"" --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 1c627d8..bb92324 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -16,7 +16,7 @@ const config = { url: 'https://education-dao.xyz', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/educationdao.xyz/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these. From 00237c805dbbf54afe8bb02e47bad3a2c52ac371 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:03:56 -0500 Subject: [PATCH 15/18] Update docusaurus.config.js Updating docs path --- docusaurus.config.js | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index bb92324..2b3b8dc 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -40,18 +40,16 @@ const config = { /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { - sidebarPath: './sidebars.js', - // Please change this to your repo. - // Remove this to remove the "edit this page" links. - editUrl: - 'https://github.com/EducationDAO/docs', - }, + path: './docs', + sidebarPath: './sidebars.js', + editUrl: 'https://github.com/EducationDAO/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/EducationDAO/educationdao.xyz', }, theme: { customCss: './src/css/custom.css', From c5f7d6cf8465d753d1ce11d9f0190ae035138cd5 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:09:45 -0500 Subject: [PATCH 16/18] Revert "Update docusaurus.config.js" --- docusaurus.config.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2b3b8dc..bb92324 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -40,16 +40,18 @@ const config = { /** @type {import('@docusaurus/preset-classic').Options} */ ({ docs: { - path: './docs', - sidebarPath: './sidebars.js', - editUrl: 'https://github.com/EducationDAO/educationdao.xyz', -}, + sidebarPath: './sidebars.js', + // Please change this to your repo. + // Remove this to remove the "edit this page" links. + editUrl: + 'https://github.com/EducationDAO/docs', + }, blog: { showReadingTime: true, // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/EducationDAO/educationdao.xyz', + 'https://github.com/EducationDAO/docs', }, theme: { customCss: './src/css/custom.css', From 870021454c8bb45743d0dba0e1962022e2242333 Mon Sep 17 00:00:00 2001 From: oliver renwick <7252642+mapachurro@users.noreply.github.com> Date: Wed, 17 Jan 2024 22:12:02 -0500 Subject: [PATCH 17/18] Create CNAME --- CNAME | 1 + 1 file changed, 1 insertion(+) create mode 100644 CNAME diff --git a/CNAME b/CNAME new file mode 100644 index 0000000..cee2c16 --- /dev/null +++ b/CNAME @@ -0,0 +1 @@ +educationdao.xyz From c04f827af23ab837d9b152a12418cf27e4977005 Mon Sep 17 00:00:00 2001 From: mapachurro Date: Tue, 20 Feb 2024 14:38:18 -0500 Subject: [PATCH 18/18] adding iframe to blog feature --- blog/index.md | 6 ++++++ 1 file changed, 6 insertions(+) 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 --- + +