mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-06 07:50:42 +00:00
update to nextra 3
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
export default function App({ Component, pageProps }) {
|
||||
return <Component {...pageProps} />
|
||||
}
|
@@ -1,8 +0,0 @@
|
||||
{
|
||||
"index": "Intro",
|
||||
"cli": "CLI",
|
||||
"git": "Git",
|
||||
"dev_ops": "Dev Ops",
|
||||
"latex": "LaTeX",
|
||||
"web_dev": "Web Development"
|
||||
}
|
8
pages/_meta.ts
Normal file
8
pages/_meta.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
index: 'Intro',
|
||||
cli: 'CLI',
|
||||
git: 'Git',
|
||||
dev_ops: 'Dev Ops',
|
||||
latex: 'LaTeX',
|
||||
web_dev: 'Web Development',
|
||||
}
|
@@ -1,4 +0,0 @@
|
||||
{
|
||||
"github-actions": "Github Actions",
|
||||
"hosting": "Hosting"
|
||||
}
|
4
pages/dev_ops/_meta.ts
Normal file
4
pages/dev_ops/_meta.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export default {
|
||||
'github-actions': 'Github Actions',
|
||||
hosting: 'Hosting',
|
||||
}
|
Reference in New Issue
Block a user