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! 🎉
- Host: GitHub
- URL: https://github.com/Zerohertz/about
- Owner: Zerohertz
- Created: 2024-11-07T03:10:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-02T14:15:34.000Z (11 months ago)
- Last Synced: 2025-08-02T16:22:00.982Z (11 months ago)
- Topics: about, bootstrap, github-pages, nextjs, react, resume, sass
- Language: TypeScript
- Homepage: https://zerohertz.github.io/about/
- Size: 33.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!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? 🧑🏻💻
> 
> Fork the current repository. (The final deployed location will be `${USERNAME}.github.io/${REPOSITORY_NAME}`)
> 
> Change the GitHub Pages setting to use GitHub Actions.
> 
> Allow and run GitHub Actions.
> 
> Deployment complete!
---
- Original Repository: [uyu423/resume-nextjs](https://github.com/uyu423/resume-nextjs)
- Legacy Repository: [Zerohertz/about-v1](https://github.com/Zerohertz/about-v1)