greatSumini.github.io

my blog 👨🏻‍💻

0BSD License

Stars
1

Tech Stacks

Area Tech Stack
Frontend
DevOps

🚀 Quick start

  1. Clone this project.

    # create a new Gatsby site using the blog starter
    git clone https://github.com/greatSumini/greatSumini.github.io
    
  2. 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>
    
  3. Add github repository secrets.

    add GH_PAT, GOOGLE_VERIFICATION_CODE, NAVER_VERIFICATION_CODE, ADSENSE_PUBLISHER_ID

  4. Now you can run/deploy this project!

    # run locally
    yarn dev
    
    # deploy on gh-page
    yarn deploy
    

🎓 Learning Gatsby

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.

💫 Deploy