-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update author.yaml * Update comments * Update about.yaml * Update achievements.yaml * Update experiences.yaml * Update projects.yaml * Update skills.yaml * Update site.yaml --------- Co-authored-by: Emruz Hossain <[email protected]>
- Loading branch information
1 parent
e618339
commit 5a07227
Showing
7 changed files
with
108 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,20 @@ | ||
# some information about you | ||
name: "Jane Doe" | ||
nickname: "Jane" | ||
image: "images/author/jessica.png" | ||
|
||
# greeting message before your name. it will default to "Hi! I am" if not provided | ||
# información sobre ti | ||
name: "John Doe" | ||
nickname: "John" | ||
# mensaje de beinvenida antes de tu nombre. Por defecto será "Hi! I am" | ||
greeting: "Hola, soy" | ||
|
||
# give your contact information. they will be used in the footer | ||
image: "images/author/john.png" | ||
# da información de contacto. Será usado en el pie de página | ||
contactInfo: | ||
email: "janedoe@example.com" | ||
email: "johndoe@example.com" | ||
phone: "+0123456789" | ||
github: johndoe | ||
linkedin: johndoe | ||
|
||
# a summary of what you do | ||
# un resumen sobre qué haces | ||
summary: | ||
- Soy Developer | ||
- Trabajo con Go | ||
- Me gusta trabajar con projectos divertidos | ||
- Soy Developer | ||
- Soy Devops | ||
- Me gustan los servidores | ||
- Trabajo en proyectos de código abierto | ||
- Me gusta trabajar con projectos divertidos |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,29 @@ | ||
# Copyright Notice | ||
copyright: © 2024 Copyright. | ||
# Nota de copyright | ||
copyright: © 2020 Copyright. | ||
|
||
# Meta description for your site. This will help the search engines to find your site. | ||
# Un aviso de exención de responsabilidad para el pie de página. Asegúrese de haber configurado "params.footer.disclaimer.enable: true" en su archivo `config.yaml`. | ||
disclaimer: "Este tema está bajo licencia MIT. Por lo tanto, puede utilizarlo para usos no comerciales, comerciales o privados. | ||
Puede modificar o distribuir el tema sin requerir ningún permiso del autor del tema. | ||
Sin embargo, el autor del tema no ofrece ninguna garantía ni asume ninguna responsabilidad por cualquier problema con el tema." | ||
|
||
# Metadescripción de tu sitio. Esto ayudará a los motores de búsqueda a encontrar tu sitio. | ||
description: Página de ejemplo del tema de hugo Toha. | ||
|
||
# specify the list of custom menus that you want to show in the top navbar. | ||
# they will be separated by a divider from the main menus. | ||
# Especifica la lista de menús personalizados que quieres mostrar en la barra de navegación. | ||
# estarán separados de los menús principales | ||
customMenus: | ||
- name: Notas | ||
url: https://hossainemruz.gitbook.io/notes/ | ||
- name: Docs | ||
url: https://toha-guides.netlify.app/posts/ | ||
# especifica si quieres esconder el elemento de la barra de navegación o no. | ||
hideFromNavbar: false | ||
# especifica si quieres mostrar el elemento en el pie de página o no. | ||
# si está configurado a true, assegúrase que tienes `footer.navigation.customMenus: true` en tu archivo config.yaml | ||
showOnFooter: false | ||
|
||
# Especificar el encabezado OpenGraph | ||
openGraph: | ||
title: John's Blog | ||
type: website | ||
description: Portfolio and personal blog of John Doe. | ||
image: images/author/john.png | ||
url: https://hugo-toha.github.io |