From e82fff24ad4f637f28d09eaf8cb7b8a11727bb10 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Thu, 20 Apr 2023 21:18:18 -0400 Subject: [PATCH] new-blog-new-links post --- content-org/all-posts.org | 23 +++++++++++++++++++---- content/posts/new-blog-new-links.md | 23 +++++++++++++++++++++++ 2 files changed, 42 insertions(+), 4 deletions(-) create mode 100644 content/posts/new-blog-new-links.md diff --git a/content-org/all-posts.org b/content-org/all-posts.org index 0faaf1f..bfc55de 100644 --- a/content-org/all-posts.org +++ b/content-org/all-posts.org @@ -1,8 +1,23 @@ #+hugo_base_dir: ../ -* DONE My first post :en_us:thoughts: -CLOSED: [2023-04-16 Sun 22:02] +* DONE New blog, new links :en-us:english: +CLOSED: [2023-04-20 Thu 21:17] :PROPERTIES: -:EXPORT_FILE_NAME: my-first-post +:EXPORT_FILE_NAME: new-blog-new-links :END: -This is my post body +I know I haven't posted in a while, but I'd like to let my readers +(who!?) know that I've switched my blog's engine to [[https://gohugo.io][Hugo]]. Along with +that change, there are also changes to post URLs (no more dates, only +the post name; but see below) and also a change to the =en_us= tag: +eventually, I will stop posting things under it and start posting +solely under [[/tags/english][=english=]]. If you're subscribed to the =en_us= RSS/ATOM +feed, please update it accordingly. + +The old URLs should still work because they're being redirected to the +correct path now (thanks, =mod_rewrite=). Either way, if you have +bookmarked some old post URL I'd suggest that you update it. + +Other than that, everything should be "the same" (TM). I'm posting +from Emacs (using [[https://ox-hugo.scripter.co][ox-hugo]]), and made quite a cool setup with [[https://sr.ht][Sourcehut]] +in order to automatically publish posts when I push them to the git +repo. Hm, his would actually be a good topic for a post... diff --git a/content/posts/new-blog-new-links.md b/content/posts/new-blog-new-links.md new file mode 100644 index 0000000..9bcad89 --- /dev/null +++ b/content/posts/new-blog-new-links.md @@ -0,0 +1,23 @@ ++++ +title = "New blog, new links :en-us:english:" +author = ["Sergio Durigan Junior"] +date = 2023-04-20T21:17:00-04:00 +draft = false ++++ + +I know I haven't posted in a while, but I'd like to let my readers +(who!?) know that I've switched my blog's engine to [Hugo](https://gohugo.io). Along with +that change, there are also changes to post URLs (no more dates, only +the post name; but see below) and also a change to the `en_us` tag: +eventually, I will stop posting things under it and start posting +solely under [`english`](/tags/english). If you're subscribed to the `en_us` RSS/ATOM +feed, please update it accordingly. + +The old URLs should still work because they're being redirected to the +correct path now (thanks, `mod_rewrite`). Either way, if you have +bookmarked some old post URL I'd suggest that you update it. + +Other than that, everything should be "the same" (TM). I'm posting +from Emacs (using [ox-hugo](https://ox-hugo.scripter.co)), and made quite a cool setup with [Sourcehut](https://sr.ht) +in order to automatically publish posts when I push them to the git +repo. Hm, his would actually be a good topic for a post...