Skip to content

Commit af6cb2b

Browse files
committed
updates _output.yml
1 parent 413a959 commit af6cb2b

1 file changed

Lines changed: 23 additions & 6 deletions

File tree

_output.yml

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,39 @@
11
bookdown::bs4_book:
22
theme:
3-
primary: "#3860b6" #links
4-
base_font:
5-
google:
3+
primary: "#3860b6" #links
4+
base_font:
5+
google:
66
family: Lato
77
heading_font:
88
google:
99
family: Montserrat
1010
wght: 600
1111
code_font:
12-
google:
12+
google:
1313
family: Roboto Mono
1414
bg: "#fefefe" # backgrounds
1515
fg: "#000000" # fonts
16-
repo:
16+
repo:
1717
base: https://github.com/geocompx/geocompr
1818
branch: main
1919
includes:
2020
in_header: style/ga.html
2121
template: style/bs4_book.html
22-
css: style/style.css
22+
css: style/style.css
23+
# bookdown::pdf_book:
24+
# includes:
25+
# in_header: style/preamble.tex
26+
# before_body: style/before_body.tex
27+
# after_body: style/after_body.tex
28+
# keep_tex: true
29+
# dev: "cairo_pdf"
30+
# latex_engine: xelatex
31+
# citation_package: natbib
32+
# template: null
33+
# urlcolor: "black"
34+
# pandoc_args: ["--top-level-division=chapter"]
35+
# toc_depth: 3
36+
# toc_unnumbered: false
37+
# toc_appendix: true
38+
# quote_footer: ["\\VA{", "}{}"]
39+
# highlight_bw: true

0 commit comments

Comments
 (0)