Skip to content

Commit

Permalink
Reconfigure decap + add metadata to some posts.
Browse files Browse the repository at this point in the history
  • Loading branch information
misaelnieto committed Aug 9, 2024
1 parent 3c7f005 commit 39b1c3b
Show file tree
Hide file tree
Showing 15 changed files with 147 additions and 44 deletions.
16 changes: 8 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: >
I like Free/Libre/Open Source Software. That's why I'd also like to define myself as a FLOSS generalist.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://noenieto.com" # the base hostname & protocol for your site
permalink: /blog/:year/:month/:day/:title:output_ext
permalink: /blog/:year/:title:output_ext
author:
name: Noe Nieto
description: Senior Software Engineer
Expand All @@ -30,13 +30,13 @@ github_username: misaelnieto
gh_sponsor: misaelnieto
site: https://www.noenieto.com
comments: true
webmaster_verifications:
google: 1234
bing: 1234
alexa: 1234
yandex: 1234
baidu: 1234
facebook: 1234
# webmaster_verifications:
# google: 1234
# bing: 1234
# alexa: 1234
# yandex: 1234
# baidu: 1234
# facebook: 1234
# remote_theme: chrisrhymes/[email protected]
theme: bulma-clean-theme
google_analytics: G-H2W0NR3S1W
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
published: false
layout: post
title: Converting HTML to PDF with Github Actions

---
## Converting HTML to PDF with Github Actions


I just finished updating my CV, it's built with jekyll using modern-resume-theme. Now it´s time to render it to PDF. A year ago I wrote a GH Action just for that.

Expand Down
14 changes: 13 additions & 1 deletion _posts/2018-11-26-lecturas semana 48.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
---
layout: post
title: Lecturas de las semana 48 de 2018
language: es
comments: true
published: true
categories:
- Lecturas
tags:
- Sociedad
- Politica
- Microsoft
date: 2018-11-26
---
## Las lecturas de la semana 48 de 2018



