Skip to content

Commit 69ed608

Browse files
authored
Merge pull request #4 from 1156UnderControl/feat/blog-design
Feat/blog design
2 parents bd1e319 + cc7b592 commit 69ed608

File tree

4 files changed

+29
-11
lines changed

4 files changed

+29
-11
lines changed

docs/about/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
# Sobre nós
1+
# Sobre
2+

docs/blog/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
21
# Blog

docs/blog/posts/semana1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ authors:
55
- under
66
---
77

8-
# Semana 1
8+
# Semana 1 - Chegada do SystemCore!

mkdocs.yml

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,35 @@ nav:
1212

1313
theme:
1414
logo: https://avatars.githubusercontent.com/u/24967810?s=96&v=4
15+
favicon: https://avatars.githubusercontent.com/u/24967810?s=96&v=4
1516
language: pt-BR
1617
name: material
1718
palette:
18-
- media: "(prefers-color-scheme: light)"
19-
scheme: default
20-
primary: indigo
21-
accent: indigo
22-
- media: "(prefers-color-scheme: dark)"
23-
scheme: slate
24-
primary: indigo
25-
accent: indigo
19+
- scheme: default
20+
primary: dark-blue
21+
toggle:
22+
icon: material/brightness-7
23+
name: Switch to dark mode
24+
- scheme: slate
25+
primary: blue
26+
toggle:
27+
icon: material/brightness-4
28+
name: Switch to light mode
29+
features:
30+
- navigation.instant
31+
- navigation.tabs
32+
33+
extra:
34+
consent:
35+
title: Cookie consent
36+
description: >-
37+
Nós usamos cookies para reconhecer suas visitas repetidas e preferências,
38+
bem como para medir a eficácia da nossa documentação e verificar se os usuários
39+
encontram o que estão buscando. Com o seu consentimento, você nos ajuda a melhorar
40+
nossa documentação.
41+
analytics:
42+
provider: google
43+
property: G-Q39SSS6SNG
2644

2745
plugins:
2846
- search

0 commit comments

Comments
 (0)