-
Notifications
You must be signed in to change notification settings - Fork 3
/
_config.yml
107 lines (92 loc) · 2.15 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
title: PyWeb Symposium 2024
preposition: ''
description: >-
파이썬으로 만드는 모든 웹 서비스 기술을 다루는 파이 웹 심포지움에 오신 것을 환영합니다
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://pyweb.python.or.kr" # the base hostname & protocol for your site, e.g. https://example.com
# Build settings
markdown: kramdown
sass:
style: compressed
plugins:
- jekyll-include-cache
# Exclude from processing
exclude:
- .github/
- venv/
- README.md
- LICENSE.md
- REDISTRIBUTED.md
- screenshot.png
- jekyll-theme-conference.gemspec
- purgecss.config.js
- _config.example.yml
# Collections and their defaults
collections:
talks:
output: true
permalink: /:collection/:title/
speakers:
output: true
permalink: /:collection/:title/
rooms:
output: true
permalink: /:collection/:title/
defaults:
- scope:
path: ""
type: talks
values:
layout: talk
- scope:
path: ""
type: speakers
values:
layout: speaker
- scope:
path: ""
type: rooms
values:
layout: room
# Theme default values
conference:
lang: en
show_errors: True
navigation:
links:
- name: 발표 시간표 (Schedule)
relative_url: /program/
- name: 발표 목록
relative_url: /talks/
- name: CoC
absolute_url: https://2023.pycon.kr/coc/purpose
link_preview:
disable: false
speakers:
show_firstname: true
location:
url: '/location'
map: true
program:
url: '/program'
time_steps: 15
show_alltimes: true
talks:
# Talk categories
main_categories:
- name: 웹 프레임워크 (Web Framework)
color: danger
- name: 설계 (Architecture)
color: info
- name: 배포 (CI / CD) (Deploy)
color: dark
- name: 웹서비스 운영 (Operating web service)
color: success
- name: 클라우드 (Cloud)
color: dark
- name: 파이썬 웹 개발자 커리어
color: info
- name: 후원사 (Sponsor)
color: warning
# Hide icons on talk overview page
hide_icons: false