Skip to content

ITSjwags/jeffrey

Repository files navigation

Jeffrey Huysentruyt Portfolio

A Gatsby v2 powered website based on gatsby-starter-default.

It follows the JAMstack architecture with Netlify for continuous deployment, and CDN distribution.

Website

Jeffrey Website Link

Features

  • Styled Components for styling
  • Linting for all JS and CSS

Prerequisite

  • Node
  • Gatsby CLI (globally installed)

Available Scripts

Develop

Start a hot-reloading development environment accessible at localhost:8000

yarn start

Build

Get an optimized production build for your site generating static HTML and per-route JavaScript code bundles.

yarn build

Serve

gatsby serve — Gatsby starts a local HTML server for testing your built site.

yarn serve

Lint

Lint the code according to eslintrc file, for consistency.

yarn lint

Clean

Remove the .cache and public for a scratch compile.

yarn clean

Deployment

All the files are on GitHub and hosted using Netlify with it's CDN and CI so everything committed to master automatically gets deployed live.

About

Jeffrey Huysentruyt Portfolio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published