This repository contains the Seven Blocks landing page and my personal portfolio.
- Clone the repo
git clone https://github.com/hexa-block/webpage.git
cd webpage- Install dependencies
npm install- Start the dev server
npm run dev- Build and run in production
npm run build
npm start- Theme & branding:
src/resources/once-ui.config.ts - Profile data & sections:
src/resources/content.tsx - Blog posts: add
.mdxfiles undersrc/app/blog/posts - Projects: add
.mdxfiles undersrc/app/work/projects
- Node.js v18.17+
Built with Next.js and Once UI. Based on the “Magic Portfolio” template. Docs: docs.once-ui.com
CC BY-NC 4.0. See LICENSE for details.