π¨π»βπ» λ§μμ λλ νλ«νΌμ΄ μμ΄μ μ§μ λ§λ κΈ°μ λΈλ‘κ·Έμ λλ€. β¨
Area | Tech Stack |
---|---|
Frontend | |
DevOps |
-
Clone this project.
# create a new Gatsby site using the blog starter git clone https://github.com/greatSumini/greatSumini.github.io
-
Add environment variables.
copy .env.sample to project root, input your codes
GOOGLE_VERIFICATION_CODE=<input_your_code> NAVER_VERIFICATION_CODE=<input_your_code> ADSENSE_PUBLISHER_ID=<input_your_id>
-
Add github repository secrets.
add GH_PAT, GOOGLE_VERIFICATION_CODE, NAVER_VERIFICATION_CODE, ADSENSE_PUBLISHER_ID
-
Now you can run/deploy this project!
# run locally yarn dev # deploy on gh-page yarn deploy
Looking for more guidance? Full documentation for Gatsby lives on the website. Here are some places to start:
-
For most developers, we recommend starting with our in-depth tutorial for creating a site with Gatsby. It starts with zero assumptions about your level of ability and walks through every step of the process.
-
To dive straight into code samples, head to our documentation. In particular, check out the Guides, API Reference, and Advanced Tutorials sections in the sidebar.