initial commit
parents
Showing
.gitignore
0 → 100644
components/alert/alert.js
0 → 100644
components/alert/alert.module.css
0 → 100644
components/layout/index.js
0 → 100644
components/layout/layout.module.css
0 → 100644
lib/posts.js
0 → 100644
package-lock.json
0 → 100644
This diff is collapsed.
Click to expand it.
package.json
0 → 100644
{ | |||
"private": true, | |||
"scripts": { | |||
"build": "next build", | |||
"dev": "next dev", | |||
"start": "next start" | |||
}, | |||
"dependencies": { | |||
"clsx": "^2.0.0", | |||
"date-fns": "^2.30.0", | |||
"gray-matter": "^4.0.3", | |||
"next": "latest", | |||
"react": "18.2.0", | |||
"react-dom": "18.2.0", | |||
"remark": "^15.0.1", | |||
"remark-html": "^16.0.1" | |||
}, | |||
"engines": { | |||
"node": ">=18" | |||
}, | |||
"devDependencies": { | |||
"sass": "^1.69.5" | |||
} | |||
} | |||
pages/_app.js
0 → 100644
pages/api/handler.js
0 → 100644
pages/index.js
0 → 100644
pages/posts/[id].js
0 → 100644
posts/pre-rendering.md
0 → 100644
posts/ssg-ssr.md
0 → 100644
public/images/profile.png
0 → 100644
4.7 KB
styles/Home.module.css
0 → 100644
styles/global.css
0 → 100644
styles/utils.module.css
0 → 100644