-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
93 lines (88 loc) · 2.35 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
site_name: Fundamentos de Programação
site_url: https://moreirayokoyama.github.io/fundamentos-de-programacao
repo_url: https://github.com/moreirayokoyama/fundamentos-de-programacao
repo_name: moreirayokoyama/fundamentos-de-programacao
theme:
name: material
language: pt-BR
features:
- content.code.annotate
- content.code.copy
- content.tabs.link
- search.suggest
- search.highlight
- search.share
- content.footnote.tooltips
- navigation.indexes
- navigation.sections
palette:
- scheme: slate
primary: teal
toggle:
icon: material/weather-sunny
name: Modo claro
- scheme: default
primary: indigo
toggle:
icon: material/weather-night
name: Modo noturno
markdown_extensions:
- pymdownx.critic
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.details
- pymdownx.keys
- footnotes
- admonition
- markdown.extensions.attr_list
- pymdownx.tabbed:
alternate_style: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- md_in_html
plugins:
- macros
- glightbox
- mkdocs-video
- search:
lang: pt
- git-authors:
show_email_address: false
show_line_count: true
- git-revision-date-localized
- social
- with-pdf:
author: Daniel Yokoyama
cover_title: Fundamentos de Programação
# cover_subtitle: Adaptação para o Português do curso "The Missing Semester in Your CS Formation" do MIT
copyright: MIT
toc_level: 6
enabled_if_env: ENABLE_PDF_EXPORT
toc_title: Índice
- exclude:
glob:
- "wip.md"
- "*-__remove__.*"
- exclude-unused-files
- mkdocs_quiz
extra_css:
- stylesheets/extra.css
extra:
social:
- icon: fontawesome/brands/twitch
link: https://www.twitch.tv/codandocomotio
- icon: fontawesome/brands/github
link: https://github.com/moreirayokoyama
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/@CodandoComOTio