From 521e3808dbf30f5037697828ce4a4e0acf7fe42e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9sar=20Rom=C3=A1n?= Date: Fri, 1 Mar 2024 13:04:54 -0800 Subject: [PATCH] blog: update upcoming articles in 2024 --- _posts/2023-02-07-upcoming-articles-in-2023.md | 5 ----- _posts/2023-12-31-upcoming-articles-in-2024.md | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/_posts/2023-02-07-upcoming-articles-in-2023.md b/_posts/2023-02-07-upcoming-articles-in-2023.md index 938bc94..843ba4e 100644 --- a/_posts/2023-02-07-upcoming-articles-in-2023.md +++ b/_posts/2023-02-07-upcoming-articles-in-2023.md @@ -22,11 +22,6 @@ These are some of the upcoming articles in this space. 1. Taking a ten-year-old MacBook Air out for one last ride with Ubuntu - From macOS to Ubuntu, Pt. 1 ([link]({{ site.url }}/2023/02/18/taking-a-ten-year-old-macbook-air-out-for-one-last-ride-with-ubuntu/)) 1. Installing pyenv and managing Python versions in Ubuntu - From macOS to Ubuntu, Pt. 2 ([link]({{ site.url }}/2023/03/10/installing-pyenv-and-managing-python-versions-in-ubuntu/)) 1. CI/CD - The April ~~2025~~ 2023 Python 2 apocalypse ([link]({{ site.url }}/2023/04/29/ci-cd-the-april-2023-python-2-apocalypse/)) -1. Python 3 tools I use for my Python 2 projects - 2023 edition -1. Why I chose `tox` over `nox`? -1. Caching in Azure Pipelines and GitHub actions - Real life examples -1. Moving from `setup.cfg` to `pyproject.toml` -1. Switching from iTerm2 to kitty I'll link to the articles once their published, so come back here if you're interested or subscribe to the RSS feed. diff --git a/_posts/2023-12-31-upcoming-articles-in-2024.md b/_posts/2023-12-31-upcoming-articles-in-2024.md index 110ddf8..7f5ba37 100644 --- a/_posts/2023-12-31-upcoming-articles-in-2024.md +++ b/_posts/2023-12-31-upcoming-articles-in-2024.md @@ -19,7 +19,7 @@ Hello, readers! These are some of the upcoming articles in this space. -1. Python 3 tools I use for my Python 2 projects - 2024 edition +1. Python 3 tools I use for my Python 2 projects - 2024 edition ([link]({{ site.url }}/2024/03/01/python-3-tools-i-use-for-my-python-2-projects-2024-edition/)) 1. Why I chose `tox` over `nox`? 1. Caching in Azure Pipelines and GitHub Actions - Real life examples 1. Moving from `setup.cfg` to `pyproject.toml`