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

Update theme #27

Draft
wants to merge 12 commits into
base: main
Choose a base branch
from
5 changes: 5 additions & 0 deletions content/Documentation/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Documentación
cascade:
type: docs
---
5 changes: 5 additions & 0 deletions content/Features/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Características
cascade:
type: docs
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions content/News/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Noticias
cascade:
type: blog
---
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions content/Policies/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Políticas y reglas
cascade:
type: docs
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions content/Solution/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Solución
cascade:
type: docs
---
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions content/Study-Material/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Material de estudio
cascade:
type: docs
---
File renamed without changes.
27 changes: 27 additions & 0 deletions content/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
title: omegaUp
toc: false
---

<center>
Incrementando el talento de Ingeniería de Software en América Latina
</center>

## Explora

{{< cards >}}
{{< card link="/news" title="Noticias" icon="newspaper" >}}
{{< card link="/posts/documentation" title="Documentación" icon="book-open" >}}
{{< card link="/posts/features" title="Características" icon="clipboard-list" >}}
{{< card link="/posts/study-material" title="Material de estudio" icon="user" >}}
{{< card link="/solution" title="Solución" icon="check-circle" >}}
{{< /cards >}}

## Visítanos
Ingresa a [omegaup.com](https://omegaup.com/login) con tu cuenta de usuario y participa en:

1. [Resolución de problemas](https://omegaup.com/problem/)
2. [Concursos](https://omegaup.com/arena/)
3. [Cursos](https://omegaup.com/course/home/)

Te esperamos!
5 changes: 5 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module github.com/omegaup/blog

go 1.22.2

require github.com/imfing/hextra v0.8.4 // indirect
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
github.com/imfing/hextra v0.8.4 h1:cR4asr0TeDlqHPHLdTpMQJOjVeXnq8nfLMzcF0pld+w=
github.com/imfing/hextra v0.8.4/go.mod h1:cEfel3lU/bSx7lTE/+uuR4GJaphyOyiwNR3PTqFTXpI=
77 changes: 77 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
baseURL: https://blog.omegaup.com/
languageCode: 'es-MX'
title: omegaUp blog
description: Incrementando el talento de Ingeniería de Software en América Latina

module:
imports:
- path: github.com/imfing/hextra

markup:
# allow raw html
goldmark:
renderer:
unsafe: true

# enable hextra syntax highlight
highlight:
noClasses: false

menu:
main:
- name: Noticias
pageRef: /news
weight: 1
- name: Documentación
pageRef: /documentation
weight: 2
- name: Características
pageRef: /features
weight: 3
- name: Material de estudio
pageRef: /study-material
weight: 4
- name: Solución
pageRef: /solution
weight: 5
- name: Buscar
weight: 6
params:
type: search
- name: GitHub
weight: 7
url: "https://github.com/omegaup"
params:
icon: github
- name: Discord
weight: 8
url: "https://discord.com/invite/K3JFd9d3wk"
params:
icon: discord

params:
navbar:
displayTitle: false
displayLogo: true
logo:
path: images/omegaUp.png
dark: images/omegaUp-dark.png
link: /
width: 47
height: 24

footer:
displayCopyright: true
displayPoweredBy: false

editURL:
enable: false
base: "https://github.com/omegaup/blog/content"


defaultContentLanguage: es
languages:
es:
languageName: Español
weight: 1

14 changes: 14 additions & 0 deletions i18n/en.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
backToTop: "Scroll to top"
changeLanguage: "Change language"
changeTheme: "Change theme"
copyCode: "Copy code"
copyright: "© 2024 Omega Up."
dark: "Dark"
editThisPage: "Edit this page on GitHub →"
lastUpdated: "Last updated on"
light: "Light"
noResultsFound: "No results found."
onThisPage: "On this page"
poweredBy: "Implemented by Omega Up"
readMore: "Read more →"
searchPlaceholder: "Search..."
14 changes: 14 additions & 0 deletions i18n/es.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
backToTop: "Desplazarse hacia arriba"
changeLanguage: "Cambiar idioma"
changeTheme: "Cambiar tema"
copyCode: "Copiar código"
copyright: "Derechos reservados Omega Up © 2024."
dark: "Modo oscuro"
editThisPage: "Edite esta página en GitHub →"
lastUpdated: "Última actualización el"
light: "Modo claro"
noResultsFound: "No se encontraron resultados."
onThisPage: "En esta pagina"
poweredBy: "Implementado por Omega Up"
readMore: "Leer más →"
searchPlaceholder: "Buscar..."
Binary file added static/images/omegaUp-dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/images/omegaUp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading