Skip to content

Commit 6f0e9f1

Browse files
committed
add comments
1 parent 1b4e826 commit 6f0e9f1

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

_quarto.yml

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
project:
22
type: book
3+
34
execute:
4-
freeze: auto
5+
freeze: auto #only important if your book includes executed code
6+
57
book:
68
title: "GROUP_NAME Handbook"
79
search: true
@@ -12,12 +14,12 @@ book:
1214
- name: PI_NAME
1315
orcid: 0000-0000-0000-0000
1416
#add all contributors as additional authors
15-
date: "11/28/2023"
17+
date: today #updates date published based on last time it was edited
1618
chapters:
1719
- index.qmd #the landing page file *must* be called 'index.qmd'
1820
- contributing.qmd
1921
- 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
2123
- group-expectations.qmd
2224
- onboarding.qmd
2325
- offboarding.qmd
@@ -31,10 +33,10 @@ format:
3133
html:
3234
number-depth: 1
3335
link-external-newwindow: true
34-
theme:
36+
theme: #bootswatch themes. For other options check out https://bootswatch.com/
3537
light: flatly
3638
dark: darkly
3739

3840
editor:
3941
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

0 commit comments

Comments
 (0)