jonsadka / jonsadka-blog

Jon Sadka's personal website and blog

Home Page:http://jonsadka.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jon Sadka's Personal Website

🚀 Quick start

  1. Start developing.

    Navigate into your new site’s directory and start it up.

    cd jonsadka-blog/
    gatsby develop
  2. Open the source code and start editing!

    Your site is now running at http://localhost:8000!

    Note: You'll also see a second link: http://localhost:8000/___graphql. This is a tool you can use to experiment with querying your data. Learn more about using this tool in the Gatsby tutorial.

    Open the jonsadka-blog directory in your code editor of choice and edit src/pages/index.js. Save your changes and the browser will update in real time!

  3. Deploy to gh-pages!

    Navigate into your new site’s directory and deploy.

    cd jonsadka-blog/
    yarn deploy

🧐 What's inside?

  1. .prettierrc: This is a configuration file for a tool called Prettier, which is a tool to help keep the formatting of your code consistent.

  2. gatsby-browser.js: This file is where Gatsby expects to find any usage of the Gatsby browser APIs (if any). These allow customization/extension of default Gatsby settings affecting the browser.

  3. gatsby-config.js: This is the main configuration file for a Gatsby site. This is where you can specify information about your site (metadata) like the site title and description, which Gatsby plugins you’d like to include, etc. (Check out the config docs for more detail).

  4. gatsby-node.js: This file is where Gatsby expects to find any usage of the Gatsby node APIs (if any). These allow customization/extension of default Gatsby settings affecting pieces of the site build process.

  5. gatsby-ssr.js: This file is where Gatsby expects to find any usage of the Gatsby server-side rendering APIs (if any). These allow customization of default Gatsby settings affecting server-side rendering.

About

Jon Sadka's personal website and blog

http://jonsadka.com

License:MIT License


Languages

Language:JavaScript 51.7%Language:CSS 48.3%