Start Template: gastby-starter official and community-created starters
Site: http://localhost:8000
Querying your data: http://localhost:8000/___graphql
Gatsby Tutorial.
# 실행
pnpm start
# 배포
pnpm run deploy
디렉터리 구조
.
├── node_modules
└── blog
└── @Private :비공개 게시물 => 대신 포스트는 따로 노션에 관리. (어드민을 둘 생각이 없으므로)
└── ...
├── src
├── .gitignore
├── gatsby-browser.js
├── gatsby-config.js
├── gatsby-node.js
├── gatsby-ssr.js
├── LICENSE
├── package.json
└── README.md
Gatsby browser APIs
Gatsby Config
Gatsby Node APIs
Gatsby server-side rendering APIs
Gatsby website
Tutorial
Documentation
gh-pages 배포