Skip to content

Commit

Permalink
chore: themeでhugo-noticeを読み込むように
Browse files Browse the repository at this point in the history
  • Loading branch information
yupix committed Feb 12, 2024
1 parent 3663bfb commit 23d0562
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
baseURL = 'https://blog.akarinext.org/'
languageCode = 'ja-JP'
title = "あゆき's BLOG"
theme = "hugo-theme-stack-starter"
theme = ["hugo-theme-stack-starter", "hugo-notice"]

DefaultContentLanguage = "ja"

Expand All @@ -23,3 +23,4 @@ DefaultContentLanguage = "ja"
[Params.Custom.Authors.aki]
name = "aki"
icon = "aki.webp"

0 comments on commit 23d0562

Please sign in to comment.