Skip to content

Commit

Permalink
switch from reuse page.email to site.email
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaela committed Aug 24, 2024
1 parent 88d1dd0 commit 4388688
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ url: "https://aminda.eu" # the base hostname & protocol for your site
robots: noai, nofollow, noindex

codeberg_username: Mikaela
email: "[email protected]"
github_username: Mikaela
linkedin_username: Aminda-eu
facebook_username: aminda.eu
Expand Down
7 changes: 3 additions & 4 deletions n/reuse.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
layout: mini
permalink: /n/reuse.html
sitemap: false
email: "[email protected]"
lang: en
---

Expand Down Expand Up @@ -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!
Expand Down

0 comments on commit 4388688

Please sign in to comment.