forked from grupo-briet/grupo-briet.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
203 lines (195 loc) · 7.12 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
site_name: Grupo BRIET
site_url: https://grupobriet.com/
site_author: Gabriel Macedo
site_description: >-
Site do Grupo de Pesquisa BRIET - #grupobriet -
Instituto Brasileiro de Informação em Ciência e
Tecnologia - IBICT - Universidade Federal do
Rio de Janeiro - UFRJ
# Repository
repo_name: grupo-briet.github.io
repo_url: https://github.com/grupo-briet/grupo-briet.github.io
edit_uri: edit/main/docs/
## Tema
theme:
name: material
custom_dir: overrides
include_search_page: false
search_index_only: true
highlightjs: true
hljs_languages:
- yaml
sticky_navigation: true
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: orange
toggle:
icon: material/weather-night
name: Trocar para modo escuro
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: light blue
toggle:
icon: material/weather-sunny
name: Trocar para modo claro
language: pt-BR
icon:
# logo: material/book-open-page-variant
# logo: material/alpha-b-box
logo: material/graph
edit: material/pencil
view: material/eye
favicon: briet.png
font:
text: 'Roboto'
code: 'Roboto Mono'
features:
- content.action.edit
- navigation.footer
- navigation.tabs
- navigation.instant
# - navigation.expand
# - navigation.top
# - navigation.sections
- navigation.tracking
- search.suggest
- search.highlight
- search.share
- toc.integrate
# 404 page
static_templates:
- 404.html
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- meta
- md_in_html
- toc:
slugify: !!python/object/apply:pymdownx.slugs.slugify {kwds: {case: lower}}
permalink: '#'
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:materialx.emoji.twemoji
options:
custom_icons:
- overrides/.icons
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- name: vegalite
class: vegalite
format: !!python/name:mkdocs_charts_plugin.fences.fence_vegalite
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.magiclink
- pymdownx.tilde
- pymdownx.progressbar
- tables
# Plugins
plugins:
- search:
lang: pt
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
# Padrão do separador de busca: separator: '[\s\-\.]+' substituído por "\s"
# separator: '[\s]+'
# 3 já é o padrão min_search_length: 3
# - git-revision-date
- charts
- table-reader
- macros
- mermaid2:
arguments:
securityLevel: 'loose'
theme: |
^(window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches) ? 'dark' : 'light'
# - tags:
# tags_file: tags.md
- social
- minify:
minify_html: true
extra:
# disqus: briet
# generator: false
analytics:
provider: google
property: G-6YL8EL6LW5
# feedback:
# title: Esta página foi útil?
# ratings:
# - icon: material/emoticon-happy-outline
# name: Essa página está boa!
# data: 1
# note: >-
# Obrigado pelo seu feedback!
# - icon: material/emoticon-sad-outline
# name: Essa página deve ser melhorada!
# data: 0
# note: >-
# Obrigado pelo seu feedback! Nos ajude a melhorar essa página
# preenchendo nosso <a href="..." target="_blank" rel="noopener">formulário de feedback</a>.
consent:
title: Consentimento para uso de cookies
description: >-
Usamos cookies para reconhecer sua visita e identificar suas
preferências, além de medir a eficácia do conteúdo e da ferramenta
de busca. Seu consentimento nos ajuda a compreender melhor o uso do
site.
social:
- icon: fontawesome/regular/envelope
link: mailto:luanasales@ibict.br
name: Email - BRIET
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/channel/UCwbvIl-TSZOSritOESaukQQ
name: Youtube - BRIET
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/grupobriet
name: Instagram - BRIET
- icon: fontawesome/brands/github
link: https://grupo-briet.github.io/
name: Github - BRIET
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/briet-biblioteconomia-representa%C3%A7%C3%A3o-interoperabilidade-e-science-e-tecnologia/
name: LinkedIn - BRIET
# - icon: fontawesome/brands/facebook
# link: https://www.facebook.com/people/GRUPO-de-pesquisa-BRIET/100076347663252/
# name: Facebook
# Copyright
copyright: >-
<p>Copyright © 2023 Grupo BRIET. Desenvolvido por <a href="https://github.com/gabrielmacedo">SANTIAGO-MACEDO, Gabriel</a> e <a href="https://grupobriet.com/integrantes">outros</a>; conteúdos licenciados sob <a href="https://creativecommons.org/licenses/by-nc/4.0/">CC-BY-NC 4.0</a>, exceto publicações e materiais linkados que são licenciados de modo individualizado. O código-fonte está disponível no GitHub <a href="https://github.com/grupo-briet/grupo-briet.github.io/">grupo-briet/grupo-briet.github.io</a>. Hospedado no GitHub Pages. <a href="#__consent">Altere as configurações de cookies</a>.</p>
<hr>
<p>Apoio: <a href="https://ibict.br"><img src="https://raw.githubusercontent.com/grupo-briet/grupo-briet.github.io/main/arquivos/ibict.png" alt="IBICT" width="118" height="36" style="display: inline; vertical-align: middle; margin: 1%;"></a><a href="https://ufrj.br"><img src="https://raw.githubusercontent.com/grupo-briet/grupo-briet.github.io/main/arquivos/ufrj.png" alt="UFRJ" width="100" height="48" style="display: inline; vertical-align: middle; margin: 1%;"></a><a href="https://cnpq.br"><img src="https://raw.githubusercontent.com/grupo-briet/grupo-briet.github.io/main/arquivos/cnpq.png" alt="CNPQ" width="118" height="36" style="display: inline; vertical-align: middle; margin: 1%;"></a><a href="https://faperj.br"><img src="https://raw.githubusercontent.com/grupo-briet/grupo-briet.github.io/main/arquivos/faperj.png" alt="FAPERJ" width="118" height="36" style="display: inline; vertical-align: middle; margin: 1%;"></a></p>
# CSS
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/mermaid/dist/mermaid.min.js
- https://cdn.jsdelivr.net/npm/vega@5
- https://cdn.jsdelivr.net/npm/vega-lite@5
- https://cdn.jsdelivr.net/npm/vega-embed@6
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js