// {Code} · Desk — portfolio.config.tsimport { createSite } from '@codedesk/core'; export const site = createSite({ name: '{Code} · Desk', role: 'Frontend Developer & Designer', stack: ['TypeScript', 'React', 'Next.js', 'GSAP'],}); type Section = { id: string; title: string; theme: 'light' | 'dark';}; const sections: Section[] = [ { id: 'about', title: 'About', theme: 'light' }, { id: 'work', title: 'Work', theme: 'light' }, { id: 'service', title: 'Service', theme: 'dark' }, { id: 'thought', title: 'Thought', theme: 'light' }, { id: 'contact', title: 'Contact', theme: 'dark' },]; export function renderSections() { return sections.map((section) => { const node = mount(section.id); node.dataset.theme = section.theme; return node; });} async function build() { console.log('polishing pixels...'); await Promise.all([ optimizeImages(), inlineCriticalCss(), prefetchFonts(['Pretendard', 'Cormorant Garamond']), ]); return 'ready';} export default build;
About — 01 / 03
All-in-One Web Solution
웹사이트의 뼈대를 잡는 기획부터 안정적인 개발까지 전 과정을 아우르는 원스톱 서비스를 제공합니다.
























{Code}·Desk
Service
우리는 전문적인 서비스를 제공합니다. 마이그레이션부터 프론트엔드 개발, 제품 컨설팅까지 — 아이디어가 실제로 작동하는 제품이 되기까지 전 과정을 함께합니다.
{Code}·Desk
Work
{Code}·Desk
Contact
이 길을 함께 걷겠습니다 —
첫 스케치부터 마지막 픽셀까지.




