Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dark logos #284

Merged
merged 3 commits into from
Mar 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion assets/jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"baseUrl": ".",
"paths": {
"*": [
"../../../../../../tmp/hugo_cache_runner/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/[email protected]/assets/*"
"../../../.cache/hugo_cache/modules/filecache/modules/pkg/mod/github.com/hugo-toha/toha/[email protected]/assets/*"
]
}
}
Expand Down
1 change: 1 addition & 0 deletions content/posts/configuration/sections/education/index.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ degrees:
name: Universidad de Teconología ABC
url: "#"
logo: /images/education/college.png # Ruta del logo
darkLogo: /images/education/college-dark.png #(opcional), opcionalmente puede mostrar un logo distinto para el tema oscuro.
grade: #(opcional)
scale: CGPA
achieved: 3.6
Expand Down
1 change: 1 addition & 0 deletions content/posts/configuration/sections/education/index.fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ degrees:
name: ABC University of Technology
url: "#"
logo: /images/education/college.png
darkLogo: /images/education/college-dark.png #(optionnel)
grade: #(optionnel)
scale: CGPA
achieved: 3.6
Expand Down
1 change: 1 addition & 0 deletions content/posts/configuration/sections/education/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ degrees:
name: ABC University of Technology
url: "#"
logo: /images/education/college.png # Path of the logo image
darkLogo: /images/education/college-dark.png #(optional), Can optionally show a different logo for dark theme
grade: #(optional)
scale: CGPA
achieved: 3.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ experiences:
url: "https://www.example.com"
location: Dhaka Branch
logo: /images/experiences/company.png
darkLogo: /images/experiences/company-dark.png #(opcional), opcionalmente puede mostrar un logo distinto para el tema oscuro.
# resumen de la empresa
overview: Example Co. es una empresa ampliamente reconocida de cloud-native development. Crea herramientas para Kubernetes.
positions:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ experiences:
url: "https://www.example.com"
location: Dhaka Branch
logo: /images/experiences/company.png
darkLogo: /images/experiences/company-dark.png #(optionnel)
# Aperçu de votre compagnie
overview: Example Co. is a widely recognized company for cloud-native development. It builds tools for Kubernetes.
positions:
Expand Down
1 change: 1 addition & 0 deletions content/posts/configuration/sections/experiences/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ experiences:
url: "https://www.example.com"
location: Dhaka Branch
logo: /images/experiences/company.png
darkLogo: /images/experiences/company-dark.png #(optional), Can optionally show a different logo for dark theme
# company overview
overview: Example Co. is a widely recognized company for cloud-native development. It builds tools for Kubernetes.
positions:
Expand Down
Loading