diff --git a/README.md b/README.md index c7b9f83..b81b133 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,15 @@ # SPARCS Homepage v3 -[![Netlify Status](https://api.netlify.com/api/v1/badges/28ba6a4f-baed-4dc8-96a4-2650472b06d5/deploy-status)](https://app.netlify.com/sites/sparcs/deploys) +[![Netlify Status](https://api.netlify.com/api/v1/badges/0c077ed0-cf3d-4cc9-89d5-33f0285fc903/deploy-status)](https://app.netlify.com/sites/sparcs/deploys) [![CI](https://github.com/sparcs-kaist/sparcs.org-v3/actions/workflows/ci.yml/badge.svg)](https://github.com/sparcs-kaist/sparcs.org-v3/actions/workflows/ci.yml) -This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. +This website is built using [Docusaurus 3](https://docusaurus.io/), a modern static website generator. + +## Contributor + +Initially started by President of SPARCS in 2022 [Seungbin Oh](https://github.com/sboh1214) with ❤️ + +## How to develop ### Installation @@ -38,7 +44,7 @@ npm run build npm run deploy ``` -### TODO +## TODO - contact() 빠짐 - 멤버 소개 빠짐 diff --git a/blog/2022/12-04-triangle/index.md b/blog/2022/12-04-triangle/index.md index ae1177d..3c7749b 100644 --- a/blog/2022/12-04-triangle/index.md +++ b/blog/2022/12-04-triangle/index.md @@ -278,7 +278,7 @@ sleep infinity; - Login Callback URL: `https://<닉네임>.newaradx.sparcs.org/api/users/sso_login_callback` 2. PM님께 전달받은 \<(1) 키파일 내용\>과 \<(2) ssh 포트번호\>, \<(3) db 포트번호\>를 가지고 ssh와 vscode, datagrip 세팅을 진행 3. `make run` 실행 후, 초기 db 세팅 -4. `https://\<닉네임\>.newaradx.sparcs.org` 에서 자유롭게 개발 가능! +4. `https://<닉네임>.newaradx.sparcs.org` 에서 자유롭게 개발 가능! **정말 간단해졌다!** diff --git a/blog/2023/index.md b/blog/2023/index.md index 79cc483..173d6b8 100644 --- a/blog/2023/index.md +++ b/blog/2023/index.md @@ -16,7 +16,7 @@ Gitops 환경을 구성하기 위해서는 선언적 인프라(Declarative Infra 이를 위해 상태 저장소(Config Repository) 를 구성하는것이 일반적이며, 상태 저장소에는 인프라의 현 상태를 정의하는 선언적인 코드들이 관리됩니다. ![GitOps Principles and Workflows Every Team Should Know | Rafay](https://rafay.co/wp-content/uploads/2021/11/GitOpsDiagram-v1-1024x638.jpg) -\<이미지 출처 : [https://rafay.co]\> +\<이미지 출처 : [https://rafay.co](https://rafay.co)\> ### Stack for Gitops Gitops를 구성하기 위해 필요한 요소는 크게 3가지로 나눌 수 있습니다.