new-blog-new-links post
This commit is contained in:
parent
24e60a7bfc
commit
e82fff24ad
2 changed files with 42 additions and 4 deletions
|
@ -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...
|
||||
|
|
23
content/posts/new-blog-new-links.md
Normal file
23
content/posts/new-blog-new-links.md
Normal file
|
@ -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...
|
Loading…
Reference in a new issue