- El falso caso Wallace](https://www.proceso.com.mx/560982/el-falso-caso-wallace)
- Python weekly 375: https://mailchi.mp/pythonweekly/python-weekly-issue-375?e=35cc5ae64e
Expand Down
13 changes: 12 additions & 1 deletion _posts/2018-12-04-lecturas-semana-49.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
---
layout: post
title: Lecturas de las semana 49 de 2018
language: es
comments: true
published: true
categories:
- Lecturas
tags:
- Sociedad
- Politica
- Microsoft
date: 2018-12-04
---
## Semana 40 de 2018


- [Microsoft is building its own Chrome browser to replace Edge](https://www.theverge.com/2018/12/4/18125238/microsoft-chrome-browser-windows-10-edge-chromium)
- [ Expedientes TVC: “El despeñadero de los Peña”](https://www.youtube.com/watch?v=QAVODiqoXtA)
Expand Down
11 changes: 10 additions & 1 deletion _posts/2018-12-12-Sublimetext-flatpack-shortcut.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
---
layout: post
title: Sublimetext flatpack shortcut
language: es
comments: true
published: true
categories:
- Technology
tags:
- Editors
- Shell
date: 2018-12-12
---
## Sublimetext flatpack shortcut

I installed SublimeText using flatpack, but because ST must be invoked through the flatpack executable I cannot make a symlink to the ST executable as I used to. After some experimenting I came up with this small shell script:

Expand Down
10 changes: 9 additions & 1 deletion _posts/2018-12-19-lecturas-semana-50-51.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
---
layout: post
title: Último compilado de lecturas del 2018
summary: Este compilado cubre las semanas 50 a 51 del 2018.
language: es
comments: true
published: true
categories:
- Lecturas
tags:
- Sociedad
- Facebook
image: /media/unsplash/utsav-srestha-HeNrEdA4Zp4-unsplash.jpg

date: 2018-12-19
---

# Lecturas de las semanas 50 y 51 del 2018
Expand Down
13 changes: 9 additions & 4 deletions _posts/2018-12-20-jq-Command-line-JSON-processor.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
---
title: Learning to use jq, the Command-line JSON processor
layout: post
categories: web, shell, commandline
title: Learning to use jq, the Command-line JSON processor
language: en
comments: true
published: true
categories:
- Web
- Shell
- Commandline
image: /media/unsplash/hello-i-m-nik-6HzhFuiVO60-unsplash.jpg

date: 2018-12-20
---
## Learning to use jq, the Command-line JSON processor


Today I learned that [jq](https://stedolan.github.io/jq/) exists. It's a json preprocessor for the command line. Let's dive in!

Expand Down
16 changes: 12 additions & 4 deletions _posts/2020-01-17-basic-crud-wuth-rocket.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
---
title: Basic CRUD with Rocket
layout: post
categories: web, servers, programming, rust
title: A Basic CRUD with Rocket
summary: This is what I went through while creating my first web app in Rust.
language: en
comments: true
published: true
categories:
- Technology
tags:
- Web
- Servers
- Programming
- Rust
image: /media/unsplash/spacex--p-KCm6xB9I-unsplash.jpg

date: 2020-01-17
---

# Basic CRUD with Rocket

This is what I went through while creating my first web app in Rust.

Expand Down
14 changes: 10 additions & 4 deletions _posts/2020-05-11-gh-pages-migration-to-actions.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
---
layout: post
title: Migrating blog from GH Pages to GH Actions
date: 2020-05-11 23:32
category: Web
author: Noe Nieto
tags: [github, devops, blog]
summary: GH Pages is too restrictive, let's fix it with GH Actions
language: es
comments: true
published: true
categories:
- Technology
tags:
- Github
- Devops
- Blog
image: /media/unsplash/markus-spiske-Tem0_jHYDgQ-unsplash.jpg
date: 2020-05-11 23:32
---

This is how my blog looks before update:
Expand Down
12 changes: 9 additions & 3 deletions _posts/2020-05-17-simplest-gh-workflow-for-static-pages.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
---
layout: post
title: The simplest GitHub workflow for deploying static sites
date: 2020-05-17 22:19
category: development
tags: [github, devops]
summary: It's really simple, just checkout and rsync
language: es
comments: true
published: true
categories:
- Technology
tags:
- Github
- Devops
image: /media/unsplash/alvaro-reyes-qWwpHwip31M-unsplash.jpg
date: 2020-05-17 22:19
---

Ever since I learned about [GitHub
Expand Down
12 changes: 9 additions & 3 deletions _posts/2022-07-28-ditch-Google-Analytics-for-counter.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
---
published: true
layout: post
title: Ditch Google Analytics(GA) for Counter.def
summary: I hacked Google Analytics away in favor of Counter.dev
language: es
categories:
- Technology
tags:
- Google Analytics
comments: true
image: /media/screenshots/counter_analytics.png
categories: 'web, analytics'
published: true
date: 2022-07-28
---
## Ditch Google Analytics(GA) for Counter.def

Nowadays GA is becoming quite complex for me; it looks so complex that I couldn't find a way to upgrade my blog to GA 4 and I got impatient, so I thought I could switch to something else.

Expand Down
14 changes: 11 additions & 3 deletions _posts/2022-10-24-fedora-silverblue-sshd-server.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
---
published: true
layout: post
title: Instalacion de servidor sshd en Fedora Silverblue
summary: Instrucciones para configurar el accesso ssh a fedora silverblue
language: es
comments: true
published: true
categories:
- Technology
tags:
- Linux
- Fedora
image: /media/card_images/a-silver-blue-fedora-hat-besides-a-electrical-sock.svg
title: Instalacion de servidor sshd en Fedora Silverblue
layout: post
date: 2022-10-24
---


Expand Down
2 changes: 2 additions & 0 deletions _posts/2024-05-02-nube-de-palabras-en-inkscape.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ image: https://unsplash.com/es/fotos/texto-manuscrito-00nHr1Lpq6w
published: true
hero_svg: /media/heroes/signal.svg
image: /media/card_images/wall-of-words.svg
language: es
date: 2024-05-02
---

## Nube de palabras en Inkscape
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,17 @@
layout: post
title: Script para transformar texto seleccionado en Google docs
summary: "Guía para crear un script que transforme el texto seleccionado en un documento de Google Docs"
categories:
- Programación
- JavaScript
language: es
comments: true
published: true
categories:
- Technologia
tags:
- Google Docs
- Google Apps Script
published: true
hero_svg: /assets/img/heroes/jigsaw.svg
image: /assets/img/post_cards/six-assorted-geometrical-objects-besides-a-sheet-w.svg
date: 2024-08-06
---


Expand Down
29 changes: 24 additions & 5 deletions admin/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,42 @@ backend:
branch: master # Branch to update (optional; defaults to master)
media_folder: 'assets/img'
collections:
- name: 'blog'
label: 'Blog'
- name: 'english_posts'
label: 'Blog posts'
folder: '_posts/'
create: true
slug: '{{year}}-{{month}}-{{day}}-{{slug}}'
filter: {field: "language", value: "en"}
slug: '{{year}}/{{slug}}'
editor:
preview: true
fields:
- { label: 'Layout', name: 'layout', widget: 'hidden', default: 'post' }
- { label: "Language", name: "language", widget: "select", options: ["en", "es"]}
- { label: 'Layout', name: 'layout', widget: 'string', default: 'post' }
- { label: 'Comments', name: 'comments', widget: 'hidden', default: 'true' }
- { label: 'Title', name: 'title', widget: 'string' }
- { label: 'Summary', name: 'summary', widget: 'string'}
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Hero SVG', name: 'hero_svg', widget: 'image'}
- { label: 'Card image', name: 'image', widget: 'image'}
- { label: 'Body', name: 'body', widget: 'markdown' }

- name: 'spanish_posts'
label: 'Blog en Español'
folder: '_posts/'
create: true
filter: {field: "language", value: "es"}
slug: '{{year}}/{{slug}}'
editor:
preview: true
fields:
- { label: "Language", name: "language", widget: "select", options: ["en", "es"]}
- { label: 'Layout', name: 'layout', widget: 'string', default: 'post' }
- { label: 'Comments', name: 'comments', widget: 'hidden', default: 'true' }
- { label: "Titulo", name: "title", widget: "string"}
- { label: 'Summary', name: 'summary', widget: 'string'}
- { label: 'Publish Date', name: 'date', widget: 'datetime' }
- { label: 'Hero SVG', name: 'hero_svg', widget: 'image'}
- { label: 'Card image', name: 'image', widget: 'image'}
- { label: "Contenido", name: "body", widget: "markdown"}
- name: 'pages'
label: 'Pages'
editor:
Expand Down

0 comments on commit 39b1c3b

Please sign in to comment.