-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
35 lines (32 loc) · 819 Bytes
/
_quarto.yml
File metadata and controls
35 lines (32 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
project:
type: website
website:
title: "<b>OTexts</b>: Online, open-access textbooks"
site-url: "https://OTexts.com"
favicon: img/favicon.ico
open-graph: true
search: false
google-analytics: "G-JKBLG3XQGY"
navbar:
background: "#536878"
logo: img/OTexts.png
page-footer:
left: "© OTexts, Melbourne, Australia. 2008-[]{#current-year}"
background: "#536878"
right: Made with [Quarto](https://quarto.org)
date-format: "D MMMM YYYY"
format:
html:
theme: tango
css: styles.css
toc: true
mainfont: "Fira Sans"
grid:
margin-width: 0px
include-in-header:
file: header.html
include-after-body:
- text: |
<script>
document.getElementById('current-year').textContent = new Date().getFullYear();
</script>