mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-11-28 12:37:21 +01:00
switch from reuse page.email to site.email
This commit is contained in:
parent
88d1dd0934
commit
4388688865
@ -23,6 +23,7 @@ url: "https://aminda.eu" # the base hostname & protocol for your site
|
|||||||
robots: noai, nofollow, noindex
|
robots: noai, nofollow, noindex
|
||||||
|
|
||||||
codeberg_username: Mikaela
|
codeberg_username: Mikaela
|
||||||
|
email: "suomalainen@aminda.eu"
|
||||||
github_username: Mikaela
|
github_username: Mikaela
|
||||||
linkedin_username: Aminda-eu
|
linkedin_username: Aminda-eu
|
||||||
facebook_username: aminda.eu
|
facebook_username: aminda.eu
|
||||||
|
|||||||
@ -2,7 +2,6 @@
|
|||||||
layout: mini
|
layout: mini
|
||||||
permalink: /n/reuse.html
|
permalink: /n/reuse.html
|
||||||
sitemap: false
|
sitemap: false
|
||||||
email: "suomalainen@aminda.eu"
|
|
||||||
lang: en
|
lang: en
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -51,11 +50,11 @@ Copy-paste and add file name(s) to the end
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# Autodetect how to add comment?
|
# 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
|
# 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
|
# 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!
|
Note!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user