Skip to content

Commit

Permalink
Merge pull request #4 from snubayes/20240806
Browse files Browse the repository at this point in the history
update README.md
  • Loading branch information
kw-lee authored Aug 6, 2024
2 parents 0538360 + 2e5636d commit 613afeb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

홈페이지는 [Cloudflare Pages](https://pages.cloudflare.com)로 배포되고 있으며, 도메인 관리도 Cloudflare에서 이루어지고 있습니다.

배포 자동화는 [Cloudflare Pages GitHub Action](https://github.com/cloudflare/pages-action)을 바탕으로 작성하였으며 `main` branch에 push하면 [홈페이지](https://snubayes.org)가 자동으로 업데이트됩니다. 이를 위해 적당한 환경변수들을 설정해주어야 합니다.

## 수정 방법

1. 이 저장소를 clone합니다.
Expand Down
17 changes: 3 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,10 @@
"node": ">=18.0.0"
},
"dependencies": {
"core-js": "^3.36.1",
"gatsby": "^5.13.3",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-source-google-calendar": "^1.1.3",
"gatsby": "^5",
"gatsby-theme-portfolio-minimal": "^4.6.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.0.1",
"seedrandom": "^3.0.5"
},
"devDependencies": {
"gatsby-plugin-gdpr-cookies": "github:andrezimpel/gatsby-plugin-gdpr-cookies",
"gatsby-plugin-plausible": "file:./local_modules/gatsby-plugin-plausible",
"sharp": "^0.33.3"
"seedrandom": "3.0.5",
"react-icons": "5.2.1"
},
"author": "Kyeongwon Lee <[email protected]>",
"license": "0BSD",
Expand Down

0 comments on commit 613afeb

Please sign in to comment.