medlaam / tp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy with Vercel

Bartosz Jarocki - Personal site / Blog / Portfolio

screenshot

This is my personal website built using

Running locally

Add an .env file with the following values

#
NEXT_PUBLIC_SITE_URL='your-website.com'

# Fathom analytics
NEXT_PUBLIC_ANALYTICS_ID=''
NEXT_PUBLIC_ANALYTICS_DOMAINS=''

Clone the repository, run the application

git clone https://github.com/BartoszJarocki/web-jarocki-me
cd web-jarocki-me
yarn
yarn dev

OG images generation

Application generates Open Graph images automatically using lambda functions and Puppetter

Main page example main page OG image

Blog post example blog post OG image

Credits

Design inspired by https://leerob.io/

License

MIT

About


Languages

Language:TypeScript 90.2%Language:JavaScript 4.9%Language:CSS 4.8%