From 6e6ceb8d5149a63fcf816a300866beaea5d7efbd Mon Sep 17 00:00:00 2001 From: Junyi Hou Date: Sun, 14 Jan 2024 21:54:19 +0800 Subject: [PATCH] updt: modify more authors --- LICENSE | 2 +- README.md | 4 ++-- exampleSite/content/post/hidden-post.md | 2 +- exampleSite/hugo.toml | 6 +++--- exampleSiteMultilingual/content/post/hidden-post.md | 2 +- exampleSiteMultilingual/content/post/hidden-post.pl.md | 2 +- exampleSiteMultilingual/hugo.toml | 6 +++--- theme.toml | 4 ++-- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/LICENSE b/LICENSE index 11f1ea6..b76ea6d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020 Dmitry Kolosov +Copyright (c) 2020 Junyi Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/README.md b/README.md index 50004e8..26b45cb 100644 --- a/README.md +++ b/README.md @@ -295,5 +295,5 @@ See [issues](https://github.com/Junyi-99/hugo-theme-anubis2/issues). ## License MIT -© Dmitry Kolosov -2020 +© Junyi +2024 diff --git a/exampleSite/content/post/hidden-post.md b/exampleSite/content/post/hidden-post.md index 4239564..96b33ed 100644 --- a/exampleSite/content/post/hidden-post.md +++ b/exampleSite/content/post/hidden-post.md @@ -1,5 +1,5 @@ +++ -author = "Dmitry Kolosov" +author = "Junyi" title = "Hidden Post" date = "2021-12-24" description = "Post available only by link" diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 483ee90..c91b795 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -8,11 +8,11 @@ disqusShortname = "" googleAnalytics = "" [author] -name = "Dmitry Kolosov" +name = "Junyi" [params] -author = "Dmitry Kolosov" -description = "Anubis is a simple minimalist theme for Hugo blog engine." +author = "Junyi" +description = "Anubis2 is another simple minimalist theme for Hugo blog engine." dateFormat = "2006-01-02" paginationSinglePost = true style = "auto" diff --git a/exampleSiteMultilingual/content/post/hidden-post.md b/exampleSiteMultilingual/content/post/hidden-post.md index 4239564..96b33ed 100644 --- a/exampleSiteMultilingual/content/post/hidden-post.md +++ b/exampleSiteMultilingual/content/post/hidden-post.md @@ -1,5 +1,5 @@ +++ -author = "Dmitry Kolosov" +author = "Junyi" title = "Hidden Post" date = "2021-12-24" description = "Post available only by link" diff --git a/exampleSiteMultilingual/content/post/hidden-post.pl.md b/exampleSiteMultilingual/content/post/hidden-post.pl.md index 4239564..96b33ed 100644 --- a/exampleSiteMultilingual/content/post/hidden-post.pl.md +++ b/exampleSiteMultilingual/content/post/hidden-post.pl.md @@ -1,5 +1,5 @@ +++ -author = "Dmitry Kolosov" +author = "Junyi" title = "Hidden Post" date = "2021-12-24" description = "Post available only by link" diff --git a/exampleSiteMultilingual/hugo.toml b/exampleSiteMultilingual/hugo.toml index a8504d7..f203d68 100644 --- a/exampleSiteMultilingual/hugo.toml +++ b/exampleSiteMultilingual/hugo.toml @@ -9,11 +9,11 @@ disqusShortname = "" googleAnalytics = "" [author] -name = "Dmitry Kolosov" +name = "Junyi" [params] -author = "Dmitry Kolosov" -description = "Anubis is a simple minimalist theme for Hugo blog engine." +author = "Junyi" +description = "Anubis2 is another simple minimalist theme for Hugo blog engine." dateFormat = "2006-01-02" paginationSinglePost = true style = "auto" diff --git a/theme.toml b/theme.toml index 9891aa5..454fa81 100644 --- a/theme.toml +++ b/theme.toml @@ -21,5 +21,5 @@ tags = [ features = ["blog"] [author] - name = "Dmitry Kolosov" - homepage = "https://mitrich.me/en/" + name = "Junyi" + homepage = "https://www.junyi.dev/"