Ready for production

This commit is contained in:
Sofía Aritz 2023-12-07 22:06:59 +01:00
parent 38046f6107
commit 72c5844db8
Signed by: sofia
GPG key ID: 90B5116E3542B28F
11 changed files with 60 additions and 35 deletions

14
src/404.md Normal file
View file

@ -0,0 +1,14 @@
---
layout: base_page.njk
---
# not found
The requested content was not found.
If you have found a broken link, **please [contact me](/en/contact)**. The following information could be useful:
* Where did you find the broken link
* What is the broken link
Thank you :)

View file

@ -26,8 +26,10 @@ styles: ["/assets/css/comments.css"]
{% endfor %}
|
{% endif %}
{{ content | timeToRead }} |
<a href="#comments">Comments</a>
{{ content | timeToRead }}
{% if comment_status %}
| <a href="#comments">Comments</a>
{% endif %}
</div>

View file

@ -0,0 +1,11 @@
---
layout: base_page.njk
---
{% if lang == "en" %}
<h1>redirect</h1>
<p>This page has been moved: {{ content | safe }}</p>
{% else %}
<h1>redirección</h1>
<p>Esta página ha sido movida: {{ content | safe }}</p>
{% endif %}

View file

@ -1,25 +1,5 @@
---
layout: base_page.njk
title: contact
permalink: /en/contact.html
lang: "en"
layout: redirect
---
# contact
### direct contact
* E-mail: [sofi@sofiaritz.com](mailto:sofi@sofiaritz.com)
* Matrix: [@sofiaritz:matrix.org](https://matrix.to/#/@sofiaritz:matrix.org)
### social media
* Forgejo: [sofia@git.sofiaritz.com](https://git.sofiaritz.com/sofia)
* Fediverse: [@me@sofiaritz.com](https://hachyderm.io/@sofiaritz) (@sofiaritz@hachyderm.io)
### encryption and signing
You can find my public PGP key at [/keys/pub.asc](/keys/pub.asc), it's also available at the
[Ubuntu keyservers](https://keyserver.ubuntu.com/).
The fingerprint of the cert is: `4BB1 6A74 5DE1 C776 5CF3 8788 90B5 116E 3542 B28F`.
[/contacto](/contacto)

View file

@ -1,7 +1,6 @@
---
layout: base_page.njk
title: contacto
permalink: /contact.html
---
# contacto

24
src/en/contact.md Normal file
View file

@ -0,0 +1,24 @@
---
layout: base_page.njk
title: contact
lang: "en"
---
# contact
### direct contact
* E-mail: [sofi@sofiaritz.com](mailto:sofi@sofiaritz.com)
* Matrix: [@sofiaritz:matrix.org](https://matrix.to/#/@sofiaritz:matrix.org)
### social media
* Forgejo: [sofia@git.sofiaritz.com](https://git.sofiaritz.com/sofia)
* Fediverse: [@me@sofiaritz.com](https://hachyderm.io/@sofiaritz) (@sofiaritz@hachyderm.io)
### encryption and signing
You can find my public PGP key at [/keys/pub.asc](/keys/pub.asc), it's also available at the
[Ubuntu keyservers](https://keyserver.ubuntu.com/).
The fingerprint of the cert is: `4BB1 6A74 5DE1 C776 5CF3 8788 90B5 116E 3542 B28F`.

View file

@ -19,6 +19,6 @@ las [lenguas construidas](https://es.wikipedia.org/wiki/Lengua_construida) y el
[Toki Pona](https://es.wikipedia.org/wiki/Toki_pona).
En lo que respecta a las tecnologías que suelo manejar, todo depende del proyecto y sus especificaciones, pero tiendo
a centrarme en [Rust](https://es.wikipedia.org/wiki/Rust_(lenguaje_de_programaci%C3%B3n)) o [Zig](https://ziglang.org/)
a centrarme en [Rust](https://es.wikipedia.org/wiki/Rust_(lenguaje_de_programaci%C3%B3n)), [Zig](https://ziglang.org/)
y [JavaScript](https://es.wikipedia.org/wiki/JavaScript). Este es un indicador muy simple, pues cada lenguaje
tiene distintas ramificaciones, pero esta página de inicio no es el lugar para detallar el uso que le doy a cada uno.

View file

@ -12,4 +12,4 @@ Archived pages _could_ contain the following problems:
* Their content is not accurate.
* They do not represent my current views or opinions.
* They contain broken links, images, etc.
* If you find any of these, [contact me](/contacto), and I'll do my best to fix it.
* If you find something broken, [contact me](/contact), and I'll do my best to fix it.

View file

@ -34,7 +34,7 @@ any deviation from this page _should_ be documented in the project itself.
* The response time to issues and pull requests _can_ be worse.
* Pull requests related to new features _will_ be rejected.
* I will not work on any non-security issues, but will review and merge pull requests.
* Anyone can become a maintainer after [contacting me](/contacto).
* Anyone can become a maintainer after [contacting me](/contact).
## deprecated

View file

@ -56,15 +56,10 @@ main {
justify-content: center;
}
@media only screen and (max-width: 1600px) {
:root {
background-repeat: repeat-y;
}
}
@media only screen and (max-width: 900px) {
.page-container {
display: block;
display: flex;
flex-direction: column-reverse;
width: 100%;
}