-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
60 lines (52 loc) · 1.33 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
project:
type: website
output-dir: _site
website:
title: "bwrob blog"
site-url: "https://bwrob.github.io"
description: "bwrob personal and professional blog"
favicon: logo/python_mug.png
twitter-card:
title: "bwrob blog"
description: "bwrob personal and professional blog"
image: logo/python_mug.png
card-style: summary_large_image
open-graph:
title: "bwrob blog"
description: "bwrob personal and professional blog"
image: logo/python_mug.png
site-name: "bwrob blog"
image: logo/python_mug.png
page-navigation: true
back-to-top-navigation: true
page-footer: "Copyright 2024, bwrob"
navbar:
search: true
collapse: true
pinned: true
right:
- text: "Posts"
icon: cpu
file: index.qmd
- text: "Resume"
icon: file-earmark-text
file: pages/resume.qmd
- text: "Teaching"
icon: tablet-landscape
file: pages/teaching.qmd
- text: "Hobbies"
icon: controller
file: pages/hobbies.qmd
- icon: linkedin
href: https://www.linkedin.com/in/bartoszmwroblewski/
- icon: github
href: https://github.com/bwrob/
- icon: rss
href: index.xml
logo: logo/python_mug.png
format:
html:
theme:
dark: [darkly, theme-dark.scss]
light: flatly
css: styles.css