From 4388688865037836677c312a3e40166e63f55229 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 24 Aug 2024 22:10:21 +0300 Subject: [PATCH] switch from reuse page.email to site.email --- _config.yml | 1 + n/reuse.md | 7 +++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 84088a0..b212806 100644 --- a/_config.yml +++ b/_config.yml @@ -23,6 +23,7 @@ url: "https://aminda.eu" # the base hostname & protocol for your site robots: noai, nofollow, noindex codeberg_username: Mikaela +email: "suomalainen@aminda.eu" github_username: Mikaela linkedin_username: Aminda-eu facebook_username: aminda.eu diff --git a/n/reuse.md b/n/reuse.md index 394e430..0884781 100644 --- a/n/reuse.md +++ b/n/reuse.md @@ -2,7 +2,6 @@ layout: mini permalink: /n/reuse.html sitemap: false -email: "suomalainen@aminda.eu" lang: en --- @@ -51,11 +50,11 @@ Copy-paste and add file name(s) to the end ```bash # Autodetect how to add comment? -reuse annotate --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0" +reuse annotate --copyright="Aminda Suomalainen <{{ site.email }}>" --license="CC0-1.0" # Create a file.license -reuse annotate --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0" --force-dot-license +reuse annotate --copyright="Aminda Suomalainen <{{ site.email }}>" --license="CC0-1.0" --force-dot-license # The usual # marks a comment -reuse annotate --copyright="Aminda Suomalainen <{{ page.email }}>" --license="CC0-1.0" --style python +reuse annotate --copyright="Aminda Suomalainen <{{ site.email }}>" --license="CC0-1.0" --style python ``` Note!