Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix blog mdx files during migration #85

Merged
merged 2 commits into from
Dec 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading