Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greatsumini/greatsumini.github.io

my blog πŸ‘¨πŸ»β€πŸ’»
https://github.com/greatsumini/greatsumini.github.io

gatsby gh-pages github-actions google-analytics react styled-components typescript

Last synced: 1 day ago
JSON representation

my blog πŸ‘¨πŸ»β€πŸ’»

Awesome Lists containing this project

README

        



sumin



sumin dev blog






πŸ‘¨πŸ»β€πŸ’» λ§ˆμŒμ— λ“œλŠ” ν”Œλž«νΌμ΄ μ—†μ–΄μ„œ 직접 λ§Œλ“  κΈ°μˆ λΈ”λ‘œκ·Έμž…λ‹ˆλ‹€. ✨

## Tech Stacks

| Area | Tech Stack |
| -------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Frontend | ![](https://img.shields.io/badge/React-blue?longCache=true&logo=React) ![](https://img.shields.io/badge/Typescript-blue?color=007ACC&longCache=true&logo=Typescript&logoColor=white) ![](https://img.shields.io/badge/Styled_Compoenent-blue?color=b80742&longCache=true&logo=styled-components&logoColor=white) |
| DevOps | ![](https://img.shields.io/badge/GitHub-blue?color=181717&longCache=true&logo=GitHub&logoColor=white) ![](https://img.shields.io/badge/GitHub_Actions-blue?color=2088FF&longCache=true&logo=GitHub-Actions&logoColor=white) |


## πŸš€ Quick start

1. **Clone this project.**

```shell
# 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

```shell
GOOGLE_VERIFICATION_CODE=
NAVER_VERIFICATION_CODE=
ADSENSE_PUBLISHER_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!**

```shell
# run locally
yarn dev

# deploy on gh-page
yarn deploy
```

## πŸŽ“ Learning Gatsby

Looking for more guidance? Full documentation for Gatsby lives [on the website](https://www.gatsbyjs.com/). Here are some places to start:

- **For most developers, we recommend starting with our [in-depth tutorial for creating a site with Gatsby](https://www.gatsbyjs.com/tutorial/).** 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](https://www.gatsbyjs.com/docs/).** In particular, check out the _Guides_, _API Reference_, and _Advanced Tutorials_ sections in the sidebar.

## πŸ’« Deploy

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/gatsbyjs/gatsby-starter-blog)

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/gatsbyjs/gatsby-starter-blog)