-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (43 loc) · 1.52 KB
/
_config.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
# Site settings
title: "Formação M365SharePointPT"
description: "Material e recursos complementares da formação ministrada por Ricardo Cabral do curso M365SharePointPT: Colaboração e Partilha entre Utilizadores com Microsoft 365 SharePoint."
url: "https://m365sharepointpt.rramoscabral.com/"
repository: rramoscabral/M365SharePointPT
theme: just-the-docs
# Aux links for the upper right navigation
aux_links:
"Material e recursos complementares da formação ministrada por Ricardo Cabral do curso M365SharePointPT: Colaboração e Partilha entre Utilizadores com Microsoft 365 SharePoint.":
- "https://m365sharepointpt.rramoscabral.com/"
# Color scheme
color_scheme: nil
callouts_level: quiet # or loud
callouts:
highlight:
color: yellow
important:
title: Important
color: blue
new:
title: New
color: green
note:
title: Note
color: purple
warning:
title: Warning
color: red
# CODE
enable_copy_code_button: true
# Footer content
# Back to top link
back_to_top: true
back_to_top_text: "De volta ao topo"
footer_content: "Material e recursos complementares da formação ministrada por Ricardo Cabral."
# Footer last edited timestamp
last_edit_timestamp: true # show or hide edit time - page must have `last_modified_date` defined in the frontmatter
last_edit_time_format: "%b %e %Y at %I:%M %p" # uses ruby's time format: https://ruby-doc.org/stdlib-2.7.0/libdoc/time/rdoc/Time.html
# Ruby Markdown-superset converter
kramdown:
syntax_highlighter_opts:
block:
line_numbers: true