From 61e6a5b84bf483a3d5b3556da8a4f8385d78bdf9 Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Thu, 19 Jan 2023 15:41:30 -0300 Subject: Removed weights in posts --- .../how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md | 3 +-- .../how-to-create-a-celery-task-that-fills-out-fields-using-django.md | 3 +-- content/posts/removing-comments-from-my-blog.md | 3 +-- content/posts/using-minio-to-upload-to-a-local-s3-bucket-in-django.md | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-) (limited to 'content') diff --git a/content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md b/content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md index 2094856..bf07b82 100644 --- a/content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md +++ b/content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md @@ -2,10 +2,9 @@ title = "How I got a residency appointment thanks to Python, Selenium and Telegram" author = ["Roger Gonzalez"] date = 2020-08-02 -lastmod = 2023-01-14T15:05:04-03:00 +lastmod = 2023-01-19T15:39:43-03:00 tags = ["programming", "python", "selenium", "telegram"] draft = false -weight = 2003 +++ Hello everyone diff --git a/content/posts/how-to-create-a-celery-task-that-fills-out-fields-using-django.md b/content/posts/how-to-create-a-celery-task-that-fills-out-fields-using-django.md index 487fecc..38a80cf 100644 --- a/content/posts/how-to-create-a-celery-task-that-fills-out-fields-using-django.md +++ b/content/posts/how-to-create-a-celery-task-that-fills-out-fields-using-django.md @@ -2,10 +2,9 @@ title = "How to create a celery task that fills out fields using Django" author = ["Roger Gonzalez"] date = 2020-11-29T15:48:48-03:00 -lastmod = 2023-01-14T15:04:59-03:00 +lastmod = 2023-01-19T15:39:42-03:00 tags = ["programming", "python", "celery", "django", "docker", "", "dockercompose"] draft = false -weight = 2002 +++ Hi everyone! diff --git a/content/posts/removing-comments-from-my-blog.md b/content/posts/removing-comments-from-my-blog.md index baf26d6..2e58fe8 100644 --- a/content/posts/removing-comments-from-my-blog.md +++ b/content/posts/removing-comments-from-my-blog.md @@ -2,10 +2,9 @@ title = "Removing comments from my blog" author = ["Roger Gonzalez"] date = 2023-01-14 -lastmod = 2023-01-14T15:05:21-03:00 +lastmod = 2023-01-19T15:40:10-03:00 tags = ["announcements"] draft = false -weight = 2001 +++ I'm removing comments from my blog. diff --git a/content/posts/using-minio-to-upload-to-a-local-s3-bucket-in-django.md b/content/posts/using-minio-to-upload-to-a-local-s3-bucket-in-django.md index 06a7d1d..ec0323d 100644 --- a/content/posts/using-minio-to-upload-to-a-local-s3-bucket-in-django.md +++ b/content/posts/using-minio-to-upload-to-a-local-s3-bucket-in-django.md @@ -2,10 +2,9 @@ title = "Using MinIO to upload to a local S3 bucket in Django" author = ["Roger Gonzalez"] date = 2021-01-10 -lastmod = 2023-01-14T15:04:51-03:00 +lastmod = 2023-01-19T15:39:39-03:00 tags = ["programming", "python", "django", "minio", "docker", "", "dockercompose"] draft = false -weight = 2001 +++ So MinIO its an object storage that uses the same API as S3, which means that we -- cgit v1.2.3