-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
101 lines (93 loc) · 3.47 KB
/
_quarto.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
project:
type: website
output-dir: docs
citeproc: false
filters:
- citetools
bibliography_primary: refs/primary.json
bibliography_secondary: refs/secondary.json
verbosity: ERROR
# csl: https://raw.githubusercontent.com/bcdavasconcelos/ABNT-Phi/main/abnt-phi-sc.csl
citation:
author: BCDA Vasconcelos
issued: 2023
format-links: [pdf,docx]
cache: true
freeze: auto
# editor: visual
mainfont: Source Serif Pro
sansfont: Source Sans Pro
monofont: Source Code Pro
website:
title: "Cite Tools"
page-navigation: true
site-url: "https://bcdavasconcelos.github.io/citetools"
repo-url: https://github.com/bcdavasconcelos/citetools
repo-actions: [edit, issue]
sidebar:
logo: "images/greek-ship.png"
# logo: "images/ulysses.png"
pinned: true
search: true
style: "floating" # docked floating
collapse-level: 2
# background: "#453bcd"
sort: [title, order]
align: center
tools:
- icon: globe
href: index.qmd
text: "Cite Tools"
- icon: github
href: https://github.com/bcdavasconcelos/citetools
text: "Cite Tools GitHub"
- icon: twitter
href: https://twitter.com/bcdavasconcelos
text: "Twitter"
contents:
- section: "Cite Tools"
href: index.qmd
contents:
- text: "The Basics"
href: docs_qmd/01-basics.qmd
icon: book
- text: "Multiple Bibliographies"
icon: book
href: docs_qmd/02-multibib.qmd
- text: "Cite Field"
href: docs_qmd/03-cite-field.qmd
icon: book
- text: "Citation Backlinks"
href: docs_qmd/04-citation-backlinks.qmd
icon: book
- text: "About"
href: docs_qmd/05-about.qmd
icon: book
page-footer:
right: "This page is built with ❤️ and [Quarto](https://quarto.org/)."
left: |
<a rel="license" href="http://creativecommons.org/licenses/by-nc/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc/4.0/80x15.png" /></a> BCDAV, 2023
format: # from https://github.com/sta210-s22/website/blob/main/_quarto.yml
html:
theme: # Slate e
# Pulse: Rocho (muito bonito) | Spacelab: menos brilhante e mais opaco | Materia: azul claro pouco (material?) | yeti: github like | United: laranja brilhante |
light: [Pulse] # Cerulean, Cosmo, Flatly, Journal, Litera, Lumen, Lux, Materia, Minty, Morph, Pulse, Sandstone, Simplex, Sketchy, Spacelab, United, Yeti, Zephyr
dark: [Cyborg] # Cyborg, Darkly, Quartz, Slate, Solar,Superhero, Vapor
# mainfont: "Atkinson Hyperlegible"
header-includes: |
<style>
@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
.callout-header {
background-color: transparent!important;
}
.header, h1, h2, h3, h4, h5, h6{
font-family: Source Sans Pro, sans-serif!important;
.p {
font-family: Source Serif Pro, serif!important;
}
}
</style>
code-copy: true
code-overflow: scroll # scroll, wrap, auto
toc: true
reference-location: document # `block`, `section`, `margin`, `document`