Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Gatsby 100 Days of Code 2021

License

NotificationsYou must be signed in to change notification settings

rodneylab/rodneylab-100-days-of-gatsby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Gatsby

rodneylab-100-days-of-gatsby

Table of contents

Features

Web Performance Tests

  • Lighthouse Report - Scores 100 on Performance, Accessibility and Best Practices. Hosting on Gatsby Cloud Free, ax-robots-tag: none header is served. This causes the SEO score to drop from 100 to 91.

Quick Start

Create a Gatsby site

Use the Gatsby CLI to create a new site, specifying the Lumen starter.

# Create a new Gatsby site using this repogatsby new blog https://github.com/rodneylab/rodneylab-100-days-of-gatsby

Start Developing

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

cd bloggatsby develop

Open the source code and start editing!

Your site is now running athttp://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 theGatsby tutorial.

Open theblog directory in your code editor of choice and editsrc/templates/index-template.js. Save your changes and the browser will update in real time!

Deploy to Gatsby Cloud

Gatsby Cloud is a platform of stable, trusted tools launched by the team behind Gatsby.js. Seeinstrcutions on setting up a Gatsby Cloud deploy.

Deploy with Netlify

Netlify CMS can run in any frontend web environment, but the quickest way to try it out is by running it on a pre-configured starter site with Netlify. Use the button below to build and deploy your own copy of the repository:

Deploy to Netlify

After clicking that button, you’ll authenticate with GitHub and choose a repository name. Netlify will then automatically create a repository in your GitHub account with a copy of the files from the template. Next, it will build and deploy the new site on Netlify, bringing you to the site dashboard when the build is complete. Next, you’ll need to set up Netlify’s Identity service to authorize users to log in to the CMS.

Deploy to Github Pages

To deploy to github pages, simply do the following:

  • Ensure that yourpackage.json file correctly reflects where this repo lives
  • Change thepathPrefix in yourconfig.js
  • Run the standard deploy command
yarn deploy

Access Locally

$ git clone https://github.com/[GITHUB_USERNAME]/[REPO_NAME].git$ cd [REPO_NAME]$ yarn$ yarn develop

To test the CMS locally, you'll need run a production build of the site:

$ yarn build$ gatsby serve

Folder Structure

└── src    ├── components    │   ├── Emoji    │   ├── Footer    │   ├── Header    │   ├── Layout    │   └── PageHeader    ├── constants    ├── pages    ├── templates    └── utils

Releases

No releases published

Packages

No packages published

Contributors2

  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp