From 5f0378ac017db466ea5ceeedcc274aaf81189b2a Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Mon, 4 Jul 2022 22:40:05 -0700 Subject: [PATCH] Remove time from dates --- archetypes/default.md | 2 +- content/posts/automatically-update-matomo-excluded-ips.md | 2 +- content/posts/cleaning-up-html-with-tidy.md | 2 +- .../posts/creating-a-firefox-pwa-for-discord-on-linux/index.md | 2 +- .../posts/final-fantasy-japanese-playthrough-part-1/index.md | 2 +- content/posts/furigana-in-markdown-using-regular-expressions.md | 2 +- content/posts/how-to-configure-vim-for-writing/index.md | 2 +- content/posts/the-evils-of-walmart/index.md | 2 +- content/posts/why-are-bananas-radioactive/index.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/archetypes/default.md b/archetypes/default.md index 7ce2f1a..1ba71cf 100644 --- a/archetypes/default.md +++ b/archetypes/default.md @@ -1,5 +1,5 @@ --- title: "{{ replace .Name "-" " " | title }}" -date: {{ .Date }} +date: {{ substr .Date 0 10 }} --- diff --git a/content/posts/automatically-update-matomo-excluded-ips.md b/content/posts/automatically-update-matomo-excluded-ips.md index 280429b..8beda8e 100644 --- a/content/posts/automatically-update-matomo-excluded-ips.md +++ b/content/posts/automatically-update-matomo-excluded-ips.md @@ -1,6 +1,6 @@ --- title: "Automatically Update Matomo Excluded IPs" -date: 2022-02-28T14:54:56-08:00 +date: 2022-02-28 tags: - programming description: "Going into Matomo to manually update excluded IPs to prevent your own visits from being counted is a pain. Learn how to write a command that updates them so you don’t have to!" diff --git a/content/posts/cleaning-up-html-with-tidy.md b/content/posts/cleaning-up-html-with-tidy.md index d05a322..dc90b80 100644 --- a/content/posts/cleaning-up-html-with-tidy.md +++ b/content/posts/cleaning-up-html-with-tidy.md @@ -1,6 +1,6 @@ --- title: "Cleaning Up HTML with Tidy" -date: 2022-01-24T13:04:45-08:00 +date: 2022-01-24 tags: - programming description: "Static site generators such as Hugo create incredibly messy HTML output. Luckily, HTML tidy can make your ugly markup pristine, even removing comments! Let’s learn how to use tidy and configure it to your needs." diff --git a/content/posts/creating-a-firefox-pwa-for-discord-on-linux/index.md b/content/posts/creating-a-firefox-pwa-for-discord-on-linux/index.md index 0addc65..7e3cfe5 100644 --- a/content/posts/creating-a-firefox-pwa-for-discord-on-linux/index.md +++ b/content/posts/creating-a-firefox-pwa-for-discord-on-linux/index.md @@ -1,6 +1,6 @@ --- title: "Creating a Firefox PWA for Discord on Linux" -date: 2022-07-01T18:17:51-07:00 +date: 2022-07-01 tags: - programming --- diff --git a/content/posts/final-fantasy-japanese-playthrough-part-1/index.md b/content/posts/final-fantasy-japanese-playthrough-part-1/index.md index 83ff36c..e58f686 100644 --- a/content/posts/final-fantasy-japanese-playthrough-part-1/index.md +++ b/content/posts/final-fantasy-japanese-playthrough-part-1/index.md @@ -1,6 +1,6 @@ --- title: "Final Fantasy Japanese Playthrough: Part 1" -date: 2022-01-27T20:55:43-08:00 +date: 2022-01-27 tags: - japanese - ff diff --git a/content/posts/furigana-in-markdown-using-regular-expressions.md b/content/posts/furigana-in-markdown-using-regular-expressions.md index ae75116..5cdd3b7 100644 --- a/content/posts/furigana-in-markdown-using-regular-expressions.md +++ b/content/posts/furigana-in-markdown-using-regular-expressions.md @@ -1,6 +1,6 @@ --- title: "Furigana in Markdown Using Regular Expressions" -date: 2022-01-23T14:47:56-08:00 +date: 2022-01-23 tags: - japanese - programming diff --git a/content/posts/how-to-configure-vim-for-writing/index.md b/content/posts/how-to-configure-vim-for-writing/index.md index be4e067..737507c 100644 --- a/content/posts/how-to-configure-vim-for-writing/index.md +++ b/content/posts/how-to-configure-vim-for-writing/index.md @@ -1,6 +1,6 @@ --- title: "How to Configure Vim for Writing" -date: 2022-06-13T13:55:12-07:00 +date: 2022-06-13 tags: - programming - writing diff --git a/content/posts/the-evils-of-walmart/index.md b/content/posts/the-evils-of-walmart/index.md index 014e2c8..3bb5b95 100644 --- a/content/posts/the-evils-of-walmart/index.md +++ b/content/posts/the-evils-of-walmart/index.md @@ -1,6 +1,6 @@ --- title: "ウォルマートの[悪]{あく}[習]{しゅう}[慣]{かん}" -date: 2022-07-03T14:44:23-07:00 +date: 2022-07-04 tags: - nihongo slug: the-evils-of-walmart diff --git a/content/posts/why-are-bananas-radioactive/index.md b/content/posts/why-are-bananas-radioactive/index.md index 0c6ee8f..fc85a6d 100644 --- a/content/posts/why-are-bananas-radioactive/index.md +++ b/content/posts/why-are-bananas-radioactive/index.md @@ -1,6 +1,6 @@ --- title: "バナナはなんで[放]{ほう}[射]{しゃ}を[放]{ほう}[出]{しゅつ}しているか?" -date: 2022-06-25T23:06:17-07:00 +date: 2022-06-25 tags: - nihongo description: バナナはなんで放射性が放出しているのを疑問に思うかもしれません。