Skip to content

jjin43/jjin43.github.io

Repository files navigation

Personal Website - Justin Jin / jjin43

Data Location

\lib\site-config.ts - personal site information (title, keywords, etc).
\lib\data.ts - data entries for components.
\public\files\resume.pdf - downloadable resume.

Installation

Clone the repo and install needed packages with:

npm install

Then create .env file with the link:

SITE_URL='https://example.com'
# Optionally, verify on Google Search Console for faster indexing.
GOOGLE_SITE_VERIFICATION_ID=''
## Required to generate sitemap by next-sitemap

Then start the project on the local server with:

npm run dev

and view page at http://localhost:3000.

Finally, deploy to github pages with:

npm run deploy  
## verify that /out exists in root dir after build step

Tech Stack

  • Next.js
  • TypeScript
  • Tailwind CSS

About

Personal Website - Justin Jin / jjin43

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors