Skip to content

Commit bf26ed8

Browse files

File tree

5 files changed

+254
-33
lines changed

5 files changed

+254
-33
lines changed

blog/2023/05-15-yuwol/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $ tree
7070
2 directories, 6 files
7171
```
7272

73-
아직 아무 것도 없지만 실행은 할 수 있다. 아래를 실행하고 \<http://127.0.0.1:8000\>에 접속하면 환영
73+
아직 아무 것도 없지만 실행은 할 수 있다. 아래를 실행하고 \<[http://127.0.0.1:8000](http://127.0.0.1:8000)\>에 접속하면 환영
7474
인사와 함께 로켓 이미지를 볼 수 있다.
7575

7676
```bash
@@ -260,7 +260,7 @@ Password (again): ********
260260
Superuser created successfully.
261261
```
262262

263-
서버를 시작하고 \<http://127.0.0.1:8000/admin/\>으로 접속하면 아래와 같은 로그인 화면을 볼 수 있다.
263+
서버를 시작하고 \<[http://127.0.0.1:8000/admin/](http://127.0.0.1:8000/admin/)\>으로 접속하면 아래와 같은 로그인 화면을 볼 수 있다.
264264
위에서 설정한 값들을 입력하고 들어가자.
265265

266266
![Django Admin Sign In Page](./django-admin-signin.png)

blog/2023/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Gitops 환경을 구성하기 위해서는 선언적 인프라(Declarative Infra
1616
이를 위해 상태 저장소(Config Repository) 를 구성하는것이 일반적이며, 상태 저장소에는 인프라의 현 상태를 정의하는 선언적인 코드들이 관리됩니다.
1717

1818
![GitOps Principles and Workflows Every Team Should Know | Rafay](https://rafay.co/wp-content/uploads/2021/11/GitOpsDiagram-v1-1024x638.jpg)
19-
\<이미지 출처 : https://rafay.co\>
19+
\<이미지 출처 : [https://rafay.co]\>
2020
### Stack for Gitops
2121

2222
Gitops를 구성하기 위해 필요한 요소는 크게 3가지로 나눌 수 있습니다.

docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// @ts-check
22
// Note: type annotations allow type checking and IDEs autocompletion
33

4-
const lightCodeTheme = require('prism-react-renderer/themes/github')
5-
const darkCodeTheme = require('prism-react-renderer/themes/dracula')
4+
const lightCodeTheme = require('prism-react-renderer').themes.github
5+
const darkCodeTheme = require('prism-react-renderer').themes.dracula
66

77
/** @type {import('@docusaurus/types').Config} */
88
const config = {

0 commit comments

Comments
 (0)