Skip to content

Commit

Permalink
apply changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamedsalem401 committed Nov 30, 2023
1 parent a09583d commit a29a8b1
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 395 deletions.
Binary file removed examples/nextjs-blog/public/favicon.ico
Binary file not shown.
1 change: 0 additions & 1 deletion examples/nextjs-blog/public/next.svg

This file was deleted.

1 change: 0 additions & 1 deletion examples/nextjs-blog/public/thirteen.svg

This file was deleted.

1 change: 0 additions & 1 deletion examples/nextjs-blog/public/vercel.svg

This file was deleted.

2 changes: 1 addition & 1 deletion examples/nextjs-blog/src/content/embracing-minimalism.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Embracing-Minimalism-in-Everyday-Life
title: Embracing Minimalism in Everyday Life
date: 2023-11-29
tags: minimalism, lifestyle, simplicity
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: The-Art-of-Remote-Work-Productivity
title: The Art of Remote Work Productivity
date: 2023-11-29
tags: remote work, productivity, work-from-home
---
Expand Down
2 changes: 0 additions & 2 deletions examples/nextjs-blog/src/pages/_app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import '@/styles/globals.css'

export default function App({ Component, pageProps }) {
return <Component {...pageProps} />
}
4 changes: 1 addition & 3 deletions examples/nextjs-blog/src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import fs from "fs"
import Link from 'next/link';
import styles from '@/styles/Home.module.css'

export default function Home({ posts }) {
return (
<>
<main className={styles.main}>
<main>
<div>
<h2>Blog Posts</h2>
<ul>
Expand Down
278 changes: 0 additions & 278 deletions examples/nextjs-blog/src/styles/Home.module.css

This file was deleted.

Loading

0 comments on commit a29a8b1

Please sign in to comment.