forked from twu-innovation/inno101
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |