Skip to content

Commit 465ffa2

Browse files
committed
upgrade docs
1 parent 869bcdb commit 465ffa2

File tree

3 files changed

+231
-5
lines changed

3 files changed

+231
-5
lines changed

.history/mkdocs_20250219224824.yml

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
site_name: Aprendendo Todo Dia
2+
site_author: Araguaci
3+
copyright: Copyright © 2023 artesdosul.com
4+
site_description: >-
5+
Compilado de temas e textos para reflexão pessoal
6+
# Repository
7+
repo_name: araguaci/o-dominio-de-si-mesmo
8+
repo_url: https://github.com/araguaci/o-dominio-de-si-mesmo
9+
10+
# Configuration
11+
theme:
12+
name: material # mkdocs
13+
custom_dir: overrides
14+
logo: logo.svg
15+
features:
16+
# - announce.dismiss
17+
- content.code.annotate
18+
# - content.tabs.link
19+
- content.tooltips
20+
- content.code.copy
21+
# - header.autohide
22+
# - navigation.expand
23+
- navigation.indexes
24+
- navigation.footer
25+
# - navigation.instant
26+
# - navigation.prune
27+
- navigation.sections
28+
#- navigation.tabs
29+
#- navigation.tabs.sticky
30+
- navigation.top
31+
- navigation.tracking
32+
- search.highlight
33+
- search.share
34+
- search.suggest
35+
- toc.follow
36+
# - content.action.edit
37+
# - toc.integrate
38+
palette:
39+
- scheme: default
40+
primary: indigo
41+
accent: indigo
42+
toggle:
43+
icon: material/brightness-7
44+
name: Switch to dark mode
45+
- scheme: slate
46+
primary: indigo
47+
accent: indigo
48+
toggle:
49+
icon: material/brightness-4
50+
name: Switch to light mode
51+
font:
52+
text: Roboto
53+
code: Roboto Mono
54+
favicon: images/favicon.ico
55+
icon:
56+
logo: logo
57+
edit: material/pencil
58+
view: material/eye
59+
60+
markdown_extensions:
61+
- abbr
62+
- footnotes
63+
- attr_list
64+
- md_in_html
65+
- pymdownx.tasklist # Lista de tarefas
66+
- pymdownx.emoji # Emojis
67+
- pymdownx.mark
68+
- pymdownx.tilde
69+
- pymdownx.highlight
70+
- customblocks
71+
- toc:
72+
permalink: ⚓︎
73+
- pymdownx.superfences:
74+
custom_fences:
75+
- name: mermaid
76+
class: mermaid
77+
format: !!python/name:pymdownx.superfences.fence_div_format
78+
- pymdownx.emoji:
79+
emoji_index: !!python/name:materialx.emoji.twemoji
80+
emoji_generator: !!python/name:materialx.emoji.to_svg
81+
- pymdownx.snippets:
82+
auto_append:
83+
- abbreviations.md
84+
85+
extra_css:
86+
- assets/style.css
87+
extra_javascript:
88+
- assets/style.js
89+
90+
extra: # Footer
91+
social:
92+
- icon: fontawesome/brands/adn
93+
link: http://www.artesdosul.com
94+
- icon: fontawesome/brands/instagram
95+
link: https://instagram.com/araguaci.andrade
96+
- icon: fontawesome/brands/twitter
97+
link: https://twitter.com/araguaci
98+
- icon: fontawesome/brands/github
99+
link: https://github.com/araguaci
100+
- icon: fontawesome/brands/facebook
101+
link: https://facebook.com/artesdosulweb
102+
103+
plugins:
104+
- git-revision-date-localized:
105+
enable_creation_date: true
106+
type: datetime
107+
- search:
108+
lang: pt
109+
- pdf-export:
110+
verbose: true
111+
media_type: print
112+
combined: true
113+
theme_handler_path: theme-handler/cinder.py

