Fix social network support

This commit is contained in:
Jesús 2021-12-06 12:58:23 -05:00
parent 6ab75052f5
commit 52af188972
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
20 changed files with 49 additions and 11 deletions

View File

@ -181,7 +181,7 @@
<div class="card-content"> <div class="card-content">
<div class="content social"> <div class="content social">
<div class="navbar is-social-center"> <div class="navbar is-social-center">
<a class="navbar-item" href="{{ SOCIAL['gnusocial'] }}"> <a class="navbar-item" {% if article.gnusocial %}href="{{ article.gnusocial }}" rel="me noopener noreferrer" target="_blank" {% else %}href="#"{% endif %}>
<span class="soumaicon"> <span class="soumaicon">
<svg> <svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#gnusocial" /> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#gnusocial" />
@ -189,7 +189,7 @@
</svg> </svg>
</span> </span>
</a> </a>
<a class="navbar-item" href="{{ SOCIAL['diaspora'] }}"> <a class="navbar-item" {% if article.diaspora %}href="{{ article.diaspora }}" rel="me noopener noreferrer" target="_blank" {% else %}href="#"{% endif %}>
<span class="soumaicon"> <span class="soumaicon">
<svg> <svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#diaspora" /> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#diaspora" />
@ -197,7 +197,7 @@
</svg> </svg>
</span> </span>
</a> </a>
<a class="navbar-item" href="{{ SOCIAL['mastodon'] }}"> <a class="navbar-item" {% if article.mastodom %}href="{{ article.mastodom }}" rel="me noopener noreferrer" target="_blank" {% else %}href="#"{% endif %}>
<span class="soumaicon"> <span class="soumaicon">
<svg> <svg>
<use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodon" /> <use href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/images/icons/master.svg#mastodon" />

View File

@ -1,8 +1,10 @@
Author: Jesús E. Author: Jesús E.
Category: Seguridad Category: Seguridad
Date: 2019-05-18 12:17 Date: 2019-05-18 12:17
Diaspora: https://diasp.org/u/heckyel
Image: 2019/05/core-thread-sched-state-diagram.png Image: 2019/05/core-thread-sched-state-diagram.png
Lang: es Lang: es
Mastodom: https://masto.nobigtech.es/@heckyel
Slug: ataque-mds Slug: ataque-mds
Tags: Intel, Ataque a procesadores Intel Tags: Intel, Ataque a procesadores Intel
Title: Vulnerabilidad MDS en procesadores Intel Title: Vulnerabilidad MDS en procesadores Intel

View File

@ -1,9 +1,11 @@
Author: Jesús E. Author: Jesús E.
Category: Cine Category: Cine
Date: 2018-09-25 11:05 Date: 2018-09-25 11:05
Lang: es Diaspora: https://diasp.org/u/heckyel
Slug: citizenfour
Image: 2018/09/citizenfour.png Image: 2018/09/citizenfour.png
Lang: es
Mastodom: https://masto.nobigtech.es/@heckyel
Slug: citizenfour
Tags: snowden, citizenfour, libertad Tags: snowden, citizenfour, libertad
Title: Citizenfour Title: Citizenfour

View File

@ -1,8 +1,10 @@
Author: Jesús E. Author: Jesús E.
Category: tutorials Category: tutorials
Date: 2019-08-24 12:47 Date: 2019-08-24 12:47
Diaspora: https://diasp.org/u/heckyel
Image: 2019/08/clonar-disco.jpg Image: 2019/08/clonar-disco.jpg
Lang: es Lang: es
Mastodom: https://masto.nobigtech.es/@heckyel
Slug: clonar-disco-duro-con-dd-en-gnu Slug: clonar-disco-duro-con-dd-en-gnu
Tags: dd, grabar disco duro, Tags: dd, grabar disco duro,
Title: Clonar disco duro con dd en GNU Title: Clonar disco duro con dd en GNU

View File

@ -1,7 +1,9 @@
Author: Jesús E. Author: Jesús E.
Category: Desarrollo web Category: Desarrollo web
Date: 2018-02-15 08:08 Date: 2018-02-15 08:08
Diaspora: https://diasp.org/u/heckyel
Lang: es Lang: es
Mastodom: https://masto.nobigtech.es/@heckyel
Slug: como-generar-freakspot Slug: como-generar-freakspot
Status: published Status: published
Tags: educación, GNU/Linux, Pelican, Python, software libre, tutorial, video Tags: educación, GNU/Linux, Pelican, Python, software libre, tutorial, video

