Skip to content

Hexa-Block/webpage

Repository files navigation

HexaBlock — Landing & Portfolio

This repository contains the Seven Blocks landing page and my personal portfolio.

Quick start

  1. Clone the repo
git clone https://github.com/hexa-block/webpage.git
cd webpage
  1. Install dependencies
npm install
  1. Start the dev server
npm run dev
  1. Build and run in production
npm run build
npm start

Edit content

  • Theme & branding: src/resources/once-ui.config.ts
  • Profile data & sections: src/resources/content.tsx
  • Blog posts: add .mdx files under src/app/blog/posts
  • Projects: add .mdx files under src/app/work/projects

Requirements

  • Node.js v18.17+

Tech & credits

Built with Next.js and Once UI. Based on the “Magic Portfolio” template. Docs: docs.once-ui.com

License

CC BY-NC 4.0. See LICENSE for details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published