Skip to content

Commit

Permalink
Remove blog for now
Browse files Browse the repository at this point in the history
  • Loading branch information
patriksvensson committed Oct 29, 2024
1 parent 0efab39 commit 483b732
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 48 deletions.
7 changes: 0 additions & 7 deletions blog/2023-10-09.md

This file was deleted.

22 changes: 0 additions & 22 deletions blog/2024-05-07.md

This file was deleted.

5 changes: 0 additions & 5 deletions blog/authors.yml

This file was deleted.

18 changes: 4 additions & 14 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const config = {
favicon: 'img/favicon.ico',

// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'mew-lang', // Usually your GitHub org/user name.
projectName: 'mew', // Usually your repo name.
trailingSlash: false,
Expand Down Expand Up @@ -42,17 +41,8 @@ const config = {
routeBasePath: '/',
sidebarPath: require.resolve('./sidebars.js'),
sidebarCollapsed: false,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
},
blog: {
showReadingTime: true,
// Please change this to your repo.
// Remove this to remove the "edit this page" links.
editUrl:
'https://github.com/facebook/docusaurus/tree/main/packages/create-docusaurus/templates/shared/',
'https://github.com/mew-lang/docs/tree/main/',
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
Expand All @@ -79,9 +69,9 @@ const config = {
position: 'left',
label: 'Documentation',
},
{
to: '/blog', label: 'Blog', position: 'left'
},
/* {
to: '/blog', label: 'Blog', position: 'left'
}, */
{
href: 'https://github.com/mew-lang',
className: "header-github-link",
Expand Down

0 comments on commit 483b732

Please sign in to comment.