-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
68 lines (63 loc) · 1.59 KB
/
mkdocs.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
68
site_name: FDG 2023 – Lisbon, Portugal
theme:
name: material
custom_dir: overrides
logo: assets/img/logo_fdg.png
favicon: assets/img/favicon.png
palette:
scheme: default
primary: teal
accent: amber
features:
- navigation.instant
- navigation.expand
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- toc.integrate
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Tracks: tracks.md
- Schedule: schedule.md
- Registration: registration.md
- Author information: author-information.md
- Workshops: workshops.md
- Keynotes: keynotes.md
- Venue: venue.md
- Organization committee: organization-committee.md
- Code of Conduct: code-of-conduct.md
- Contacts: contacts.md
plugins:
- search
- macros
markdown_extensions:
- attr_list
- md_in_html
- meta
- tables
- admonition
- pymdownx.critic
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.details
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
#copyright: "Copyright © 2022-2023 Universidade Lusófona de Humanidades e Tecnologias. All rights reserved."
extra:
generator: false
social:
- icon: fontawesome/solid/envelope
link: "mailto:[email protected]"
name: Contact us!
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCcZ6WEOxANNqMoUCIGgB_xQ
name: FDG on YouTube
- icon: fontawesome/brands/twitter
link: https://twitter.com/FDGconf
name: FDG on Twitter