View File

@ -3,6 +3,8 @@ Category: GNU/Linux
Date: 2018-05-29 08:57 Date: 2018-05-29 08:57
Image: 2018/05/curso-hyperbola-gnu-linux.png Image: 2018/05/curso-hyperbola-gnu-linux.png
Lang: es Lang: es
Diaspora: https://diasp.org/u/heckyel
Mastodom: https://masto.nobigtech.es/@heckyel
Slug: curso-de-instalacion-de-hyperbola Slug: curso-de-instalacion-de-hyperbola
Tags: hyperbola, linux, linux-libre, parabola Tags: hyperbola, linux, linux-libre, parabola
Title: Curso de Instalación de Hyperbola Title: Curso de Instalación de Hyperbola

View File

@ -1,8 +1,10 @@
Author: Jesús E. Author: Jesús E.
Category: Hyperbola Category: Hyperbola
Date: 2020-01-17 07:32 Date: 2020-01-17 07:32
Diaspora: https://diasp.org/u/heckyel
Image: 2020/01/hyperbola-bsd.jpg Image: 2020/01/hyperbola-bsd.jpg
Lang: en Lang: en
Mastodom: https://masto.nobigtech.es/@heckyel
Save_as: interview-about-hyperbolabsd/index.html Save_as: interview-about-hyperbolabsd/index.html
URL: interview-about-hyperbolabsd/ URL: interview-about-hyperbolabsd/
Slug: entrevista-sobre-hyperbolabsd Slug: entrevista-sobre-hyperbolabsd

View File

@ -1,8 +1,10 @@
Author: Jesús E. Author: Jesús E.
Category: Hyperbola Category: Hyperbola
Date: 2020-01-17 07:32 Date: 2020-01-17 07:32
Diaspora: https://diasp.org/u/heckyel
Image: 2020/01/hyperbola-bsd.jpg Image: 2020/01/hyperbola-bsd.jpg
Lang: es Lang: es
Mastodom: https://masto.nobigtech.es/@heckyel
Slug: entrevista-sobre-hyperbolabsd Slug: entrevista-sobre-hyperbolabsd
Tags: HyperbolaBSD, Entrevista Tags: HyperbolaBSD, Entrevista
Title: Entrevista sobre HyperbolaBSD Title: Entrevista sobre HyperbolaBSD

View File

@ -1,13 +1,15 @@
Author: Jesús E. Author: Jesús E.
Category: tutorials Category: tutorials
Date: 2019-11-11 08:41 Date: 2019-11-11 08:41
Diaspora: https://diasp.org/u/heckyel
Image: 2019/11/hyperbola-base.jpg Image: 2019/11/hyperbola-base.jpg
Lang: en Lang: en
Mastodom: https://masto.nobigtech.es/@heckyel
Save_as: hyperbola-installation-guide/index.html Save_as: hyperbola-installation-guide/index.html
URL: hyperbola-installation-guide/
Slug: guia-de-instalacion-de-hyperbola Slug: guia-de-instalacion-de-hyperbola
Tags: hyperbola, guia Tags: hyperbola, guia
Title: Hyperbola installation guide [Legacy/MBR-DOS mode] Title: Hyperbola installation guide [Legacy/MBR-DOS mode]
URL: hyperbola-installation-guide/
[TOC] [TOC]

View File

@ -1,8 +1,10 @@
Author: Jesús E. Author: Jesús E.
Category: tutorials Category: tutorials
Date: 2019-11-11 08:41 Date: 2019-11-11 08:41
Diaspora: https://diasp.org/u/heckyel
Image: 2019/11/hyperbola-base.jpg Image: 2019/11/hyperbola-base.jpg
Lang: es Lang: es
Mastodom: https://masto.nobigtech.es/@heckyel
Slug: guia-de-instalacion-de-hyperbola Slug: guia-de-instalacion-de-hyperbola
Tags: hyperbola, guia Tags: hyperbola, guia
Title: Guia de instalación de Hyperbola [Modo Legacy/MBR-DOS] Title: Guia de instalación de Hyperbola [Modo Legacy/MBR-DOS]

View File

