An open API service indexing awesome lists of open source software.

https://github.com/Zerohertz/about

🎉 About Me! 🎉
https://github.com/Zerohertz/about

about bootstrap github-pages nextjs react resume sass

Last synced: 11 months ago
JSON representation

🎉 About Me! 🎉

Awesome Lists containing this project

README

          


🎉 About Me! 🎉








> [!NOTE]
>
> ```bash
> # Install project dependencies
> $ npm install
> added 3 packages, and audited 347 packages in 1s
> 129 packages are looking for funding
> run `npm fund` for details
> found 0 vulnerabilities
>
> # Run ESLint to check and automatically fix linting issues
> $ npm run lint --fix
>
> > about@1.0.3 lint
> > next lint
>
> ✔ No ESLint warnings or errors
>
> # Start the Next.js development server on the specified port
> $ npm run dev -- -p ${PORT}
>
> > about@1.0.3 dev
> > next dev -p ${PORT}
>
> ▲ Next.js 15.0.3
> - Local: http://localhost:${PORT}
>
> ✓ Starting...
> ✓ Ready in 1145ms
> ○ Compiling / ...
> ✓ Compiled / in 5.4s (797 modules)
> GET / 200 in 5754ms
>
> # Build the project for production
> $ npm run build
>
> > about@1.0.3 build
> > next build
>
> ▲ Next.js 15.0.3
>
> ✓ Linting and checking validity of types
> Creating an optimized production build ...
> ✓ Compiled successfully
> ✓ Collecting page data
> ✓ Generating static pages (3/3)
> ✓ Collecting build traces
> ✓ Exporting (3/3)
> ✓ Finalizing page optimization
>
> Route (pages) Size First Load JS
> ┌ ○ / (318 ms) 108 kB 191 kB
> ├ └ css/ef46db3751d8e999.css 20 B
> ├ /_app 0 B 82.5 kB
> └ ○ /404 189 B 82.6 kB
> + First Load JS shared by all 114 kB
> ├ chunks/framework-a6b3d2fb26bce5d1.js 44.8 kB
> ├ chunks/main-2fb7f6c0f1a1dc8d.js 33.2 kB
> ├ css/056cdcce871cc97e.css 31.1 kB
> └ other shared chunks (total) 4.46 kB
>
> ○ (Static) prerendered as static content
> ```


🧑🏻‍🎨 How to Customize About Page! 🧑🏻‍🎨

Theme

> To change the primary colors, adjust the values in the following file:
>

> Update the font settings in the following files:

>
>

Layout

> In the code below, you can configure the layout for the entire about page.
>

Information

> Global
>

> Profile
>

> Introduction
>

> Skills
>
>

> Common
>


🧑🏻‍💻 How to Deploy About Page? 🧑🏻‍💻

> ![step 1.](https://github.com/user-attachments/assets/1d40bc3f-c3f2-4968-9fb4-fce99fbd558e)
> Fork the current repository. (The final deployed location will be `${USERNAME}.github.io/${REPOSITORY_NAME}`)

> ![step 2.](https://github.com/user-attachments/assets/236b8bf6-7068-4a5c-a628-8ead2b90b3a8)
> Change the GitHub Pages setting to use GitHub Actions.

> ![step 3.](https://github.com/user-attachments/assets/d8aaa52b-6150-4904-b2df-8713dec36754)
> Allow and run GitHub Actions.

> ![step 4.](https://github.com/user-attachments/assets/742f63fc-845d-46fb-8b91-866f4b888764)
> Deployment complete!

---

- Original Repository: [uyu423/resume-nextjs](https://github.com/uyu423/resume-nextjs)
- Legacy Repository: [Zerohertz/about-v1](https://github.com/Zerohertz/about-v1)