From 00556825609c571a0540131811ddf2e533c5efb0 Mon Sep 17 00:00:00 2001 From: atsuyaw Date: Sat, 16 Dec 2023 13:37:11 +0900 Subject: [PATCH] update article --- content/article/2312-darktheme.ja.md | 20 ++++++++++++++++++++ hugo.toml | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 content/article/2312-darktheme.ja.md diff --git a/content/article/2312-darktheme.ja.md b/content/article/2312-darktheme.ja.md new file mode 100644 index 00000000..2043f5d1 --- /dev/null +++ b/content/article/2312-darktheme.ja.md @@ -0,0 +1,20 @@ +--- +title: "ダークモードに対応" +date: 2023-12-09T +draft: false +summary: "ダークモード実装しました" +showDate: true +excludeFromIndex: false +categories: ["Misc"] +icon: "fa-lightbulb" +tags: ["Hugo", "GitHub", "development"] +--- + +本Webページがダークモードに対応しました。 + +[`bilberry-hugo-theme`](https://github.com/Lednerb/bilberry-hugo-theme) にてダークモードを開発しました。マージされたので早速適用しました。 +いやー大変だった... + +レビューなどお付き合い頂きましたみなさんありがとうございました。 + +これからは暗い環境でも快適に閲覧頂けます。 diff --git a/hugo.toml b/hugo.toml index 5315c2d1..5252e5b8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -39,7 +39,7 @@ showFooter = true showArchive = true showFooterLanguageChooser = true archiveDateGrouping = "2006" -amountLatestPostsInFooter = -1 +amountLatestPostsInFooter = 5 copyrightUrl = "https://github.com/atsuyaw/atsuyaw.github.io" copyrightUseCurrentYear = true copyrightBy = "Atsuya Watanabe"