Skip to content

NatC02/portfolio

Repository files navigation


Logo Logo Logo Logo Logo

Gatsby Portfolio V2

A portfolio and blog website deployed on Netlify

Table of Contents
  1. About The Project
  2. Getting Started
  3. Acknowledgments

About The Project

Logo

Built with and implemented with the following in mind:

  • CSS Grid & CSS Flexbox - Element layout / placement
  • Netlify - For fast deployment

(back to top)

Usage

project-demo

Built with

(back to top)

App structure

├── .cache
├── content
│   └── blog
├── node_modules
├── public
├── src
│   ├── assets
│   │   ├── document
│   │   ├── gifs
│   │   ├── icons
│   │   ├── images
│   │   ├── images(blog)
│   │   ├── imagesReadMe
│   │   └── scss
│   ├── pages
│   ├── styles
│   └── template
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── package-lock.json
├── LICENSE
├── package-lock.json
├── package.json
├── postcss.config.js
├── README.md
└── tailwind.config.js

(back to top)

Getting Started

To get a local copy up and running follow these simple steps.

Installation

  1. Clone the repo
    git clone https://github.com/NatC02/portfolio
  2. Install npm packages
    npm install
  3. Start developing
    gatsby develop
  4. Build the public folder for deployment
    gatsby build

Deploy

By doing the following:

  1. Create your Netlify account Here

  2. Drag and drop your public folder

  3. Deployed! (Follow the Netlify instructions on the same page for Custom Domain Name)

  4. To receive form updates click on the form tab

(back to top)

Acknowledgments

Some of the resources I used or read while building this portfolio.

Resources

Theory

(back to top)

Releases

No releases published

Packages

No packages published