Skip to content

Commit

Permalink
Actualizado blowfish a última versión
Browse files Browse the repository at this point in the history
  • Loading branch information
pablouser1 committed Nov 17, 2024
1 parent 97620a5 commit 3503ffb
Show file tree
Hide file tree
Showing 14 changed files with 115 additions and 161 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
4 changes: 2 additions & 2 deletions assets/css/schemes/hackers.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
--color-neutral: 242, 242, 242;
--color-neutral-50: 242, 242, 242;
--color-neutral-100: 242, 242, 242;
--color-neutral-200: 23 4, 23 4, 23 4;
--color-neutral-200: 23 4, 23 4, 23 4;
--color-neutral-300: 224, 224, 224;
--color-neutral-400: 172 , 172 , 172;
--color-neutral-400: 172, 172, 172;
--color-neutral-500: 89, 89, 89;
--color-neutral-600: 69, 69, 69;
--color-neutral-700: 48, 48, 48;
Expand Down
61 changes: 12 additions & 49 deletions config/_default/languages.es.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
disabled = false
languageCode = "es"
languageName = "Spanish"
weight = 1
Expand All @@ -14,52 +15,14 @@ title = "Hackers Week"
# copyright = "Copy, _right?_ :thinking_face:"

[params.author]
name = "Hackers Week"
image = "img/author-logo.png"
headline = "Próxima edición del 10 al 14 de marzo de 2025"
bio = "A little bit about you"
links = [
{ x-twitter = "https://twitter.com/HackersWeek" },
# { twitter = "https://twitter.com/HackersWeek" },
{ instagram = "https://www.instagram.com/hackersweek/" },
{ twitch = "https://www.twitch.tv/consejoinfuma" },
{ github = "https://github.com/ConsejoInfUMA/HackersWeekWeb" },
{ linkedin = "https://www.linkedin.com/in/consejo-inform%C3%A1tica-uma-57a9aa292/" },
# { email = "mailto:hello@your_domain.com" },
# { link = "https://link-to-some-website.com/" },
# { amazon = "https://www.amazon.com/hz/wishlist/ls/wishlist-id" },
# { apple = "https://www.apple.com" },
# { blogger = "https://username.blogspot.com/" },
# { codepen = "https://codepen.io/username" },
# { dev = "https://dev.to/username" },
# { discord = "https://discord.gg/invitecode" },
# { dribbble = "https://dribbble.com/username" },
# { facebook = "https://facebook.com/username" },
# { flickr = "https://www.flickr.com/photos/username/" },
# { foursquare = "https://foursquare.com/username" },
# { gitlab = "https://gitlab.com/username" },
# { google = "https://www.google.com/" },
# { hashnode = "https://username.hashnode.dev" },
# { keybase = "https://keybase.io/username" },
# { kickstarter = "https://www.kickstarter.com/profile/username" },
# { lastfm = "https://lastfm.com/user/username" },
# { mastodon = "https://mastodon.instance/@username" },
# { medium = "https://medium.com/username" },
# { microsoft = "https://www.microsoft.com/" },
# { orcid = "https://orcid.org/userid" },
# { patreon = "https://www.patreon.com/username" },
# { pinterest = "https://pinterest.com/username" },
# { reddit = "https://reddit.com/user/username" },
# { researchgate = "https://www.researchgate.net/profile/username" },
# { slack = "https://workspace.url/team/userid" },
# { snapchat = "https://snapchat.com/add/username" },
# { soundcloud = "https://soundcloud.com/username" },
# { stack-overflow = "https://stackoverflow.com/users/userid/username" },
# { steam = "https://steamcommunity.com/profiles/userid" },
# { telegram = "https://t.me/username" },
# { tiktok = "https://tiktok.com/@username" },
# { tumblr = "https://username.tumblr.com" },
# { whatsapp = "https://wa.me/phone-number" },
# { youtube = "https://youtube.com/username" },
# { ko-fi = "https://ko-fi.com/username" },
]
name = "Hackers Week"
image = "img/author-logo.png"
headline = "Próxima edición del 10 al 14 de marzo de 2025"
links = [
{ x-twitter = "https://twitter.com/HackersWeek" },
{ instagram = "https://www.instagram.com/hackersweek/" },
{ twitch = "https://www.twitch.tv/consejoinfuma" },
{ github = "https://github.com/ConsejoInfUMA/HackersWeekWeb" },
{ linkedin = "https://www.linkedin.com/in/consejo-inform%C3%A1tica-uma-57a9aa292/" },
{ email = "mailto:[email protected]" },
]
45 changes: 4 additions & 41 deletions config/_default/menus.es.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
# -- Main Menu --
# The main menu is displayed in the header at the top of the page.
# Acceptable parameters are name, pageRef, page, url, title, weight.
#
# The simplest menu configuration is to provide:
# name = The name to be displayed for this menu link
# pageRef = The identifier of the page or section to link to
#
# By default the menu is ordered alphabetically. This can be
# overridden by providing a weight value. The menu will then be
# ordered by weight from lowest to highest.

