Skip to content

Commit

Permalink
Update imagen en modo claro y obscuro (#40)
Browse files Browse the repository at this point in the history
* Se corrige la visualización  de la imagen omegaUp en modo claro y obscuro.

* Ajustando commit

* Corrección de error en búsqueda por actualización de versión Hugo.

* Corrección de warning en html

* Corrección de warning en html información no disponible

* Prueba de versión anterior a la actual de hugo
  • Loading branch information
IsmaelSantanaR authored Dec 26, 2024
1 parent b87ed1f commit 7f9e9a9
Show file tree
Hide file tree
Showing 12 changed files with 8 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: 'latest'
hugo-version: '0.139.4'
extended: true

- name: Build
Expand Down
8 changes: 6 additions & 2 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ sidebar:
exclude: true
toc: false
---
![omegaUp](/logo/omegaUp.png)

{{< callout type="info" emoji="Ω" >}}
{{< cards cols="1" >}}
<img class="hx-text-center hx-hidden dark:hx-block" src="/logo/omegaUp-dark.webp" alt="omegaUp blog" width="250">
<img class="hx-text-center hx-block dark:hx-hidden" src="/logo/omegaUp.webp" alt="omegaUp blog" width="250">
{{< /cards >}}

{{< callout type="info" emoji=" " >}}
**Incrementando el talento de Ingeniería de Software en América Latina.**
{{< /callout >}}

Expand Down
2 changes: 0 additions & 2 deletions content/posts/el-camino-de-mexico-rumbo-a-la-ioi-2015.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Un año más ha pasado y México ya tiene lista su delegación que nos represent
3. **MEX-1:** **Juan Carlos Sigler Priego** ([Juan\_Carlos\_Sigler\_Priego](https://omegaup.com/profile/Juan_Carlos_Sigler_Priego))
4. **MEX-3: Ángel David Ortega Ramírez **([blak\_dragon1](https://omegaup.com/profile/blak_dragon1))

<!--more-->

Material de Estudio
===================

Expand Down
2 changes: 0 additions & 2 deletions content/posts/gsoc2022.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,4 @@ El proceso consiste de los siguientes pasos:

Más detalles sobre el proceso de aplicación en [nuestro wiki](https://github.com/omegaup/omegaup/wiki/Google-Summer-of-Code-2022/#application-process).

<img align="right" src="https://user-images.githubusercontent.com/13296248/159149881-43c0a42b-236b-49b6-a02f-a760647df1a5.png">

![gsoc](https://user-images.githubusercontent.com/13296248/159149882-63dd12ef-4e45-45ea-bdbf-72d40d704481.png)
2 changes: 0 additions & 2 deletions content/posts/preselectivo-ioi-2015-inicio.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ tags: ['News', 'Concursos']

Esta semana iniciamos el preselectivo rumbo a la [International Olympiad in Informatics 2015](http://www.ioinformatics.org/index.shtml). 36 ganadores de la [Olimpiada Mexicana de Informática 2014](http://www.olimpiadadeinformatica.org.mx/OMI/OMI/Inicio.aspx) van a participar en este proceso y pelearán por un lugar para representar a México. Este fue el mensaje de bienvenida:

<!--more-->

> Estimados olímpicos, líderes y delegados,
>
> Espero que se encuentran muy bien. Los felicito por sus buenos resultados en la OMI y les doy la bienvenida al Proceso de selección para la IOI 2015 a celebrarse en Astana, Kazakhstan. Este año, los 35 mejores concursantes de la OMI pasada van a pelear un lugar entre los 4 representantes de México en la IOI.
Expand Down
5 changes: 1 addition & 4 deletions content/posts/seguridad-ie-en-windows-xp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ Para los interesados, el cambio consistió en hacer un par de optimizaciones par
Referencias
-----------

1. Reporte NetMarketShare, Enero 2014:

<iframe id="na635245505602870000" src="" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="600" height="570"></iframe>

1. Reporte NetMarketShare, Enero 2014
2. [Optimizing NGINX TLS Time To First Byte (TTFB)](http://www.igvita.com/2013/12/16/optimizing-nginx-tls-time-to-first-byte/) - igvita.com
3. [Perfect Forward Secrecy](http://es.wikipedia.org/wiki/Perfect_forward_secrecy) - Wikipedia
2 changes: 0 additions & 2 deletions content/posts/solucion-a-k-arbol.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ draft: false
tags: ['Solution', 'Etapa 1', 'Examen 5', 'Soluciones Preselectivo 2013']
---

<!-- .Special { color: #118800; } .Constant { color: #339999; } .Type { color: #aaaa77; } .Statement { color: #ff6600; } .String { color: #22bb00; } .PreProc { color: #66bbbb; } .Comment { color: #9933cc; font-style: italic; } -->

**Concurso:** [Preselectivo para la IOI 2013, Etapa 1, Examen 5](https://omegaup.com/arena/IOI2013E1P5) **Autor: **[Saul de Nova Caballero](mailto:[email protected])

En pocas palabras el problema es, dado un árbol que se puede colorear, encuentra la menor solución satisfaciendo las restricciones dadas sobre los colores. Este problema es un caso particular de Graph Coloring(en español coloración de grafos), en donde el grafo es un árbol.
Expand Down
1 change: 0 additions & 1 deletion layouts/search/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ <h1 class="f1">Búsqueda</h1>
</ul>
</div>
</article>
{{ partial "search-index.html" . }}
{{ end }}
Binary file modified static/logo/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/logo/omegaUp-dark.webp
Binary file not shown.
Binary file modified static/logo/omegaUp.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/logo/omegaUp.webp
Binary file not shown.

0 comments on commit 7f9e9a9

Please sign in to comment.