|
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 |
2 | 2 |
|
3 | | -## Getting Started |
| 3 | +My personal website and blog — built with Next.js, MDX, and Tailwind CSS, deployed to AWS via S3 + CloudFront. |
4 | 4 |
|
5 | | -First, run the development server: |
| 5 | +## What's in here |
6 | 6 |
|
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 |
20 | 11 |
|
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 |
22 | 13 |
|
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 |
24 | 18 |
|
25 | | -To learn more about Next.js, take a look at the following resources: |
| 19 | +## Getting started |
26 | 20 |
|
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 | +``` |
31 | 25 |
|
32 | | -## Deploy on Vercel |
| 26 | +Open [http://localhost:3000](http://localhost:3000) to view it locally. |
33 | 27 |
|
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 |
35 | 29 |
|
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. |
0 commit comments