File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
project :
2
2
type : book
3
+
3
4
execute :
4
- freeze : auto
5
+ freeze : auto # only important if your book includes executed code
6
+
5
7
book :
6
8
title : " GROUP_NAME Handbook"
7
9
search : true
@@ -12,12 +14,12 @@ book:
12
14
- name : PI_NAME
13
15
orcid : 0000-0000-0000-0000
14
16
# add all contributors as additional authors
15
- date : " 11/28/2023 "
17
+ date : today # updates date published based on last time it was edited
16
18
chapters :
17
19
- index.qmd # the landing page file *must* be called 'index.qmd'
18
20
- contributing.qmd
19
21
- href : code-of-conduct.qmd
20
- text : " Code of Conduct"
22
+ text : " Code of Conduct" # A different title for the TOC than on the page itself
21
23
- group-expectations.qmd
22
24
- onboarding.qmd
23
25
- offboarding.qmd
@@ -31,10 +33,10 @@ format:
31
33
html :
32
34
number-depth : 1
33
35
link-external-newwindow : true
34
- theme :
36
+ theme : # bootswatch themes. For other options check out https://bootswatch.com/
35
37
light : flatly
36
38
dark : darkly
37
39
38
40
editor :
39
41
markdown :
40
- wrap : sentence
42
+ wrap : sentence # Forces each sentence to be on its own line in source markdown, doesn't affect how it is rendered
You can’t perform that action at this time.
0 commit comments