blog

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

commit 01bef6b891eef19694530838e7591a1cd2931303
parent bb4154bfaff0bf099379a92d7f3d860a4f7f2322
Author: Chris Bracken <chris@bracken.jp>
Date:   Thu,  7 May 2020 11:53:37 -0700

Add Creative Commons CC BY-SA 4.0 licence

Update the theme to e164d140d201676387ed7a5ed56002aff34f4a28

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

diff --git a/config.toml b/config.toml @@ -46,3 +46,7 @@ paginate = 5 [params] since = "2000" # Initial site creation, start of copyright. dateFormat = "02 January 2006" # See https://gohugo.io/functions/format/ + ccAttributionName = "Chris Bracken" + ccAttributionUrl = "https://chris.bracken.jp/about" + ccLicenseName = "CC BY-SA 4.0" + ccLicenseUrl = "https://creativecommons.org/licenses/by-sa/4.0"