.history/mkdocs_20250219224846.yml

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,113 @@
1+
site_name: Aprendendo Todo Dia
2+
site_author: Araguaci
3+
copyright: Copyright © 2023 artesdosul.com
4+
site_description: >-
5+
Compilado de temas e textos para reflexão pessoal
6+
# Repository
7+
repo_name: araguaci/o-dominio-de-si-mesmo
8+
repo_url: https://github.com/araguaci/o-dominio-de-si-mesmo
9+
10+
# Configuration
11+
theme:
12+
name: material # mkdocs
13+
custom_dir: overrides
14+
logo: logo.svg
15+
features:
16+
# - announce.dismiss
17+
- content.code.annotate
18+
# - content.tabs.link
19+
- content.tooltips
20+
- content.code.copy
21+
# - header.autohide
22+
# - navigation.expand
23+
- navigation.indexes
24+
- navigation.footer
25+
# - navigation.instant
26+
# - navigation.prune
27+
- navigation.sections
28+
#- navigation.tabs
29+
#- navigation.tabs.sticky
30+
- navigation.top
31+
- navigation.tracking
32+
- search.highlight
33+
- search.share
34+
- search.suggest
35+
- toc.follow
36+
# - content.action.edit
37+
# - toc.integrate
38+
palette:
39+
- scheme: default
40+
primary: indigo
41+
accent: indigo
42+
toggle:
43+
icon: material/brightness-7
44+
name: Switch to dark mode
45+
- scheme: slate
46+
primary: indigo
47+
accent: indigo
48+
toggle:
49+
icon: material/brightness-4
50+
name: Switch to light mode
51+
font:
52+
text: Roboto
53+
code: Roboto Mono
54+
favicon: images/favicon.ico
55+
icon:
56+
logo: logo
57+
edit: material/pencil
58+
view: material/eye
59+
60+
markdown_extensions:
61+
- abbr
62+
- footnotes
63+
- attr_list
64+
- md_in_html
65+
- pymdownx.tasklist # Lista de tarefas
66+
- pymdownx.emoji # Emojis
67+
- pymdownx.mark
68+
- pymdownx.tilde
69+
- pymdownx.highlight
70+
- customblocks
71+
- toc:
72+
permalink: ⚓︎
73+
- pymdownx.superfences:
74+
custom_fences:
75+
- name: mermaid
76+
class: mermaid
77+
format: !!python/name:pymdownx.superfences.fence_div_format
78+
- pymdownx.emoji:
79+
emoji_index: !!python/name:materialx.emoji.twemoji
80+
emoji_generator: !!python/name:materialx.emoji.to_svg
81+
- pymdownx.snippets:
82+
auto_append:
83+
- abbreviations.md
84+
85+
extra_css:
86+
- assets/style.css
87+
extra_javascript:
88+
- assets/style.js
89+
90+
extra: # Footer
91+
social:
92+
- icon: fontawesome/brands/adn
93+
link: http://www.artesdosul.com
94+
- icon: fontawesome/brands/instagram
95+
link: https://instagram.com/araguaci.andrade
96+
- icon: fontawesome/brands/twitter
97+
link: https://twitter.com/araguaci
98+
- icon: fontawesome/brands/github
99+
link: https://github.com/araguaci
100+
- icon: fontawesome/brands/facebook
101+
link: https://facebook.com/artesdosulweb
102+
103+
plugins:
104+
- git-revision-date-localized:
105+
enable_creation_date: true
106+
type: datetime
107+
- search:
108+
lang: pt
109+
# - pdf-export:
110+
# verbose: true
111+
# media_type: print
112+
# combined: true
113+
# theme_handler_path: theme-handler/cinder.py

mkdocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ plugins:
106106
type: datetime
107107
- search:
108108
lang: pt
109-
- pdf-export:
110-
verbose: true
111-
media_type: print
112-
combined: true
113-
theme_handler_path: theme-handler/cinder.py
109+
# - pdf-export:
110+
# verbose: true
111+
# media_type: print
112+
# combined: true
113+
# theme_handler_path: theme-handler/cinder.py

0 commit comments

Comments
 (0)