Skip to content

Commit 099c1fb

Browse files
author
marci
committed
Ändere das Farbschema in den VSCode-Einstellungen auf "Default Dark Modern", übersetze "Certifications" zu "Zertifizierungen", ändere die Sichtbarkeit der hervorgehobenen Beiträge im Navbar auf false und passe die Bezeichnung "Fähigkeiten" zu "Skills" an. Aktiviere die Anzeige der Skills im Navbar und erweitere die Zusammenfassung für Windows-Server- und Desktop-Fähigkeiten um Azure-Dienste.
1 parent 7e7f697 commit 099c1fb

7 files changed

Lines changed: 10 additions & 10 deletions

File tree

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616
"frontMatter.panel.openOnSupportedFile": true,
1717
"window.autoDetectColorScheme": false,
18-
"workbench.colorTheme": "Monokai",
18+
"workbench.colorTheme": "Default Dark Modern",
1919
"workbench.editor.autoLockGroups": {
2020
"mainThreadWebview-markdown.preview": true
2121
}

data/de/sections/accomplishments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
section:
2-
name: Certifications
2+
name: Zertifizierungen
33
id: accomplishments
44
enable: true
55
weight: 3

data/de/sections/featured-posts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ section:
55
id: featured-posts # url id/slug of section *Required*
66
enable: true # Boolean to determine if this section is enabled (default: false)
77
weight: 6 # Order to display section in (default: alphabetical followed by weight)
8-
showOnNavbar: true # Boolean to determine if a link should be shown for this section on the navbar
8+
showOnNavbar: false # Boolean to determine if a link should be shown for this section on the navbar
99
hideTitle: false # Can optionally hide the title in sections (default: false)
1010

1111
# posts to feature

data/de/sections/skills.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# section information
22
section:
3-
name: Fähigkeiten
3+
name: Skills
44
id: skills
55
enable: true
66
weight: 2
7-
showOnNavbar: false
7+
showOnNavbar: true
88
# Can optionally hide the title in sections
99
# hideTitle: true
1010

@@ -18,7 +18,7 @@ skills:
1818

1919
- name: Windows - Server / Desktop
2020
#logo: /images/skills/Microsoft.svg
21-
summary: "- Die Fähigkeit zur **sicheren Administration von Windows-Server und Windows Desktop** - **Active Directory** / **Domain-Controller** / **DNS** / **Gruppenrichtlinien**, etc."
21+
summary: "- Die Fähigkeit zur **sicheren Administration von Windows-Server und Windows Desktop** - **Active Directory** / **Domain-Controller** / **DNS** / **Gruppenrichtlinien**, **Azure AD** / **Azure AD Connect** / **Azure AD Domain Services**, etc."
2222

2323
- name: Scripting
2424
#logo: /images/skills/bash.svg

data/en/sections/featured-posts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ section:
55
id: featured-posts # url id/slug of section *Required*
66
enable: true # Boolean to determine if this section is enabled (default: false)
77
weight: 6 # Order to display section in (default: alphabetical followed by weight)
8-
showOnNavbar: true # Boolean to determine if a link should be shown for this section on the navbar
8+
showOnNavbar: false # Boolean to determine if a link should be shown for this section on the navbar
99
hideTitle: false # Can optionally hide the title in sections (default: false)
1010

1111
# posts to feature

data/en/sections/project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# section information
22
section:
3-
name: Projekte
3+
name: Projects
44
id: projects
55
enable: true
66
weight: 4

data/en/sections/skills.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ section:
44
id: skills
55
enable: true
66
weight: 2
7-
showOnNavbar: false
7+
showOnNavbar: true
88
# Can optionally hide the title in sections
99
# hideTitle: true
1010

@@ -21,7 +21,7 @@ skills:
2121

2222
- name: Windows - Server / Endpoints
2323
# logo: /images/skills/Microsoft.svg
24-
summary: "- The skill to **safely manage Windows Server and Windows Desktop** - **Active Directory** / **Domain Controller** / **DNS** / **Group Policy**, etc."
24+
summary: "- The skill to **safely manage Windows Server and Windows Desktop** - **Active Directory** / **Domain Controller** / **DNS** / **Group Policy**, **Azure AD** / **Azure AD Connect** / **Azure AD Domain Services**, etc."
2525

2626
- name: Scripting
2727
# logo: /images/skills/bash.svg

0 commit comments

Comments
 (0)