From ebf154b8b61f94a33d01192febc6339309b88e37 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 27 Aug 2023 17:10:40 -0600 Subject: Add permalinks --- 404.html | 2 +- _includes/header.html | 4 ++-- about.html | 1 + about_me.html | 30 ++++++++++++++++++++++++++++++ archive.html | 1 + myself.html | 29 ----------------------------- 6 files changed, 35 insertions(+), 32 deletions(-) create mode 100644 about_me.html delete mode 100644 myself.html diff --git a/404.html b/404.html index 042f1e4..21ed518 100644 --- a/404.html +++ b/404.html @@ -1,5 +1,5 @@ --- -permalink: /404.html +permalink: /not-found layout: default --- diff --git a/_includes/header.html b/_includes/header.html index 8bc0821..fbfc787 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,5 @@ - + @@ -31,7 +31,7 @@
  • Inicio
  • Links
  • Archivo
  • -
  • Acerca de mí
  • +
  • Acerca de mí
  • Acerca de
  • diff --git a/about.html b/about.html index 7b0fa8a..a805436 100644 --- a/about.html +++ b/about.html @@ -1,5 +1,6 @@ --- layout: default +permalink: /about ---
    diff --git a/about_me.html b/about_me.html new file mode 100644 index 0000000..b7daac6 --- /dev/null +++ b/about_me.html @@ -0,0 +1,30 @@ +--- +layout: default +permalink: /about-me +--- + +
    +

    Acerca de mí

    +

    Hola, soy actualmente un estudiante de ciencias de la computación.

    +

    Mis intereses (y de lo que escribiré mayoritariamente en este blog) son:

    +
      +
    • Tecnología
    • +
    • Software libre
    • +
    • Self hosting
    • +
    • Videojuegos
    • +
    +

    Y demás.

    +
    +

    Contacto

    +

    Si quieres charlar o tienes alguna duda de algún post mío, házmelo saber:

    +

    XMPP

    +

    Dirección: hombrelaser@silosneeded.com

    +

    Notas: Asegúrate de activar el cifrado punto a punto OMEMO

    +

    Matrix

    +

    Dirección: @hombrelaser:matrix.silosneeded.com

    +

    IRC

    +

    Servidor: libera.chat hombrelaser@silosneeded.com

    +

    Nick: hombrelaser

    +

    A veces disponible, a veces no, pero no te preocupes, tengo un bouncer configurado. Leeré tu mensaje tarde o temprano.

    +
    +
    diff --git a/archive.html b/archive.html index 2056c92..5bedb01 100644 --- a/archive.html +++ b/archive.html @@ -1,5 +1,6 @@ --- layout: default +permalink: /archive ---
    diff --git a/myself.html b/myself.html deleted file mode 100644 index f87c9ad..0000000 --- a/myself.html +++ /dev/null @@ -1,29 +0,0 @@ ---- -layout: default ---- - -
    -

    Acerca de mí

    -

    Hola, soy actualmente un estudiante de ciencias de la computación.

    -

    Mis intereses (y de lo que escribiré mayoritariamente en este blog) son:

    -
      -
    • Tecnología
    • -
    • Software libre
    • -
    • Self hosting
    • -
    • Videojuegos
    • -
    -

    Y demás.

    -
    -

    Contacto

    -

    Si quieres charlar o tienes alguna duda de algún post mío, házmelo saber:

    -

    XMPP

    -

    Dirección: hombrelaser@silosneeded.com

    -

    Notas: Asegúrate de activar el cifrado punto a punto OMEMO

    -

    Matrix

    -

    Dirección: @hombrelaser:matrix.silosneeded.com

    -

    IRC

    -

    Servidor: libera.chat hombrelaser@silosneeded.com

    -

    Nick: hombrelaser

    -

    A veces disponible, a veces no, pero no te preocupes, tengo un bouncer configurado. Leeré tu mensaje tarde o temprano.

    -
    -
    -- cgit v1.2.3