theWhiteWulfy / personal-site-larsen

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo

sld.codes

The Personal Site of Sam Larsen-Disney

πŸ‘‹ Welcome to my personal site's repo.

You can see it live here:

sld.codes

I built the whole site using my favourite react framework - Gatsby! If you haven't heard of it, you should check it out here:

Learn Gatsby

🚨 Forking this repo

Yes, you can fork this repo. Please give me proper credit by linking back to sld.codes. Thanks!

I want to keep this site open source howevers it's always disheartening to find that someone has copied my work without giving me credit. I spent a non-trivial amount of effort building and designing sld.codes, and I am proud of it! All I ask of you is to not claim this effort as your own.

If you have questions about implementation, please refer to the Gatsby docs.

πŸ›  Installation & Set Up

  1. Install the Gatsby CLI

    npm install -g gatsby-cli
  2. Install and use the correct version of Node using NVM

    nvm install
  3. Install dependencies

    npm install
  4. Start the development server

    npm start

πŸš€ Building and Running for Production

  1. Generate a full static production build

    npm run build
  2. Preview the site as it will appear once deployed

    npm run serve

🎨 Color Reference

Color Light Mode Hex Dark Mode Hex
White #ffffff #ffffff #1c1c1c #1c1c1c
Black #000000 #000000 #ffffff #ffffff
Grey #2e4052 #2e4052 #f9f9f9 #f9f9f9
Light Grey #f9f9f9 #f9f9f9 #121212 #121212
Dark Blue #222d46 #222d46 #ffffff #ffffff
Blue #35466d #35466d #49aab7 #49aab7
Light Blue #067bc2 #067bc2 #067bc2 #067bc2
Lightest Blue #49aab7 #49aab7 #49aab7 #49aab7
Dark Pink #ef6461 #ef6461 #000000 #000000
Pink #ea4e68 #ea4e68 #000000 #000000
Orange #ff8a1d #ff8a1d #ff8a1d #ff8a1d
Yellow #f9b806 #f9b806 #f9b806 #f9b806
Green #4cbb55 #4cbb55 #4cbb55 #4cbb55

About

License:MIT License


Languages

Language:JavaScript 81.0%Language:CSS 18.6%Language:Shell 0.3%