Skip to content

Commit 59983ed

Browse files
committed
Added about
1 parent 6ce228f commit 59983ed

File tree

6 files changed

+23
-31
lines changed

6 files changed

+23
-31
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "themes/anubis2"]
22
path = themes/anubis2
33
url = https://github.com/Junyi-99/hugo-theme-anubis2.git
4+
[submodule "hugo-theme-anubis2"]
5+
path = hugo-theme-anubis2
6+
url = https://github.com/codegax/hugo-theme-anubis2.git

content/about.es.md

+7-13
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,16 @@ date: "2024-04-09"
55
aliases: ["about-us"]
66
---
77

8-
[Anubis2](https://github.com/Junyi-99/hugo-theme-anubis2) is another simple minimalist theme for Hugo blog engine.
8+
**¡Hola!** Soy Axel Guarneros (_codegax_), un ingeniero de software apasionado por desarrollar soluciones empresariales y explorar nuevas tecnologías. Mi carrera en el desarrollo de software ha estado llena de retos que me han permitido empujar los límites y descubrir enfoques innovadores en cada proyecto.
99

10-
Written in Go, Hugo is an open source static site generator available under the [Apache License 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
10+
Con experiencia en desarrollo full-stack, DevOps y optimización de código, he logrado implementar soluciones que no solo funcionan, sino que generan un verdadero impacto. He tenido la oportunidad de liderar la implementación de aplicaciones en diferentes partes del mundo, siempre buscando mejorar y aprender.
1111

12-
Hugo makes use of a variety of open source projects including:
12+
## ¿Por Qué Este Blog?
1313

14-
- <https://github.com/yuin/goldmark>
15-
- <https://github.com/alecthomas/chroma>
16-
- <https://github.com/muesli/smartcrop>
17-
- <https://github.com/spf13/cobra>
18-
- <https://github.com/spf13/viper>
14+
Este blog es mi espacio para compartir ideas, experiencias técnicas y aprendizajes personales en el mundo del desarrollo de software. Cada entrada refleja mi compromiso con la mejora continua y mi creencia de que las mejores soluciones provienen de pensar fuera de lo convencional. Ya sea explorando prácticas de código abierto o resolviendo problemas complejos, mi objetivo es generar conversaciones que beneficien a otros desarrolladores y entusiastas de la tecnología.
1915

20-
Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
16+
## ¿Qué Me Impulsa?
2117

22-
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
18+
Lo que más me motiva es resolver problemas que realmente importan y construir herramientas que hagan la diferencia. Creo en el poder de la colaboración, en el código abierto y en cómo una comunidad puede transformar la tecnología.
2319

24-
Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
25-
26-
Learn more and contribute on [GitHub](https://github.com/gohugoio).
20+
En este blog compartiré mis opiniones y conocimientos técnicos, así que si te apasiona la tecnología de vanguardia, te interesa el código abierto o simplemente disfrutas de leer sobre la experiencia en el desarrollo de software, este espacio es para ti.

content/about.md

+7-13
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,16 @@ date: "2024-04-09"
55
aliases: ["about-us"]
66
---
77

8-
[Anubis2](https://github.com/Junyi-99/hugo-theme-anubis2) is another simple minimalist theme for Hugo blog engine.
8+
**Hi**, I'm Axel Guarneros (_codegax_), a passionate Software Engineer dedicated to crafting enterprise-level solutions and exploring innovative technologies. I’ve always thrived in the dynamic world of software development, where every challenge offers a chance to push boundaries and discover new approaches.
99

10-
Written in Go, Hugo is an open source static site generator available under the [Apache License 2.0.](https://github.com/gohugoio/hugo/blob/master/LICENSE) Hugo supports TOML, YAML and JSON data file types, Markdown and HTML content files and uses shortcodes to add rich content. Other notable features are taxonomies, multilingual mode, image processing, custom output formats, HTML/CSS/JS minification and support for Sass SCSS workflows.
10+
With years of experience in full-stack development, DevOps, and problem-solving, I’ve built solutions that are not only functional but impactful. My journey has taken me through numerous coding adventures, from optimizing code to leading global implementations of applications I’ve developed.
1111

12-
Hugo makes use of a variety of open source projects including:
12+
## Why This Blog?
1313

14-
- <https://github.com/yuin/goldmark>
15-
- <https://github.com/alecthomas/chroma>
16-
- <https://github.com/muesli/smartcrop>
17-
- <https://github.com/spf13/cobra>
18-
- <https://github.com/spf13/viper>
14+
This space is where I share my thoughts, technical expertise, and personal experiences in software development. Every post reflects my commitment to continuous learning and the belief that the best solutions often come from unconventional thinking. Whether it’s diving into open source or solving complex problems, my goal is to foster discussions and share insights that could benefit fellow developers and tech enthusiasts alike.
1915

20-
Hugo is ideal for blogs, corporate websites, creative portfolios, online magazines, single page applications or even a website with thousands of pages.
16+
## What Drives Me
2117

22-
Hugo is for people who want to hand code their own website without worrying about setting up complicated runtimes, dependencies and databases.
18+
I love solving problems that matter and building tools that make a difference. I believe in the power of collaboration, open source, and community-driven innovation to shape the future of tech.
2319

24-
Websites built with Hugo are extremely fast, secure and can be deployed anywhere including, AWS, GitHub Pages, Heroku, Netlify and any other hosting provider.
25-
26-
Learn more and contribute on [GitHub](https://github.com/gohugoio).
20+
I’ll be sharing my opinions and technical expertise here, so whether you're into cutting-edge tech, curious about open-source practices, or simply enjoy reading about software journeys—this blog is for you.

hugo-theme-anubis2

Submodule hugo-theme-anubis2 added at a6416f7

hugo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ name = "Axel Guarneros"
1010
1111

1212
[params]
13-
description = "codeGAX Blog"
13+
description = "Daguva Blog by codegax"
1414
dateFormat = "2006-01-02"
1515
paginationSinglePost = true
16-
maxWidth = "90em"
16+
maxWidth = "92em"
1717

1818
colorTheme = "dark"
1919
colorThemeSwitcher = true
@@ -27,8 +27,8 @@ toc = false
2727

2828

2929
social = [
30-
{ id = "github", url = "https://github.com/Junyi-99/hugo-theme-anubis2" },
31-
{ id = "linkedin", url = "https://www.linkedin.com/" },
30+
{ id = "github", url = "https://github.com/codegax" },
31+
{ id = "linkedin", url = "https://www.linkedin.com/in/axel-guarneros-1155371b9/" },
3232
{ id = "email", url = "[email protected]" },
3333
{ id = "x", url = "https://x.com/codegax" },
3434
]

themes/anubis2

0 commit comments

Comments
 (0)