Skip to content

Commit 09d66bd

Browse files
committed
Adding content
1 parent 851e7a2 commit 09d66bd

135 files changed

Lines changed: 12720 additions & 28 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ validate: ## Validate files with pre-commit hooks
1616
@pre-commit run --all-files
1717

1818
spell-check: ## Run spell check on markdown files
19-
@cspell --config .github/workflows/scripts/cspell-config-en.json "content/en/**/*.md"
20-
# @cspell --config .github/workflows/scripts/cspell-config-es.json "content/es/**/*.md"
19+
@cspell --config .github/workflows/scripts/cspell-config-en.json "content/**/*.en.md"
20+
# @cspell --config .github/workflows/scripts/cspell-config-es.json "content/**/*.es.md"
2121

2222
build: ## Builds the website package
2323
@ENV=$(env) .github/workflows/scripts/build.sh

config/_default/hugo.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ outputs:
2626
- JSON
2727

2828
taxonomies:
29-
tag: tags
30-
category: categories
3129
author: authors
3230
series: series
3331

config/_default/languages.en.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ disabled: false
33
languageCode: "en"
44
languageName: "English"
55
title: "Learn-Software.com"
6-
contentDir: content/en
7-
defaultContentLanguageInSubdir: false
86
params:
97
displayName: "EN"
108
isoCode: "en"

config/_default/languages.es.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ disabled: false
33
languageCode: "es"
44
languageName: "Español"
55
title: "Learn-Software.com"
6-
contentDir: content/es
7-
defaultContentLanguageInSubdir: false
86
params:
97
displayName: "ES"
108
isoCode: "es"

config/_default/params.yaml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Refer to the theme docs for more details about each of these parameters.
88
# https://blowfish.page/docs/configuration/#theme-parameters
99

10-
colorScheme: "autumn"
10+
colorScheme: "ocean"
1111
defaultAppearance: "dark" # valid options: light or dark
1212
autoSwitchAppearance: true
1313

@@ -53,10 +53,10 @@ homepage:
5353
showRecent: false
5454
showRecentItems: 5
5555
showMoreLink: false
56-
showMoreLinkDest: "/posts/"
57-
cardView: false
56+
# showMoreLinkDest: "/posts/"
57+
cardView: true
5858
cardViewScreenWidth: false
59-
layoutBackgroundBlur: false # only used when layout equals background
59+
layoutBackgroundBlur: true # only used when layout equals background
6060
disableHeroImageFilter: false # only used when layout equals hero
6161

6262
article:
@@ -66,45 +66,45 @@ article:
6666
showDateOnlyInArticle: false
6767
showDateUpdated: false
6868
showAuthor: true
69-
# showAuthorBottom: false
70-
showHero: false
69+
showAuthorBottom: true
70+
showHero: true
7171
# heroStyle: "basic" # valid options: basic, big, background, thumbAndBackground
7272
layoutBackgroundBlur: true # only used when heroStyle equals background or thumbAndBackground
7373
layoutBackgroundHeaderSpace: true # only used when heroStyle equals background
74-
showBreadcrumbs: false
74+
showBreadcrumbs: true
7575
showDraftLabel: true
76-
showEdit: false
77-
# editURL: "https://github.com/username/repo/"
76+
showEdit: true
77+
editURL: "https://github.com/learn-software-engineering/website/content"
7878
editAppendPath: true
7979
seriesOpened: false
8080
showHeadingAnchors: true
8181
showPagination: true
8282
invertPagination: false
8383
showReadingTime: true
84-
showTableOfContents: false
84+
showTableOfContents: true
8585
showRelatedContent: true
8686
relatedContentLimit: 5
8787
showTaxonomies: false # use showTaxonomies OR showCategoryOnly, not both
8888
showCategoryOnly: false # use showTaxonomies OR showCategoryOnly, not both
8989
showAuthorsBadges: false
90-
showWordCount: true
90+
showWordCount: false
9191
sharingLinks: ["linkedin", "twitter", "reddit", "pinterest", "facebook", "email"]
92-
showZenMode: false
92+
showZenMode: true
9393

9494
list:
95-
showHero: false
96-
# heroStyle: "background" # valid options: basic, big, background, thumbAndBackground
95+
showHero: true
96+
heroStyle: "thumbAndBackground" # valid options: basic, big, background, thumbAndBackground
9797
layoutBackgroundBlur: true # only used when heroStyle equals background or thumbAndBackground
9898
layoutBackgroundHeaderSpace: true # only used when heroStyle equals background
99-
showBreadcrumbs: false
100-
showSummary: false
99+
showBreadcrumbs: true
100+
showSummary: true
101101
showViews: false
102102
showLikes: false
103103
showTableOfContents: false
104-
showCards: false
105-
orderByWeight: false
106-
groupByYear: true
107-
cardView: false
104+
showCards: true
105+
orderByWeight: true
106+
groupByYear: false
107+
cardView: true
108108
cardViewScreenWidth: false
109109
constrainItemsWidth: false
110110