[[main]]
name = "Información"
pageRef = "about"
Expand Down Expand Up @@ -108,34 +97,8 @@
# pageRef = "tags/devops"
# weight = 104

#[[subnavigation]]
# name = "My Awesome Category"
# pre = "github"
# pageRef = "categories/awesome"
# weight = 20

#[[main]]
# name = "Categories"
# pageRef = "categories"
# weight = 20

#[[main]]
# name = "Tags"
# pageRef = "tags"
# weight = 30


# -- Footer Menu --
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.


[[footer]]
name = "Etiquetas"
pageRef = "tags"
weight = 10

# [[footer]]
# name = "Categories"
# pageRef = "categories"
# weight = 20
[[footer]]
name = "Etiquetas"
pageRef = "tags"
weight = 10
34 changes: 28 additions & 6 deletions config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,32 @@

colorScheme = "hackers"
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = false
autoSwitchAppearance = true

enableSearch = true
enableCodeCopy = false

replyByEmail = false

mainSections = ["announcements"]
robots = ""
# robots = ""

disableImageOptimization = true
disableTextInHeader = false
# backgroundImageWidth = 1200

# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
# defaultBackgroundImage = "IMAGE.jpg" # used as default for background images
# defaultFeaturedImage = "IMAGE.jpg" # used as default for featured images in all articles

# highlightCurrentMenuArea = true
# smartTOC = true
# smartTOCHideUnfocusedChildren = true

giteaDefaultServer = "https://git.fsfe.org"
forgejoDefaultServer = "https://v8.next.forgejo.org"

[header]
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-fill-blur
layout = "basic" # valid options: basic, fixed, fixed-fill, fixed-gradient, fixed-fill-blur

[footer]
showMenu = true
Expand All @@ -49,8 +56,10 @@ disableImageOptimization = true
showDate = true
showViews = false
showLikes = false
showDateOnlyInArticle = false
showDateUpdated = false
showAuthor = false
# showAuthorBottom = false
showHero = false
# heroStyle = "basic" # valid options: basic, big, background, thumbAndBackground
layoutBackgroundBlur = true # only used when heroStyle equals background or thumbAndBackground
Expand All @@ -71,8 +80,8 @@ disableImageOptimization = true
showTaxonomies = true
showAuthorsBadges = false
showWordCount = false
showSummary = true
# sharingLinks = [ "linkedin", "twitter", "facebook", "whatsapp", "telegram"]
# sharingLinks = ["twitter", "bluesky", "mastodon", "whatsapp", "telegram"]
showZenMode = false

[list]
showHero = false
Expand All @@ -85,6 +94,7 @@ disableImageOptimization = true
showLikes = false
showTableOfContents = false
showCards = false
orderByWeight = false
groupByYear = false
cardView = false
cardViewScreenWidth = false
Expand Down Expand Up @@ -127,6 +137,17 @@ disableImageOptimization = true
# site = "ABC12345"
# domain = "llama.yoursite.com"

[umamiAnalytics]
# websiteid = "ABC12345"
# domain = "llama.yoursite.com"
# dataDomains = "yoursite.com,yoursite2.com"
# scriptName = ""
# enableTrackEvent = true

[selineAnalytics]
# token = "XXXXXX"
# enableTrackEvent = true

