-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
54 lines (49 loc) · 1.13 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
project:
type: website
preview:
port: 4200
website:
title: "Menino's Lab"
description: "Space to share knowledge"
site-url: https://blog.fmenino.dev/
favicon: assets/profile/fmenino.jpeg
open-graph: true
twitter-card: true
page-navigation: true
page-footer:
right: "Website made with [Quarto](https://quarto.org/). License: [CC BY-SA 2.0](https://creativecommons.org/licenses/by-sa/2.0/)."
navbar:
left:
- text: Posts
href: posts/index.qmd
- text: Projects
href: https://github.com/m3nin0-labs
target: _blank
right:
- text: About
href: about.qmd
- icon: github
href: https://github.com/M3nin0
target: _blank
- icon: linkedin
href: https://linkedin.com/in/fmenino
target: _blank
- icon: rss
href: index.xml
target: _blank
search:
location: navbar
type: overlay
comments:
giscus:
repo: m3nin0-labs/blog
format:
html:
theme:
light:
- simplex
- style/theme.scss
dark:
- darkly
- style/theme.scss
css: style/global.css