From 43ea246b562061bed966532a19fa297261c52ec2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20=C3=81lvarez?= Date: Wed, 11 May 2022 19:57:29 +0200 Subject: [PATCH] ux --- _includes/footer.html | 2 +- _layouts/home.html | 2 +- _posts/2022-05-06-drone-gitea-ci-cd.md | 21 --------------------- _posts/2022-05-06-openwrt-ipv6-home-lan.md | 21 --------------------- _sass/klise/_base.scss | 2 +- 5 files changed, 3 insertions(+), 45 deletions(-) delete mode 100644 _posts/2022-05-06-drone-gitea-ci-cd.md delete mode 100644 _posts/2022-05-06-openwrt-ipv6-home-lan.md diff --git a/_includes/footer.html b/_includes/footer.html index 575dcdf..934e99c 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,5 +1,5 @@ diff --git a/_layouts/home.html b/_layouts/home.html index d24a221..8de2d5f 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -3,7 +3,7 @@ layout: default home: true --- -

Recent Posts

+

Recent Posts ↓

{%- for post in site.posts limit: site.number_of_posts -%}
{{ post.date | date: "%d %b %Y" }} diff --git a/_posts/2022-05-06-drone-gitea-ci-cd.md b/_posts/2022-05-06-drone-gitea-ci-cd.md deleted file mode 100644 index fd63be8..0000000 --- a/_posts/2022-05-06-drone-gitea-ci-cd.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: post -title: "CI/CD con Gitea + Drone" ---- -Primer post, sin mucho que contar para variar. Al menos habrá un bonito _commit_ y muchas cosas por limpiar. - -La chuleta para hacer andar esto es la siguiente: - -```shell -docker run -it --rm --volume="$PWD:/srv/jekyll:Z" jekyll/jekyll jekyll build -docker run -it --rm --volume="$PWD:/srv/jekyll:Z" -p 4000:4000 jekyll/jekyll jekyll serve -``` - -O bien, si ya está _buildeado_: - -```shell -cd _site -python3 -m http.server 4000 -``` - -Y acceder a . Así de simple por ahora. diff --git a/_posts/2022-05-06-openwrt-ipv6-home-lan.md b/_posts/2022-05-06-openwrt-ipv6-home-lan.md deleted file mode 100644 index ea62026..0000000 --- a/_posts/2022-05-06-openwrt-ipv6-home-lan.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -layout: post -title: "Conectividad IPv6 sobre túnel WireGuard y OpenWRT" ---- -Primer post, sin mucho que contar para variar. Al menos habrá un bonito _commit_ y muchas cosas por limpiar. - -La chuleta para hacer andar esto es la siguiente: - -```shell -docker run -it --rm --volume="$PWD:/srv/jekyll:Z" jekyll/jekyll jekyll build -docker run -it --rm --volume="$PWD:/srv/jekyll:Z" -p 4000:4000 jekyll/jekyll jekyll serve -``` - -O bien, si ya está _buildeado_: - -```shell -cd _site -python3 -m http.server 4000 -``` - -Y acceder a . Así de simple por ahora. diff --git a/_sass/klise/_base.scss b/_sass/klise/_base.scss index c20a066..3d0322e 100644 --- a/_sass/klise/_base.scss +++ b/_sass/klise/_base.scss @@ -234,7 +234,7 @@ h6 > a { // Link a { color: inherit; - text-decoration-color: $smoke; + text-decoration: none; &:hover { color: $text-link-blue;