[buymeacoffee]
# identifier = ""
# globalWidget = true
Expand All @@ -139,3 +160,4 @@ disableImageOptimization = true
# bing = ""
# pinterest = ""
# yandex = ""
# fediverse = ""
10 changes: 5 additions & 5 deletions content/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Además de las actividades anteriormente mencionadas, se ponen a disposición es
Los Hackers Days son eventos mensuales realizados por el Consejo de Estudiantes de Informática con la colaboración de la Escuela Técnica Superior de Ingeniería Informática donde se reserva espacio y tiempo a ponentes y organizadores de taller para distintas actividades con una duración máxima de 1h y 45 minutos.
## ¿Cómo llegar?
{{< figure
src="mapa.webp"
alt="Mapa desde arriba de la Escuela Técnica Superior de Ingeniería Informática"
href="https://youtu.be/UxNUhgNQrYQ"
>}}
src="/img/about/mapa.webp"
alt="Mapa desde arriba de la Escuela Técnica Superior de Ingeniería Informática"
href="https://youtu.be/UxNUhgNQrYQ"
>}}
### En autobús
Se pueden tomar las líneas de bus 8, 11 y 25 con destino Bulevard Louis Pasteur; la 11 se puede tomar desde la Alameda principal.
### En metro
### En metro
Las líneas 1 y 2 del Metro de Málaga van desde el Campus universitario de Teatinos al Palacio de los Deportes, uniéndose en el intercambiador de El Perchel-María Zambrano.
La línea 1, dirección “Andalucía Tech” con parada “Clínico”, se encuentra a menos de 1 minuto de la Escuela.
### Desde la estación de Renfe “María Zambrano”
Expand Down
2 changes: 1 addition & 1 deletion content/announcements/call-for-papers-24-25/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Para colaboraciones y/o patrocinios:
Formulario Sponsors
{{< /button >}}

¡Esperamos contar con vuestra participación en la Hackers Week!
¡Esperamos contar con vuestra participación en la Hackers Week!
62 changes: 31 additions & 31 deletions content/sponsors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,34 +8,34 @@ tags: ["info", "Hackers Week X", "sponsors"]

En la Hackers Week X contamos con el inestimable apoyo de los siguientes tres patrocinadores, cada uno de ellos nos aportando piezas que nos ayudan a convertir la próxima edición en un éxito:
<div class="flex gap-4">
<figure>
<img
src="ebury-logo.png"
alt="Logo de Ebury"
class="rounded-md"
height="180"
weight="180"
/>
<figcaption class="text-center"><a href="https://www.ebury.es/" target="_blank">Ebury</a></figcaption>
</figure>
<figure>
<img
src="publicplan-logo.png"
alt="Logo de PublicPlan"
class="rounded-md"
height="180"
weight="180"
/>
<figcaption class="text-center"><a href="https://karriere.publicplan.de/es/" target="_blank">PublicPlan</a></figcaption>
</figure>
<figure>
<img
src="krom-logo.png"
alt="Logo de Krom"
class="rounded-md"
height="180"
weight="180"
/>
<figcaption class="text-center"><a href="https://www.kromgaming.com/" target="_blank">Krom</a></figcaption>
</figure>
</div>
<figure>
<img
src="/img/sponsors/ebury-logo.png"
alt="Logo de Ebury"
class="rounded-md"
height="180"
weight="180"
/>
<figcaption class="text-center"><a href="https://www.ebury.es/" target="_blank">Ebury</a></figcaption>
</figure>
<figure>
<img
src="/img/sponsors/publicplan-logo.png"
alt="Logo de PublicPlan"
class="rounded-md"
height="180"
weight="180"
/>
<figcaption class="text-center"><a href="https://karriere.publicplan.de/es/" target="_blank">PublicPlan</a></figcaption>
</figure>
<figure>
<img
src="/img/sponsors/krom-logo.png"
alt="Logo de Krom"
class="rounded-md"
height="180"
weight="180"
/>
<figcaption class="text-center"><a href="https://www.kromgaming.com/" target="_blank">Krom</a></figcaption>
</figure>
</div>
Loading

0 comments on commit 3503ffb

Please sign in to comment.