Skip to content

Commit

Permalink
the format should be removed from the qmd file sooner
Browse files Browse the repository at this point in the history
  • Loading branch information
lwjohnst86 committed Nov 10, 2023
1 parent faace22 commit 08aa3aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sessions/build-website.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,10 @@ format:
theme: simplex
```

Since we now have set the output format to HTML in the `_quarto.yml`
file, let's remove the same setting from the `doc/learning.qmd` file, so
that both `format:` and (if it exists) `execute:` is removed.

While we have enough for Quarto to know how to build the website, let's
add one more thing to the Quarto settings. For documents on an analysis,
we usually want to show the output of code but not the code itself. In
Expand Down Expand Up @@ -762,3 +766,4 @@ git_ci(c(".Rbuildignore", "DESCRIPTION",
website on GitHub.
- Add a license file (for instance, with `use_ccby_license()`) to
allow others to re-use your work.

0 comments on commit 08aa3aa

Please sign in to comment.