Skip to content

Commit

Permalink
Move formatting files to subdirectory for tidier organization
Browse files Browse the repository at this point in the history
  • Loading branch information
arnold-c committed Apr 2, 2023
1 parent 62633da commit 9bc4314
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ book:
- basic-git-workflow.qmd
- branching-strategies.qmd
- recommended-practices.qmd
- part: "Troubleshooting Examples"
chapters:
- deleting-branches.qmd
- references.qmd
repo-url: https://github.com/arnold-c/psu-intro-to-git
repo-actions: [edit]
Expand All @@ -35,8 +38,8 @@ bibliography: references.bib
format:
html:
theme:
light: [cosmo, _light.scss]
dark: [cosmo, _dark.scss]
light: [cosmo, format/_light.scss]
dark: [cosmo, format/_dark.scss]
code-copy: true
code-fold: false
code-overflow: wrap
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 9bc4314

Please sign in to comment.