Skip to content

Commit 18a4214

Browse files
authored
Merge pull request #7 from pythonkr/feature/open_schedule
시간표 공개
2 parents e26c6fa + d82e2ce commit 18a4214

File tree

5 files changed

+63
-17
lines changed

5 files changed

+63
-17
lines changed

_config.yml

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ conference:
6161

6262
navigation:
6363
links:
64+
- name: 발표 시간표 (Schedule)
65+
relative_url: /program/
6466
- name: 발표 목록
6567
relative_url: /talks/
6668
- name: CoC

_data/program.yml

+57-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,67 @@
11
days:
2-
- name: Monday
3-
abbr: Mo
4-
date: 2020-01-31
2+
- name: 1부
3+
abbr: 1부
4+
date: 2024-03-23
55
rooms:
66
- name: Room A
77
talks:
8-
- name: Vim Impetus Placerat Cotidieque Ad
9-
time_start: '12:00'
10-
time_end: '12:45'
11-
- name: Condimentum Vitae Sapien Pellentesque
12-
time_start: '12:45'
13-
time_end: '13:30'
8+
- name: "FastAPI와 함께 하는 문서 우선 개발(Document First Development, DFD)"
9+
time_start: '10:00'
10+
time_end: '10:40'
11+
- name: "FastAPI 던전 공략하기"
12+
time_start: '10:50'
13+
time_end: '11:30'
14+
- name: "FastAPI와 asyncio 생태계에서 커머스 서비스 구현하기"
15+
time_start: '11:50'
16+
time_end: '12:10'
17+
- name: "FastAPI를 활용한 MSA 설계"
18+
time_start: '14:00'
19+
time_end: '14:20'
20+
- name: "Serverless Exodus (feat. ECS Fargate, FastAPI)"
21+
time_start: '15:00'
22+
time_end: '15:40'
23+
- name: "API - 설계 먼저 할래, 개발 먼저 할래?"
24+
time_start: '16:20'
25+
time_end: '17:00'
1426

1527
- name: Room B
1628
talks:
17-
- name: Arcu Non Odio
18-
time_start: '12:00'
19-
time_end: '13:00'
29+
- name: "Django에 힙한 것 적용하기, 대신 찍먹해드립니다."
30+
time_start: '10:00'
31+
time_end: '10:40'
32+
- name: "GitActions를 활용한 Django CI/CD 구축"
33+
time_start: '10:50'
34+
time_end: '11:30'
35+
- name: "생산성을 위해 Django RESTFramework를 공부하다"
36+
time_start: '11:50'
37+
time_end: '12:10'
38+
- name: "Django RBAC 역할 기반 권한 관리 시스템 구축기"
39+
time_start: '14:00'
40+
time_end: '14:20'
41+
- name: "캐시 패턴의 진화사"
42+
time_start: '15:00'
43+
time_end: '15:40'
44+
- name: "API - 설계 먼저 할래, 개발 먼저 할래?"
45+
time_start: '16:20'
46+
time_end: '17:00'
2047

2148
- name: Room C
2249
talks:
23-
- name: Eu Nisl Nunc Mi Ipsum Faucibus
24-
time_start: '13:30'
25-
time_end: '14:30'
50+
- name: "Back To The Classic (부제: 배포 방식 변경으로 하루 30분 절약하기)"
51+
time_start: '10:00'
52+
time_end: '10:40'
53+
- name: "정답은 없지만 오답은 있답니다"
54+
time_start: '10:50'
55+
time_end: '11:30'
56+
- name: "SQLAlchemy & Postgres 미리 알았다면 좋았을 팁"
57+
time_start: '11:50'
58+
time_end: '12:10'
59+
- name: "Python의 flask에서 멀티 스레딩으로 큰 작업의 시간 줄이기"
60+
time_start: '14:00'
61+
time_end: '14:20'
62+
- name: "코드만으로 서버리스 API 인프라 구축하기 (with Serverless Framework)"
63+
time_start: '15:00'
64+
time_end: '15:40'
65+
- name: "API - 설계 먼저 할래, 개발 먼저 할래?"
66+
time_start: '16:20'
67+
time_end: '17:00'

_talks/talk18.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: "코드만으로 서버리스 API 인프라 구축하기 (with Serverless Framework) "
2+
name: "코드만으로 서버리스 API 인프라 구축하기 (with Serverless Framework)"
33
speakers:
44
- 천명욱
55
categories:

index.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ layout: home
88
일시 : 2024년 3월 23일 (토) 10:00 ~ 17:00<br>
99
장소 : 한국 마이크로소프트 (<a class="button" href="https://naver.me/5CzpevRF">https://naver.me/5CzpevRF</a>) 13층 (주차지원 X)
1010

11+
<a class="button" href="/program/"> 발표 시간표 확인하기 </a>
12+
1113
<a class="button" href="/talks/"> 발표 목록 확인하기 </a>

program/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
layout: program
33
---
44

5-
The main categories (or tracks) of the different talks as well as their coloring can be adapted in the `_config.yml` file under `conference.talks.main_categories`. See also the [Talk Settings](https://github.com/DigitaleGesellschaft/jekyll-theme-conference/#talk-settings-main-categories) section of the theme's README file.
5+
시간표는 사정에 따라 변경될 수 있습니다.

0 commit comments

Comments
 (0)