No description
  • Astro 69.2%
  • TypeScript 18.3%
  • CSS 11.7%
  • JavaScript 0.8%
Find a file
imnyang 10bf4378b6
feat: enhance styling and layout with new global styles, scrollbar customization, and updated content
- Added Google Sans Code font to globals.css for improved typography.
- Introduced new CSS variables for theming in globals.css, enhancing dark mode support.
- Updated layout.tsx to include custom scrollbar styles from scrollbar.css.
- Modified page.tsx to improve the "About" section with more engaging content.
- Refactored NeoFetch component for better styling and layout consistency.
- Commented out scroll behavior in Top component for smoother navigation.
- Added new art.html file for visual representation in the NeoFetch component.
2025-10-26 20:31:38 +09:00
.github/workflows chore(ci): correct GHCR image tags in GitHub Actions workflow 2025-10-23 20:43:11 +09:00
public feat: enhance styling and layout with new global styles, scrollbar customization, and updated content 2025-10-26 20:31:38 +09:00
src feat: enhance styling and layout with new global styles, scrollbar customization, and updated content 2025-10-26 20:31:38 +09:00
.148 Update and rename .162 to .148 2025-03-31 17:01:07 +09:00
.gitignore feat(ui/ux): add timeline, hero, and NeoFetch components + data/hooks 2025-10-22 22:33:40 +09:00
biome.json Init NextJS 2025-09-28 14:52:22 +09:00
bun.lock feat(ui): add AnimatedTextCycle component and framer-motion 2025-10-23 21:29:11 +09:00
components.json Init shadcn, Make Sidebar 2025-10-09 01:43:14 +09:00
compose.yml chore(deps): upgrade Next/React ecosystem, sync lockfile, and add CI/docker configs 2025-10-23 20:17:55 +09:00
Dockerfile chore(docker): include bun.lock* in Dockerfile dependency COPY so bun install uses lockfile 2025-10-23 20:44:24 +09:00
next.config.ts chore(next): set output to 'standalone' in next.config.ts 2025-10-23 20:35:21 +09:00
package.json feat(ui): add AnimatedTextCycle component and framer-motion 2025-10-23 21:29:11 +09:00
postcss.config.mjs Init NextJS 2025-09-28 14:52:22 +09:00
README.md Init NextJS 2025-09-28 14:52:22 +09:00
tsconfig.json chore(deps): upgrade Next/React ecosystem, sync lockfile, and add CI/docker configs 2025-10-23 20:17:55 +09:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.