My personal website is a digital garden and a compendium of my projects and articles that help people learn front-end and back-end development.
- Clone the repo
clone https://github.com/melboudali/elboudali.com.git .
- Create
.env
file - Paste and modify these env vars
MAIL_HOST="" MAIL_PORT=465 MAIL_USER="" MAIL_PASS="" GATSBY_SERVERLESS_BASE=http://localhost:8888/.netlify/functions
You can get the host, port, user and pass from Sendgrid.
add your personal informations (fullName, location and more) by editing these files:
src
│
└───data
│ about.ts
│ config.ts
│ projects.ts
- Index
- Projects
- Blog
- contact