-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
67 lines (60 loc) · 1.78 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
61
62
63
64
65
66
67
project:
type: website
resources:
- ads.txt # add adsense
website:
title: "NionMaron"
site-url: https://nionmaron.com
favicon: "images/site_icon.png"
twitter-card: true
open-graph: true #specification that enables richer sharing of links to articles on the web
google-analytics: "G-PGRFF9TPBC"
page-footer:
background: "#78c2ad"
#background: light
left: |
Developed by [Nion M. Dransfeld](https://nionmaron.com)
center: |
[Edit this page]( https://github.com/nionmaron/Website-NionMaron/) <br> [Report an issue](https://github.com/nionmaron/Website-NionMaron/issues)
right: |
[Terms & Conditions](/ts-and-cs.qmd)
#border: false
navbar:
#background: "#2E8BC0" # / Ref: https://www.canva.com/colors/color-palettes/mermaid-lagoon/
right:
- text: "Blog"
file: Blog.qmd
- text: "Flashcards"
menu:
- text: "Machine Learning"
file: Machine-Learning-Flashcards.qmd
- text: "Data Science"
file: Data-Science-Flashcards.qmd
- text: "Leis e Concursos TI"
file: Leis-Concursos-Flashcards.qmd
- text: "About Me"
menu:
- text: "My Resume"
href: https://resume.nionmaron.com/
- text: "Portfolio"
file: Portfolio.qmd
- text: "Journey"
file: CV.qmd
- icon: linkedin
href: https://www.linkedin.com/in/nionmaron/?locale=en_US
- icon: github
href: https://github.com/nionmaron
format:
html:
#mainfont: Corn # MADE Gentle # Sans-serif
max-width: 1300px
linkcolor: '#212529'
#font-family: cursive
#https://bootswatch.com/minty/
theme: minty
css:
- CSS/styles.css
- CSS/Buttons.css
editor: visual
execute:
freeze: auto