From 507db2d70b21e33be1c4e63e636c755c115fc1b2 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Wed, 18 Jan 2023 01:10:33 -0800 Subject: [PATCH] Format challenge #95 --- content/challenges/95.md | 124 ++++++++++++++++++ .../layouts/challenges/single.html | 2 +- themes/tegakituesday.com/static/css/style.css | 4 + 3 files changed, 129 insertions(+), 1 deletion(-) create mode 100644 content/challenges/95.md diff --git a/content/challenges/95.md b/content/challenges/95.md new file mode 100644 index 0000000..8b2ca17 --- /dev/null +++ b/content/challenges/95.md @@ -0,0 +1,124 @@ +--- +japanese: + - - - pos: verb + text: + - 知: し + - り + dictionary: 知る + - pos: verb + text: たくない + dictionary: たい + - pos: noun + text: こと + dictionary: 事 + - pos: particle + text: が + - dictionary: ~ + text: " " + - pos: adverb + text: あまりに + dictionary: 余りに + - pos: adjective + text: + - 多: おお + dictionary: 多い + - pos: verb + text: すぎて + dictionary: 過ぎる + - - - pos: noun + text: + - 僕: ぼく + - pos: particle + text: は + - pos: noun + text: いつ + dictionary: 何時 + - pos: particle + text: から + - pos: particle + text: かね + - dictionary: ~ + text: " " + - pos: noun + text: + - 両: りょう + - 目: め + - pos: particle + text: を + - pos: verb + text: + - 閉: と + - じていた + dictionary: 閉じる + - - - pos: noun + text: + - 僕: ぼく + - たち + dictionary: 僕達 + - pos: particle + text: は + - pos: adverb + text: いつでも + dictionary: 何時でも + - dictionary: ~ + text: " " + - pos: noun + text: + - 誰: だれ + - か + - pos: particle + text: と + - pos: verb + text: + - 比: ひ + - 較: かく + - pos: verb + text: して + dictionary: 為る + - - - pos: phrase + text: + - その + - 度: たび + - pos: noun + text: + - 不: ふ + - 幸: こう + - pos: particle + text: に + - pos: verb + text: なる + dictionary: 成る + - pos: noun + text: こと + dictionary: 事 + - pos: particle + text: を + - pos: verb + text: やめない + dictionary: 止める + - pos: particle + text: ね +embellishment: "(:birthday: 2 years!)" +date: 2023-01-17 +--- + +

⬇ Jump to challenge info

+ + +
+

Thank you everyone for two years of Tegaki Tuesday!

+
+ +It's hard to believe we've already been at this for [two years](/1), with 1,323 submission images totalling 2.0 GB across 94 challenges. + +Thank you so much to everyone who has contributed to the challenge, and special thanks to **Ryry013** for originally starting the challenge back in 2017, the EJLX and 日英 mods for allowing 字ちゃん to be on their respective servers, **Steamedbread** and **Drago** for general support, **Nana** for translation help, **MochaMoko** for the never-ending stream of suggestions, **WrongWong** for providing the announcement banners in the early days, and of course **everyone who has submitted.** (I've probably forgotten someone, I'm half asleep.) + +Here's to many more years to come! :black_nib: :beers: + +
+ +This week's challenge is from [優]{ゆう}[等]{とう}[生]{せい}'s lyrics ([YouTube](https://www.youtube.com/watch?v=lIZvDgFmSEk)): + +{{< youtube lIZvDgFmSEk >}} + +*This challenge was suggested by **モカ妹紅(MochaMoko)** using the `-h suggest` command.* diff --git a/themes/tegakituesday.com/layouts/challenges/single.html b/themes/tegakituesday.com/layouts/challenges/single.html index 33ca65d..6c289a7 100644 --- a/themes/tegakituesday.com/layouts/challenges/single.html +++ b/themes/tegakituesday.com/layouts/challenges/single.html @@ -21,7 +21,7 @@ {{ end }}
-

Tegaki Tuesday #{{- $current -}}

+

Tegaki Tuesday #{{- $current -}}{{ if .Params.embellishment }} {{ end }}{{ .Params.embellishment | markdownify | emojify }}

()()きの()(よう)()#{{- $current -}}・
{{ if .Params.override }} diff --git a/themes/tegakituesday.com/static/css/style.css b/themes/tegakituesday.com/static/css/style.css index c879f79..0591b67 100644 --- a/themes/tegakituesday.com/static/css/style.css +++ b/themes/tegakituesday.com/static/css/style.css @@ -892,3 +892,7 @@ nav input::-webkit-inner-spin-button { height: 1em; vertical-align: -0.125em; } + +hr { + border: 1px solid var(--foreground-dim); +}