Skip to content

Commit

Permalink
Merge pull request #85 from sparcs-kaist/chore@fix-migration
Browse files Browse the repository at this point in the history
Fix blog mdx files during migration
  • Loading branch information
sboh1214 authored Dec 7, 2024
2 parents 70b29f2 + beef737 commit e83f4cb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -38,7 +44,7 @@ npm run build
npm run deploy
```

### TODO
## TODO

- contact(<[email protected]>) 빠짐
- 멤버 소개 빠짐
Expand Down
2 changes: 1 addition & 1 deletion blog/2022/12-04-triangle/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` 에서 자유롭게 개발 가능!

**정말 간단해졌다!**

Expand Down
2 changes: 1 addition & 1 deletion blog/2023/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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가지로 나눌 수 있습니다.
Expand Down

0 comments on commit e83f4cb

Please sign in to comment.