@ -1,13 +1,15 @@
Author: Jesús E. Author: Jesús E.
Category: Noticias Category: Noticias
Date: 2018-12-08 11:25 Date: 2018-12-08 11:25
Diaspora: https://diasp.org/u/heckyel
Image: 2018/12/hyperbola-gnu-freedom.png Image: 2018/12/hyperbola-gnu-freedom.png
Lang: en Lang: en
Mastodom: https://masto.nobigtech.es/@heckyel
Save_as: fsf-approved-hyperbola/index.html Save_as: fsf-approved-hyperbola/index.html
URL: fsf-approved-hyperbola/
Slug: hyperbola-gnu-linux-libre-es-aprobada-por-la-fsf Slug: hyperbola-gnu-linux-libre-es-aprobada-por-la-fsf
Tags: fsf, hyperbola, gnu Tags: fsf, hyperbola, gnu
Title: FSF-Approved Hyperbola Title: FSF-Approved Hyperbola
URL: fsf-approved-hyperbola/
**Hyperbola GNU/Linux-libre** distribution has been accepted **Hyperbola GNU/Linux-libre** distribution has been accepted
by the **Free Software Foundation** (FSF) to its list of 100% by the **Free Software Foundation** (FSF) to its list of 100%

View File

@ -1,8 +1,10 @@
Author: Jesús E. Author: Jesús E.
Category: Noticias Category: Noticias
Date: 2018-12-08 11:25 Date: 2018-12-08 11:25
Diaspora: https://diasp.org/u/heckyel
Image: 2018/12/hyperbola-gnu-freedom.png Image: 2018/12/hyperbola-gnu-freedom.png
Lang: es Lang: es
Mastodom: https://masto.nobigtech.es/@heckyel
Slug: hyperbola-gnu-linux-libre-es-aprobada-por-la-fsf Slug: hyperbola-gnu-linux-libre-es-aprobada-por-la-fsf
Tags: fsf, hyperbola, gnu Tags: fsf, hyperbola, gnu
Title: Hyperbola GNU/Linux-libre es aprobada por la FSF Title: Hyperbola GNU/Linux-libre es aprobada por la FSF

View File

@ -1,13 +1,15 @@
Author: Jesús E. Author: Jesús E.
Category: Tutorial Category: Tutorial
Date: 2020-05-03 03:12 Date: 2020-05-03 03:12
Diaspora: https://diasp.org/u/heckyel
Image: 2020/05/virt-manager.jpg Image: 2020/05/virt-manager.jpg
Lang: en Lang: en
Mastodom: https://masto.nobigtech.es/@heckyel
Save_as: install-a-virtual-machine-manager-on-hyperbola-gnulinux-libre/index.html Save_as: install-a-virtual-machine-manager-on-hyperbola-gnulinux-libre/index.html
URL: install-a-virtual-machine-manager-on-hyperbola-gnulinux-libre/
Slug: instalar-un-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre Slug: instalar-un-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre
Tags: virtual machine, tutorial Tags: virtual machine, tutorial
Title: Install a virtual machine manager in Hyperbola GNU/Linux-libre Title: Install a virtual machine manager in Hyperbola GNU/Linux-libre
URL: install-a-virtual-machine-manager-on-hyperbola-gnulinux-libre/
Your host may be Hyperbola GNU/Linux-libre x86_64 architecture, for example, Your host may be Hyperbola GNU/Linux-libre x86_64 architecture, for example,
but with enough memory and processing power you could run but with enough memory and processing power you could run

View File

@ -1,8 +1,10 @@
Author: Jesús E. Author: Jesús E.
Category: Tutorial Category: Tutorial
Date: 2020-05-03 03:12 Date: 2020-05-03 03:12
Diaspora: https://diasp.org/u/heckyel
Image: 2020/05/virt-manager.jpg Image: 2020/05/virt-manager.jpg
Lang: es Lang: es
Mastodom: https://masto.nobigtech.es/@heckyel
Slug: instalar-un-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre Slug: instalar-un-gestor-de-maquinas-virtuales-en-hyperbola-gnulinux-libre
Tags: maquinas virtuales, tutorial Tags: maquinas virtuales, tutorial
Title: Instalar un gestor de máquinas virtuales en Hyperbola GNU/Linux-libre Title: Instalar un gestor de máquinas virtuales en Hyperbola GNU/Linux-libre

View File

@ -1,8 +1,10 @@
Author: Jesús E. Author: Jesús E.
Category: Tutorial Category: Tutorial
Date: 2018-08-22 10:52 Date: 2018-08-22 10:52
Diaspora: https://diasp.org/u/heckyel
Image: 2018/08/montar-android-en-hyperbola.png Image: 2018/08/montar-android-en-hyperbola.png
Lang: es Lang: es
Mastodom: https://masto.nobigtech.es/@heckyel
Slug: montar-android-en-hyperbola Slug: montar-android-en-hyperbola
Tags: android, mtp, hyperbola, usb Tags: android, mtp, hyperbola, usb
Title: Montar Android en Hyperbola Title: Montar Android en Hyperbola

