Skip to content

My Jamstack website and my digital garden that helps people learn Javascript and front-end development.

License

Notifications You must be signed in to change notification settings

melboudali/elboudali.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elboudali

elboudali website

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.

Installation

  1. Clone the repo
    clone https://github.com/melboudali/elboudali.com.git .
    
  2. Create .env file
  3. 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.

Edit Data

add your personal informations (fullName, location and more) by editing these files:

src
│
└───data
    │   about.ts
    │   config.ts
    │   projects.ts

Pages

  • Index
  • Projects
  • Blog
  • contact

About

My Jamstack website and my digital garden that helps people learn Javascript and front-end development.

Resources

License

Stars

Watchers

Forks