blog

Source files for chris.bracken.jp
git clone https://git.bracken.jp/blog.git
Log | Files | Refs | Submodules | README | LICENSE

commit ea8a76bdf07c43817501ca7aa982165004e174af
parent c400f0673075ee3d9b6a23a110beb38b73942321
Author: Chris Bracken <chris@bracken.jp>
Date:   Sat,  8 Feb 2025 17:42:30 -0800

Migrate author to params.author

Diffstat:
Mconfig.toml | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/config.toml b/config.toml @@ -10,9 +10,6 @@ theme = "mofo" preserveTaxonomyNames = true hasCJKLanguage = true -[author] - name = "Chris Bracken" - [sitemap] changefreq = "weekly" priority = 0.5 @@ -54,3 +51,6 @@ hasCJKLanguage = true ccAttributionUrl = "https://chris.bracken.jp/about" ccLicenseName = "CC BY 4.0" ccLicenseUrl = "https://creativecommons.org/licenses/by/4.0" + [params.author] + email = "chris@bracken.jp" + name = "Chris Bracken"