aepstar commited on
Commit
9d41f72
·
1 Parent(s): d011d6f

add _quarto.yml

Browse files
Files changed (1) hide show
  1. _quarto.yml +24 -0
_quarto.yml ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ project:
2
+ type: book
3
+
4
+ book:
5
+ title: "Codewars Challenge 2024 Using R and RStudio"
6
+ author: "Aep Hidayatuloh"
7
+ date: last-modified
8
+ date-format: "[Last Updated on ] DD MMMM, YYYY"
9
+ chapters:
10
+ - index.qmd
11
+ - intro.qmd
12
+ - 001-reducegrow.qmd
13
+ - references.qmd
14
+
15
+ bibliography: references.bib
16
+
17
+ format:
18
+ html:
19
+ theme: cosmo
20
+ pdf:
21
+ documentclass: scrreprt
22
+
23
+
24
+