Skip to content

Summary things or learned things of Blogpost project.

Notifications You must be signed in to change notification settings

yyw10242/blogpost

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Blogpost Project Learned things

Gatsby

installing Gatsby

https://www.gatsbyjs.org/tutorial/part-zero/#using-the-gatsby-cli npm install -g gatsby-cli gatsby new hello-world https://github.com/gatsbyjs/gatsby-starter-hello-world cd hello-world gatsby develop

new is a gatsby command to create a new Gatsby project. Here, hello-world is an arbitrary title — you could pick anything. The CLI tool will place the code for your new site in a new folder called “hello-world”. Lastly, the GitHub URL specified points to a code repository that holds the starter code you want to use.

https://www.gatsbyjs.org/tutorial/part-zero/#create-a-gatsby-site 부터 진행

Git

모르면 -h https://github.com/lkoiescg2031/gatsby-starter-custom-blog/wiki/1.1.-Git-commit-message-guide

git.bash

Setting in vsCode

파워쉘 기본으로 되어있는데. Select Default Shell 누르기

About

Summary things or learned things of Blogpost project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published