Skip to content

Commit 88b6a00

Browse files
mathceloclaude
andcommitted
Clean up public assets and update README
Remove unused default Next.js template files and duplicate assets, rename remaining files to cleaner names, and replace boilerplate README with actual project description. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9d74cd1 commit 88b6a00

12 files changed

Lines changed: 23 additions & 34 deletions

README.md

Lines changed: 20 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,30 @@
1-
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
1+
# marcelo.quest
22

3-
## Getting Started
3+
My personal website and blog — built with Next.js, MDX, and Tailwind CSS, deployed to AWS via S3 + CloudFront.
44

5-
First, run the development server:
5+
## What's in here
66

7-
```bash
8-
npm run dev
9-
# or
10-
yarn dev
11-
# or
12-
pnpm dev
13-
# or
14-
bun dev
15-
```
16-
17-
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
18-
19-
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.
7+
- **Home** — landing page with bio, contact info, and a fun hover animation
8+
- **About** — academic and professional background
9+
- **Research** — publications and research work (cybersecurity & blockchain)
10+
- **Blog** — posts written in MDX with syntax highlighting via Shiki
2011

21-
This project uses [`next/font`](https://nextjs.org/docs/app/building-your-application/optimizing/fonts) to automatically optimize and load [Geist](https://vercel.com/font), a new font family for Vercel.
12+
## Tech stack
2213

23-
## Learn More
14+
- **Framework**: Next.js 15 (App Router) + React 19
15+
- **Content**: MDX with `next-mdx-remote`, `rehype-pretty-code`, and `rehype-slug`
16+
- **Styling**: Tailwind CSS + `@tailwindcss/typography`
17+
- **Deployment**: GitHub Actions → S3 + CloudFront cache invalidation
2418

25-
To learn more about Next.js, take a look at the following resources:
19+
## Getting started
2620

27-
- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
28-
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.
29-
30-
You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js) - your feedback and contributions are welcome!
21+
```bash
22+
yarn install
23+
yarn dev
24+
```
3125

32-
## Deploy on Vercel
26+
Open [http://localhost:3000](http://localhost:3000) to view it locally.
3327

34-
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
28+
## Deployment
3529

36-
Check out our [Next.js deployment documentation](https://nextjs.org/docs/app/building-your-application/deploying) for more details.
30+
Pushes to `main` automatically trigger a build and deploy via GitHub Actions — the workflow builds the site, syncs to S3, and invalidates the CloudFront distribution.

public/file.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/globe.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/me.JPG

-261 KB
Binary file not shown.
-39.8 KB
Binary file not shown.

public/next.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.

public/vercel.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/window.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)