Skip to content

Commit

Permalink
update: Add codeberg URL and forget about that github thing
Browse files Browse the repository at this point in the history
  • Loading branch information
oneeyedman committed Jul 25, 2024
1 parent 5ed1442 commit 913a74f
Show file tree
Hide file tree
Showing 8 changed files with 35 additions and 55 deletions.
6 changes: 3 additions & 3 deletions _src/_data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ function getStaticsVersion() {
module.exports = {
lang: 'es',
mode: process.env.MODE,
year: getCurrentYear(),
year: getCurrentYear(),
version: getStaticsVersion(),
site_name: "Space Nomads",
site_subtitle: "Pandemic edition",
site_name: 'Space Nomads',
site_subtitle: 'Pandemic edition',
};
2 changes: 1 addition & 1 deletion _src/_templates/partials/chuck/_header.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<a href="https://laterracita.online/@oneeyedman" class="social__link social__link--mastodon">Sígueme en Mastodon</a>
</li>
<li class="social__item">
<a href="https://github.com/oneeyedman/maquetando-con-chuck" class="social__link social__link--github">Repo en GitHub</a>
<a href="https://codeberg.org/oneeyedman" class="social__link social__link--codeberg">Perfil en Codeberg.org</a>
</li>
<li class="social__item">
<a href="https://www.twitch.tv/chuck_as_usual" class="social__link social__link--twitch">Canal en Twitch</a>
Expand Down
2 changes: 1 addition & 1 deletion _src/_templates/partials/chuck/_readme.njk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<h2 class="chuck__readme-subtitle">Sesiones</h2>
<p>Durante unos días los vídeos seguirán en el <a href="https://twitch.tv/chuck_as_usual">canal de Twitch</a> pero luego los dejaré subidos en <a href="{{ seasons.channel.link }}">mi canal de {{ seasons.channel.platform.name }}</a>, recogidos además en <a href="{{ seasons.channel.playlists }}">estas playlists</a>.</p>

<p>Y todo el código estará en abierto en un <a href="https://github.com/oneeyedman/maquetando-con-chuck">repo de Github</a> (pronto lo moveré a Codeberg).</p>
<p>Y todo el código estará en abierto en un <a href="https://codeberg.org/oneeyedman/maquetando-con-chuck">repo de Codeberg</a>.</p>

<p>De postre, en la temporada 3 hay una pequeña subserie de <a href="{{ seasons.s3emailResponsive.playList.link }}">maquetación de email responsive</a>.</p>

Expand Down
3 changes: 2 additions & 1 deletion _src/assets/_scss/components/chuck/_social.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}

.social__link {
background: img('sprite-social-header-2.svg', $chuck) left top no-repeat rgba($color-chuck, .05);
background: img('sprite-social-header.svg', $chuck) left top no-repeat rgba($color-chuck, .05);
background-size: auto rem(40);
border-radius: rem(3);
display: block;
Expand All @@ -25,6 +25,7 @@
background-position: rem(40 * 0) top;
}

.social__link--codeberg,
.social__link--github {
background-position: rem(40 * -1) top;
}
Expand Down
27 changes: 14 additions & 13 deletions _src/assets/css/main.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion _src/assets/css/main.css.map

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions _src/assets/img/maquetando-con-chuck/sprite-social-header-2.svg

This file was deleted.

Loading

0 comments on commit 913a74f

Please sign in to comment.