summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-01-19 15:41:30 -0300
committerRoger Gonzalez <roger@rogs.me>2023-01-19 15:41:30 -0300
commit61e6a5b84bf483a3d5b3556da8a4f8385d78bdf9 (patch)
tree29e76a57216f76d4951bad448cb530916f5cfc03
parent1f6c9a661bb80c5c5d97b05e8bede910021508e1 (diff)
Removed weights in posts
-rw-r--r--content/posts/how-i-got-a-residency-appointment-thanks-to-python-and-selenium.md3
-rw-r--r--content/posts/how-to-create-a-celery-task-that-fills-out-fields-using-django.md3
-rw-r--r--content/posts/removing-comments-from-my-blog.md3
-rw-r--r--content/posts/using-minio-to-upload-to-a-local-s3-bucket-in-django.md3
-rw-r--r--posts.org1
5 files changed, 4 insertions, 9 deletions
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
diff --git a/posts.org b/posts.org
index 92e73a0..6e118ae 100644
--- a/posts.org
+++ b/posts.org
@@ -1,7 +1,6 @@
#+hugo_base_dir: ./
#+hugo_section: ./posts
-#+hugo_weight: auto
#+hugo_auto_set_lastmod: t
#+author: Roger Gonzalez