Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2a26a50
Update docusaurus.config.js
mapachurro Dec 5, 2023
a296289
Merge pull request #1 from Education-DAO-Organization/mapachurro-base…
mapachurro Dec 5, 2023
2942ad4
replace all /docs/docs with /docs
mapachurro Dec 5, 2023
94c4f3b
replacing docs/docs with /docs
mapachurro Dec 5, 2023
2d233ba
Merge pull request #2 from Education-DAO-Organization/docsdocs
mapachurro Dec 5, 2023
80e7402
change project name to avoid dumb URL strings
mapachurro Dec 5, 2023
68fe46f
Merge pull request #3 from Education-DAO-Organization/project-name
mapachurro Dec 5, 2023
ea0c2d3
changed link in right sidebar to go to EducationDAO repo, not Faceboo…
mapachurro Jan 16, 2024
116859a
updated twitter and discord links, removed other irrelevant ones
mapachurro Jan 16, 2024
fde2389
added hey.xyz and Farcaster links
mapachurro Jan 16, 2024
6037d1d
Merge pull request #4 from Education-DAO-Organization/linkupdate
mapachurro Jan 16, 2024
b31f0cd
correcting baseurl
mapachurro Jan 16, 2024
99027f0
updating project name
mapachurro Jan 16, 2024
a36b6c2
updating project name to educationdao.xyz
mapachurro Jan 16, 2024
7c94334
Update index.mdx
mapachurro Jan 18, 2024
93d8818
Merge pull request #5 from Education-DAO-Organization/mapachurro-patch-1
mapachurro Jan 18, 2024
94ee372
Update docusaurus.config.js
mapachurro Jan 18, 2024
0d4d07c
Merge pull request #6 from Education-DAO-Organization/mapachurro-patch-2
mapachurro Jan 18, 2024
92431f8
Revert "Update docusaurus.config.js"
mapachurro Jan 18, 2024
e85b9a1
Merge pull request #7 from Education-DAO-Organization/revert-6-mapach…
mapachurro Jan 18, 2024
c09d17d
Revert "Revert "Update docusaurus.config.js""
mapachurro Jan 18, 2024
abf55ce
Merge pull request #8 from Education-DAO-Organization/revert-7-revert…
mapachurro Jan 18, 2024
00237c8
Update docusaurus.config.js
mapachurro Jan 18, 2024
2d4d11a
Merge pull request #9 from Education-DAO-Organization/mapachurro-patch-3
mapachurro Jan 18, 2024
c5f7d6c
Revert "Update docusaurus.config.js"
mapachurro Jan 18, 2024
1ece5af
Merge pull request #10 from Education-DAO-Organization/revert-9-mapac…
mapachurro Jan 18, 2024
8700214
Create CNAME
mapachurro Jan 18, 2024
c04f827
adding iframe to blog feature
mapachurro Feb 20, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
educationdao.xyz
6 changes: 6 additions & 0 deletions blog/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
---
title: Education DAO Announcements
---

<iframe
src="https://paragraph.xyz/@education-dao"
style={{ width: '100%', height: '80vh'}}
title="Updates from Education DAO via paragraph.xyz"
></iframe>
4 changes: 3 additions & 1 deletion docs/courses/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

28 changes: 14 additions & 14 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ const config = {
url: 'https://education-dao.xyz',
// Set the /<baseUrl>/ pathname under which your site is served
// For GitHub pages deployment, it is often '/<projectName>/'
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',
Expand Down Expand Up @@ -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',
},
Expand All @@ -94,24 +94,28 @@ const config = {
items: [
{
label: 'Projects',
to: '/docs/docs/projects',
to: '/docs/projects',
},
],
},
{
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',
},
],
},
Expand All @@ -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,
Expand Down