-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
55 lines (47 loc) · 1.13 KB
/
_quarto.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
project:
type: website
website:
title: "슬기로운 통계생활"
site-url: "https://statisticsplaybook-qmd.netlify.app/"
description: "슬기로운 통계생활 QMD 블로그"
navbar:
search: true
background: dark
foreground: white
highlight: link-color
logo: ./img/logo.png
collapse-below: lg
left:
- href: index.qmd
text: Home
- text: "R 기초통계"
file: docs/rstat101/index.qmd
- text: "About"
file: about.qmd
- text: "Contact"
file: contact.qmd
- text: "Blog"
file: docs/blog/index.qmd
right:
- icon: github
href: https://github.com/statisticsplaybook
aria-label: 슬기로운통계생활 GitHub
- icon: rss
href: docs/blog/index.xml
sidebar:
- title: "R 기초통계"
style: "floating"
collapse-level: 2
align: left
contents:
- docs/rstat101/index.qmd
- docs/rstat101/lec1.qmd
- title: "Contact"
contents:
- contact.qmd
format:
html:
theme: simplex
css: styles.css
toc: true
editor: visual