-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
36 lines (36 loc) · 897 Bytes
/
_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
project:
type: website
output-dir: docs
website:
title: "lostineconomics.com"
site-url: https://www.lostineconomics.com/
description: "Another useless blog"
favicon: "favicon.ico"
navbar:
right:
- text: "Books"
href: https://books.lostineconomics.com
- project.qmd
- research.qmd
- about.qmd
- icon: github
href: https://github.com/anarinsk
- icon: twitter
href: https://twitter.com/anarinsk
- icon: rss
href: index.xml
lightbox: auto
format:
html:
#resources:
# - "fonts.html"
include-before-body: "google_analytics.html"
theme:
light: [cosmo, theme.scss, anari-custom.scss]
dark: [cosmo, theme-dark.scss, anari-custom.scss]
highlight-style: github
#code-line-numbers: true
code-block-bg: true
code-block-border-left: "#31BAE9"
excute:
cache: true