content/_index.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
title: "Learn-Software.com"
3+
---
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
menus: main
3+
weight: 4
4+
title: "Artificial Intelligence"
5+
---
6+
7+
{{< lead >}}
8+
Master AI engineering through hands-on projects that build real-world skills, with each concept introduced exactly when you need it. This project-first approach helps you create an impressive portfolio while developing the deep expertise needed to succeed as a professional AI engineer.
9+
{{< /lead >}}
10+
11+
{{< alert >}}
12+
**The first module of this course is coming soon! Stay online for new updates!**
13+
{{< /alert >}}
14+
15+
<!--
16+
The _AI Engineering Learning Path_ transforms you from AI beginner to skilled professional through engaging, project-based learning. You'll start building exciting AI applications from day one, experiencing the thrill of creating working systems before diving into the underlying theory.
17+
18+
As you progress through six carefully crafted modules, you'll tackle increasingly sophisticated challenges that build upon your growing skills. Each project introduces new concepts naturally, making complex topics accessible and immediately applicable to solving real problems. This intuitive learning approach creates meaningful connections between theory and practice.
19+
20+
Throughout your journey, you'll develop a comprehensive understanding of modern AI engineering—from simple API-powered applications to sophisticated systems using large language models, computer vision, autonomous agents, and production infrastructure. Your expanding portfolio will showcase your ability to build everything from intelligent chatbots to complex reasoning systems.
21+
22+
By the end of your learning path, you'll possess senior-level expertise in your chosen AI specialization, backed by a portfolio of impressive projects that demonstrate your capabilities to potential employers. You'll also develop the confidence and habits needed to stay at the forefront of this rapidly evolving field, prepared to tackle the most challenging real-world AI engineering opportunities.
23+
-->
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
menus: main
3+
weight: 4
4+
title: "Inteligencia Artificial"
5+
---
6+
7+
{{< lead >}}
8+
Domina la ingeniería de IA a través de proyectos prácticos que desarrollan habilidades para el mundo real, con cada concepto introducido exactamente cuando lo necesitas. Este enfoque centrado en proyectos te ayuda a crear un portafolio impresionante mientras desarrollas la experiencia profunda necesaria para tener éxito como ingeniero profesional de IA.
9+
{{< /lead >}}
10+
11+
{{< alert >}}
12+
**¡El primer modulo será publicado muy pronto! ¡Mantente conectado para enterarte!**
13+
{{< /alert >}}
14+
15+
<!--
16+
La _Ruta de Aprendizaje para Ingeniería de IA_ te transforma de principiante en IA a profesional calificado a través de un aprendizaje atractivo basado en proyectos. Comenzarás a construir aplicaciones fascinantes de IA desde el primer día, experimentando la emoción de crear sistemas funcionales antes de profundizar en la teoría subyacente.
17+
18+
A medida que avanzas por seis módulos cuidadosamente diseñados, enfrentarás desafíos cada vez más sofisticados que se construyen sobre tus habilidades crecientes. Cada proyecto introduce nuevos conceptos de forma natural, haciendo que temas complejos sean accesibles e inmediatamente aplicables para resolver problemas reales. Este enfoque de aprendizaje intuitivo crea conexiones significativas entre la teoría y la práctica.
19+
20+
Durante tu recorrido, desarrollarás una comprensión integral de la ingeniería moderna de IA—desde aplicaciones simples basadas en APIs hasta sistemas sofisticados que utilizan grandes modelos de lenguaje, visión por computadora, agentes autónomos e infraestructura de producción. Tu portafolio en expansión demostrará tu capacidad para construir desde chatbots inteligentes hasta sistemas complejos de razonamiento.
21+
22+
Al finalizar tu ruta de aprendizaje, poseerás experiencia de nivel senior en tu especialización elegida de IA, respaldada por un portafolio de proyectos impresionantes que demuestran tus capacidades a potenciales empleadores. También desarrollarás la confianza y los hábitos necesarios para mantenerte a la vanguardia de este campo en rápida evolución, preparado para abordar las oportunidades más desafiantes de ingeniería de IA en el mundo real.
23+
-->
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
draft: true
3+
weight: 1
4+
series: ["Artificial Intelligence"]
5+
series_order: 1
6+
title: "Hands-on AI Exploration"
7+
---
8+
9+
{{< lead >}}
10+
Dive straight into building AI applications that work, experiencing the magic of artificial intelligence while setting up your development environment. You'll create your first chatbot, experiment with image generation, and develop practical machine learning projects, all without requiring advanced mathematics or a vast programming expertise.
11+
{{< /lead >}}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
draft: true
3+
weight: 1
4+
series: ["Inteligencia Artificial"]
5+
series_order: 1
6+
title: "Exploración Práctica de IA"
7+
---
8+
9+
{{< lead >}}
10+
Sumérgete directamente en la construcción de aplicaciones de IA funcionales, experimentando la magia de la inteligencia artificial mientras configuras tu entorno de desarrollo. Crearás tu primer chatbot, experimentarás con generación de imágenes y desarrollarás proyectos prácticos de machine learning, todo sin requerir matemáticas avanzadas ni una vasta experiencia en programación.
11+
{{< /lead >}}

0 commit comments

Comments
 (0)