-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
45 lines (42 loc) · 1.07 KB
/
_quarto.yml
File metadata and controls
45 lines (42 loc) · 1.07 KB
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
project:
type: website
output-dir: docs
website:
title: "OpenStack Korea Community"
navbar:
background: primary
search: true
left:
- text: "홈"
file: index.qmd
- text: "실습 가이드"
menu:
- text: "기본 실습"
file: guides/basic.qmd
- text: "고급 실습"
file: guides/advanced.qmd
- text: "강의 자료"
file: lectures/index.qmd
- text: "커뮤니티"
file: community.qmd
right:
- icon: github
href: https://github.com/openstack-kr
aria-label: "GitHub 저장소"
- icon: facebook
href: https://www.facebook.com/groups/openstack-kr
aria-label: "Facebook 그룹"
- icon: discord
href: https://discord.gg/3ZzKMJKtPg
aria-label: "Discord 채널"
- icon: chat-square-text
href: https://discord.gg/3ZzKMJKtPg
aria-label: "커뮤니티 포럼"
format:
html:
theme:
- flatly
- custom.scss
toc: true
lang: ko
include-after-body: _footer.html