Skip to content

Personal website / blog / portfolio built using TypeScript/Next.js/Tailwind CSS/MDX Remote/Next SEO

Notifications You must be signed in to change notification settings

ssohymind/web-jarocki-me

 
 

Repository files navigation

website screenshot

Bartosz Jarocki - Personal site / Blog / Portfolio

This is my personal website built using

Running locally

Add an .env file with the following values

# Used by API to determine how to run headless chrome
IS_PRODUCTION=

# Where the app is currently running? Used to create links
NEXT_PUBLIC_SITE_URL=

# 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

Personal website / blog / portfolio built using TypeScript/Next.js/Tailwind CSS/MDX Remote/Next SEO

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 90.2%
  • CSS 6.9%
  • JavaScript 2.9%