Giter Club home page Giter Club logo

gatsby-airship-portfolio's Introduction

Purely Functional Website

Install

Install gatsby-cli globally:

npm install -g gatsby-cli

Install project dependencies:

yarn install

Start Dev Server

npm start

or

gatsby develop

Open the browser to localhost:8000

Work on a branch off of master. Build and merge into master when ready to launch changes.

Site Metadata

Global site metadata is located in gatsby-config.js

siteMetadata: {
  og_image: `./src/images/gatsby-icon.png`,
  og_url: 'https://[email protected]',
  title: ``,
  description: `default description here`,
  twitter_creator: '',
  keywords: ''
},

Images

Image <img>

Import at the top: import launchIllustrationBackground from '../../images/illustration-background.png'

Include in <img src>: src={launchIllustrationBackground}

Inline Background Image

import setBgImage from src/utils/index.js

usage:

style={setBgImage('https://kelli.airshipcms.io/assets/images/portfolio-the-launch3.png')}

SCSS Background Image

Images

In SCSS, the path is background-image: url(../images/download-bluegrey.png); Images need to be dropped into src/images

SVGs

In SCSS, the path is background-image: url(../static/download-bluegrey.svg); Images need to be dropped into src/static

OG:Image

Since the OG image isn't used anywhere when the source files are compiled, the file (or files, if alternate images are used on other pages) must be placed manually in the static/ folder. Then the image can be linked as:

og_image: /[email protected]

git push on the master branch will launch compartments/ to [email protected]

Building for Production

To generate static files in the simplest way, run:

npm run build

The public/ directory will contain all the files necessary to copy to the server.

To test the production build locally, run

gatsby serve

Open the browser to localhost:9000

gatsby-airship-portfolio's People

Contributors

kellishouts avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.