Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2539bb

Browse filesBrowse files
committed
base url 설정
1 parent 2f8541e commit a2539bb
Copy full SHA for a2539bb

1 file changed

+6-6Lines changed: 6 additions & 6 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎_config.yml‎

Copy file name to clipboardExpand all lines: _config.yml
+6-6Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: >-
44
안녕하세요. Django REST Framework와 약간의 Kotlin을 겸하여 백엔드 엔지니어로서 커리어를 이어나가고 있는 6년차 개발자 황정식입니다.
55
보안과 개발 사이에서 고민하다가 핀테크와 모빌리티의 백엔드 엔지니어를 경험하고 현재는 SecondSyndrome에서 백엔드 엔지니어로 재직하며 다양한 경험을 하고 있습니다.
66
제가 경험한 여러가지 경험을 여러분과 나누고 싶습니다!
7-
baseurl: "" # the subpath of your site, e.g. /blog
8-
url: "https://pythonkr.github.io/django-tutorial/" # the base hostname & protocol for your site, e.g. https://example.com
7+
baseurl: "/django-tutorial" # the subpath of your site, e.g. /blog
8+
url: "https://pythonkr.github.io" # the base hostname & protocol for your site, e.g. https://example.com
99

1010
# Build settings
1111
markdown: kramdown
@@ -63,9 +63,9 @@ conference:
6363
navigation:
6464
links:
6565
- name: 발표 시간표 (Schedule)
66-
relative_url: /django-tutorial/program/
66+
relative_url: /program/
6767
- name: 발표 목록
68-
relative_url: /django-tutorial/talks/
68+
relative_url: /talks/
6969
- name: CoC
7070
absolute_url: https://2023.pycon.kr/coc/purpose
7171

@@ -76,11 +76,11 @@ conference:
7676
show_firstname: true
7777

7878
location:
79-
url: "/django-tutorial/location"
79+
url: "/location"
8080
map: true
8181

8282
program:
83-
url: "/django-tutorial/program"
83+
url: "/program"
8484
time_steps: 15
8585
show_alltimes: true
8686

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.