-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
54 lines (48 loc) · 1.34 KB
/
Copy path_quarto.yml
File metadata and controls
54 lines (48 loc) · 1.34 KB
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
render:
- "*.qmd"
- "!publications/_template/"
- "!people/_template/"
website:
title: "DRIVEWISE"
description: "Research Group focused on Phisically Informed Neural Networks for Mechanical and Mechatronic Systems"
favicon: /assets/images/Neurobotic-drive-lab-logo-square.png
# margin-header: |
# 
# image: /assets/images/<file>.png
site-url: https://DRIVEWISE.github.io/
repo-url: https://github.com/DRIVEWISE/DRIVEWISE.github.io
repo-actions: [edit, issue]
open-graph: true
twitter-card: true
page-navigation: true
back-to-top-navigation: false
page-footer:
border: true
# left: |
# Powered by [{fig-alt="Quarto" width=65px}](https://quarto.org/) .
center: |
© []{#current-year} created by Mattia Piazza.
right: |
License: [CC BY NC SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0).
navbar:
left:
- href: index.qmd
text: Home
- href: about.qmd
text: About
- href: people/index.qmd
text: People
- href: publications/index.qmd
text: Publications
- href: contacts.qmd
text: Contacts
format:
html:
theme:
- darkly
# - slate
- brand
css: styles.css
toc: true