Skip to content

colinking/me

Repository files navigation

colinking.co

The codebase for my personal website: colinking.co

Local Development

Install dependencies:

npm install

Run the development server:

npm run dev

If you want Segment enabled locally, run npx vercel env pull .env.local.

Create a production build:

npm run build

Run the production server locally after building:

npm run start

Resume

This website serves my resume. This repo contains the the LaTeX code to generate it.

brew install tectonic
tectonic resume/resume.tex --outdir ./public

This writes the output PDF to resume/resume.pdf.

Deployment

This website is automatically deployed via Vercel.

Resources

Twitter Emojis

By @ellekasai, available at ellekasai.github.io/twemoji-awesome.

Font

Font (Inconsolata) inspired by jhil.co.