-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
76 lines (67 loc) · 2.19 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
project:
type: website
website:
page-navigation: true
title: "Making sharable documents with Quarto"
site-url: "https://nguyenngocbinh.github.io/bmlb"
repo-url: https://github.com/nguyenngocbinh/bmlb
repo-actions: [edit, issue]
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: "© CC-By NguyenNgocBinh, 2023"
sidebar:
logo: "images/b_hex.png"
pinned: true
align: center
tools:
- icon: globe
href: https://nguyenngocbinh.github.io/bmlb
text: "nguyenngocbinh.github.io/bmlb"
- icon: github
href: https://github.com/nguyenngocbinh/bmlb
text: "github"
- icon: twitter
href: https://twitter.com/nanabi88
text: "nanabi88 Twitter"
style: "docked"
search: true
collapse-level: 1
contents:
- href: index.qmd
text: Welcome
- section: 01-Introduction/Index.md
- section: 02-Data Manipulation/README.md
- section: 03-Data Visualization/README.md
- section: 04-Basic Statistics/README.md
contents:
- 04-Basic Statistics/statistics.md
- section: 05-Regression/README.md
contents:
- 05-Regression/Survival Analysis Basics.Rmd
- section: 06-Timeseries/README.md
contents:
- 06-Timeseries/history_of_timeseries_models.Rmd
- 06-Timeseries/holt-winters.Rmd
- 06-Timeseries/Multiple_Time_Series_Forecast.Rmd
- 06-Timeseries/STL_decomposition.Rmd
- section: 07-Panel Data Models/README.md
- section: 08-Machine Learning/README.md
- section: 09-Model Deployment/README.md
- section: 10-Publication/README.md
- section: 11-Git/README.md
- section: 12-Docker/README.md
- section: 13-Database/README.md
- section: 14-Web Craping/README.md
- section: 15-Blogdown/README.md
- section: 99-Practice/README.md
format:
html:
theme:
light: [cosmo, theme.scss] # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
filters:
- include-files.lua
- quarto