-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
50 lines (50 loc) · 1.3 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
project:
type: website
output-dir: docs
website:
favicon: assets\images\favicon.png
title: "John Pinto"
site-url: https://johnppinto.github.io/blog
description: "This is John Pinto's Personal Blog."
search:
location: navbar
type: textbox
navbar:
left:
- text: Blog
href: blog.qmd
- text: About
href: about.qmd
right:
- text: Portfolio
href: https://johnpinto.pythonanywhere.com/
target: _blank
- icon: github
href: https://github.com/JohnPPinto
target: _blank
- icon: linkedin
href: https://www.linkedin.com/in/johnppinto/
target: _blank
- icon: twitter
href: https://twitter.com/ThisIsJohnPinto/
target: _blank
- icon: rss
href: blog.xml
target: _blank
google-analytics: "G-6DE2RCBFFM"
cookie-consent: true
twitter-card: true
open-graph: true
page-footer:
left: John Pinto {{< fa copyright regular >}} 2023 made with HTML5 <i class="fab fa-html5"></i>, CSS3 <i class="fa-brands fa-css3"></i> and [Quarto](https://quarto.org).
highlight-style: github
format:
html:
mainfont: "Book Antiqua"
fontsize: 18px
theme:
light: flatly
dark: superhero
css: styles.css
code-block-bg: true
code-block-border-left: "#31BAE9"