View File

@ -1,13 +1,15 @@
Author: Jesús E. Author: Jesús E.
Category: Opinión Category: Opinión
Date: 2018-02-17 08:14 Date: 2018-02-17 08:14
Diaspora: https://diasp.org/u/heckyel
Image: 2018/02/question.png Image: 2018/02/question.png
Lang: en Lang: en
Mastodom: https://masto.nobigtech.es/@heckyel
Save_as: why-not-windows/index.html Save_as: why-not-windows/index.html
URL: why-not-windows/
Slug: por-que-no-windows Slug: por-que-no-windows
Tags: libre, libertad, gnu, linux-libre Tags: libre, libertad, gnu, linux-libre
Title: Why not Windows? Title: Why not Windows?
URL: why-not-windows/
Windows and Office work well, then: **how can this be so bad?** Windows and Office work well, then: **how can this be so bad?**

View File

@ -1,8 +1,10 @@
Author: Jesús E. Author: Jesús E.
Category: Opinión Category: Opinión
Date: 2018-02-17 08:14 Date: 2018-02-17 08:14
Diaspora: https://diasp.org/u/heckyel
Image: 2018/02/question.png Image: 2018/02/question.png
Lang: es Lang: es
Mastodom: https://masto.nobigtech.es/@heckyel
Slug: por-que-no-windows Slug: por-que-no-windows
Tags: libre, libertad, gnu, linux-libre Tags: libre, libertad, gnu, linux-libre
Title: ¿Por qué no Windows? Title: ¿Por qué no Windows?

View File

@ -1,14 +1,16 @@
Author: Jesús E. Author: Jesús E.
Category: GNU/Linux Category: GNU/Linux
Date: 2017-12-05 11:34 Date: 2017-12-05 11:34
Diaspora: https://diasp.org/u/heckyel
Modified: 2021-08-21 13:28 Modified: 2021-08-21 13:28
Image: 2017/12/bash.png Image: 2017/12/bash.png
Lang: en Lang: en
Mastodom: https://masto.nobigtech.es/@heckyel
Save_as: advanced-prompt/index.html Save_as: advanced-prompt/index.html
URL: advanced-prompt/
Slug: prompt-avanzado Slug: prompt-avanzado
Tags: bash, hyperbash, hyperterm, shell Tags: bash, hyperbash, hyperterm, shell
Title: Advanced prompt Title: Advanced prompt
URL: advanced-prompt/
Many times we need the [command interpreter][bash] to perform Many times we need the [command interpreter][bash] to perform
the odd task, perhaps it is tedious to put together our the odd task, perhaps it is tedious to put together our

View File

@ -1,13 +1,15 @@
Author: Jesús E. Author: Jesús E.
Category: Opinión Category: Opinión
Date: 2017-08-14 11:09 Date: 2017-08-14 11:09
Diaspora: https://diasp.org/u/heckyel
Image: 2017/08/openmailbox.png Image: 2017/08/openmailbox.png
Lang: en Lang: en
Mastodom: https://masto.nobigtech.es/@heckyel
Save_as: goodbye-openmailbox/index.html Save_as: goodbye-openmailbox/index.html
URL: goodbye-openmailbox/
Slug: sayonara-openmailbox Slug: sayonara-openmailbox
Tags: openmailbox, mail Tags: openmailbox, mail
Title: GoodBye OpenMailBox Title: GoodBye OpenMailBox
URL: goodbye-openmailbox/
OpenMailBox, has been operating since 2012, but as of the date of OpenMailBox, has been operating since 2012, but as of the date of
this article in 2017, it has changed the policies of its services, this article in 2017, it has changed the policies of its services,

View File

@ -1,8 +1,10 @@
Author: Jesús E. Author: Jesús E.
Category: Opinión Category: Opinión
Date: 2017-08-14 11:09 Date: 2017-08-14 11:09
Diaspora: https://diasp.org/u/heckyel
Image: 2017/08/openmailbox.png Image: 2017/08/openmailbox.png
Lang: es Lang: es
Mastodom: https://masto.nobigtech.es/@heckyel
Slug: sayonara-openmailbox Slug: sayonara-openmailbox
Tags: openmailbox, mail Tags: openmailbox, mail
Title: Sayonara OpenMailBox Title: Sayonara OpenMailBox