Override i18n to replace "taxonomy term" with "tag"

ref: https://gohugobrasil.netlify.app/content-management/multilingual/
attemptAtTagsRenovation
Jack Jackson 2 years ago
parent 89c813fb98
commit 23240c3367
  1. 5
      blog/config.toml
  2. 2
      blog/content/posts/cheating-at-word-games-part-2.md
  3. 2
      blog/content/posts/cheating-at-word-games-part-3.md
  4. 2
      blog/content/posts/cheating-at-word-games.md
  5. 2
      blog/content/posts/commenting-enabled.md
  6. 2
      blog/content/posts/my-first-post.md
  7. 2
      blog/i18n/bg.toml
  8. 2
      blog/i18n/de.toml
  9. 2
      blog/i18n/en.toml
  10. 2
      blog/i18n/es.toml
  11. 2
      blog/i18n/fr.toml
  12. 2
      blog/i18n/hi.toml
  13. 2
      blog/i18n/hu.toml
  14. 2
      blog/i18n/it.toml
  15. 2
      blog/i18n/nl.toml
  16. 2
      blog/i18n/no.toml
  17. 2
      blog/i18n/pt.toml
  18. 2
      blog/i18n/ru.toml
  19. 2
      blog/i18n/sv.toml
  20. 2
      blog/i18n/tr.toml
  21. 2
      blog/i18n/uk.toml
  22. 2
      blog/i18n/zh-tw.toml
  23. 2
      blog/i18n/zh.toml

@ -13,3 +13,8 @@ SectionPagesMenu = "main"
linkedin = "https://www.linkedin.com/in/jack-jackson-14a47441/" linkedin = "https://www.linkedin.com/in/jack-jackson-14a47441/"
custom_css = ['inlinespoiler.css'] custom_css = ['inlinespoiler.css']
show_reading_time = true show_reading_time = true
# That is, explicitly disabling `categories` taxonomy
# https://gohugo.io/content-management/taxonomies/#example-removing-default-taxonomies
[taxonomies]
tag = 'tags'

@ -2,6 +2,8 @@
title: "Cheating at Word Games: Part 2" title: "Cheating at Word Games: Part 2"
date: 2021-12-29T08:53:32-08:00 date: 2021-12-29T08:53:32-08:00
math: true math: true
tags:
- wordle
--- ---
This is a sequel to my [previous post]({{< ref "/posts/cheating-at-word-games" >}}), where I laid out a Information Theoretical approach to algorithmically solving [Wordle](https://www.powerlanguage.co.uk/wordle/) puzzles. This is a sequel to my [previous post]({{< ref "/posts/cheating-at-word-games" >}}), where I laid out a Information Theoretical approach to algorithmically solving [Wordle](https://www.powerlanguage.co.uk/wordle/) puzzles.
<!--more--> <!--more-->

@ -1,6 +1,8 @@
--- ---
title: "Cheating at Word Games: Part 3" title: "Cheating at Word Games: Part 3"
date: 2022-01-05T07:50:29-08:00 date: 2022-01-05T07:50:29-08:00
tags:
- wordle
--- ---
The third in a series on [Wordle]({{< ref "/posts/cheating-at-word-games" >}}). The third in a series on [Wordle]({{< ref "/posts/cheating-at-word-games" >}}).
<!--more--> <!--more-->

@ -2,6 +2,8 @@
title: "Cheating at Word Games" title: "Cheating at Word Games"
date: 2021-12-28T07:18:24-08:00 date: 2021-12-28T07:18:24-08:00
math: true math: true
tags:
- wordle
--- ---
The other day, I saw the word game [Wordle](https://www.powerlanguage.co.uk/wordle/) going around on my Twitter feed. The game prompts you to guess a 5-letter word in a [Mastermind](https://en.wikipedia.org/wiki/Mastermind_(board_game))-like style - every letter in your guess is reported as being correct, as present (i.e. that letter occurs somewhere in the answer, but is misplaced), or as absent. The other day, I saw the word game [Wordle](https://www.powerlanguage.co.uk/wordle/) going around on my Twitter feed. The game prompts you to guess a 5-letter word in a [Mastermind](https://en.wikipedia.org/wiki/Mastermind_(board_game))-like style - every letter in your guess is reported as being correct, as present (i.e. that letter occurs somewhere in the answer, but is misplaced), or as absent.

@ -1,6 +1,8 @@
--- ---
title: "Commenting Enabled" title: "Commenting Enabled"
date: 2021-12-30T06:31:00-08:00 date: 2021-12-30T06:31:00-08:00
tags:
- metaBlogging
--- ---
If everything has worked as expected, comments should now be enabled on this blog via Disqus. Don't make me regret that. Ensure that your comments pass through the [Three Gates](https://medium.com/zen-pills/the-3-gates-of-speech-305eaaa999c9) - they should be true, necessary, and kind. If you want to espouse homophobia, transphobia, racism, fascism, anti-vax, or anything similar, you are not welcome here. Black Lives Matter, Trans Rights Are Human Rights. If everything has worked as expected, comments should now be enabled on this blog via Disqus. Don't make me regret that. Ensure that your comments pass through the [Three Gates](https://medium.com/zen-pills/the-3-gates-of-speech-305eaaa999c9) - they should be true, necessary, and kind. If you want to espouse homophobia, transphobia, racism, fascism, anti-vax, or anything similar, you are not welcome here. Black Lives Matter, Trans Rights Are Human Rights.

@ -1,6 +1,8 @@
--- ---
title: "My First Post" title: "My First Post"
date: 2021-12-04T11:21:26-08:00 date: 2021-12-04T11:21:26-08:00
tags:
- metaBlogging
--- ---
In true navel-gazey meta style, the first post on this blog is a description of how I set up the blog. In true navel-gazey meta style, the first post on this blog is a description of how I set up the blog.
<!--more--> <!--more-->

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"

@ -0,0 +1,2 @@
[taxonomyPageList]
other = "Below you will find pages that utilize the tag “{{ .Title }}”"
Loading…
Cancel
Save