Skip to content

Commit

Permalink
2024-07-09/01: fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagokokada committed Jul 29, 2024
1 parent e765382 commit 7651f22
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions 2024-07-29/01-quick-bits-why-you-should-automate-everything.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

If everything works as expected this blog post should appear in [in my
blog](https://kokada.capivaras.dev/) without I ever touching the
<capivaras.dev> website. I rewrote my [previous Python
[capivaras.dev](https://capivavas.dev) website. I rewrote my [previous Python
script](https://kokada.capivaras.dev/blog/using-github-as-a-bad-blog-platform/)
to Go
([permalink](https://github.com/thiagokokada/blog/blob/3c39e0f7cd58b1af885f69871490b05bf6fc7d99/blog.go))
Expand All @@ -14,14 +14,15 @@ Python dependencies).

My previous workflow of this blog already involved me writing the texts in
[neovim](https://neovim.io/), copying and pasting the result in the
<capivaras.dev> website and publishing. This was not that bad, except that it
seems I have a heavy tendency of editing my posts multiple times. Copying and
pasting data between neovim and the website became tedious, so I decided to
give up and automate the whole process.
[capivaras.dev](https://capivavas.dev) website and publishing. This was not
that bad, except that it seems I have a heavy tendency of editing my posts
multiple times. Copying and pasting data between neovim and the website became
tedious, so I decided to give up and automate the whole process.

[Mataroa](https://mataroa.blog/) (the blog platform <capivaras.dev> run) has a
reasonable good [API](https://mataroa.blog/api/docs/), and it only took a few
hours to get a version of publishing working (it would take less if
[Mataroa](https://mataroa.blog/) (the blog platform
[capivaras.dev](https://capivavas.dev) run) has a reasonable good
[API](https://mataroa.blog/api/docs/), and it only took a few hours to get a
version of publishing working (it would take less if
[Django](https://www.djangoproject.com/), the framework Mataroa is written, did
not have a weird behavior with URLs missing a trailing `/`). An additional few
lines of
Expand Down

0 comments on commit 7651f22

Please sign in to comment.