Skip to content

Commit

Permalink
yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmadland committed Dec 16, 2024
1 parent a3ee90a commit 0f2cbc5
Showing 1 changed file with 90 additions and 0 deletions.
90 changes: 90 additions & 0 deletions _quarto copy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
# version 2.8

project:
type: book
output-dir: docs

# Info on changing metadata labels: https://quarto.org/docs/authoring/title-blocks.html#metadata-labels
published-title: "Last Modified"
author-title: "Authors"

book:
title: "LDRS 101 Course Notes"
author: "Colin Madland and Kelly Marjanovic"
date: "last-modified"
date-format: "MMM D, YYYY"
navbar:
search: true
chapters:
- index.qmd
- u1.qmd
- u2.qmd
- u3.qmd
- u4.qmd
- u5.qmd
- u6.qmd
reader-mode: true
repo-url: https://github.com/TWUOnline/inno101-q/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=
repo-branch: dev
repo-actions: [issue]
issue-url: https://github.com/TWUOnline/inno101-q/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=
repo-link-target: _blank

# Note: If you do not have any Zotero references, you should disable the 'references.qmd' file or else it will cause an error when rendering.
# - references.qmd

# References
bibliography: https://twuonline.github.io/course-materials/quarto/references.bib
csl: https://twuonline.github.io/course-materials/quarto/apa.csl
link-bibliography: true
link-citations: true

# Lua Filters
filters:
- at: pre-ast
path: yml-assets/pre.lua
- at: post-render
path: yml-assets/post.lua

# Add templete for block
title-block-banner: false

# ------- Format Specific Settings -------

format:
# Format - HTML
html:
# template-partials:
# yml-assets/title-block.html
back-to-top-navigation: true

sidebar:
style: "floating"
search: true
title: "Course Notes"
# css: https://twuonline.github.io/course-materials/quarto/twu_styles.css
toc-depth: 4
toc: true
toc-title: On This Page
theme: cosmo
# The line below should only be enabled to locally test css before moving it to the main css file in course materials.
#theme: [cosmo, yml-assets/test.scss]
# include-in-header:
# - text: |
# <script type="application/javascript" src="https://twuonline.github.io/course-materials/quarto/twu_global_header.js"></script>
# <link rel = "shortcut icon" href = "https://twuonline.github.io/course-materials/quarto/favicon.ico" />

# # Format - PDF
# pdf:
# documentclass: scrreprt

# Format - Doc
# docx:
# toc: false
# number-sections: true
# highlight-style: github
# # cite-method: biblatex
# # Fig captions
# fig-cap-location: top
# lightbox:
# desc-position: top

0 comments on commit 0f2cbc5

Please sign in to comment.