diff options
author | EuAndreh <eu@euandre.org> | 2020-10-23 09:46:37 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2020-10-23 09:46:55 -0300 |
commit | eee6e6ea00c493a3621dda9943d181b5ea7d8a59 (patch) | |
tree | f55ceaa6f960d204e357de2d014beff03d6946f9 | |
parent | default.nix: Remove rec from shell derivation (diff) | |
download | euandre.org-eee6e6ea00c493a3621dda9943d181b5ea7d8a59.tar.gz euandre.org-eee6e6ea00c493a3621dda9943d181b5ea7d8a59.tar.xz |
Use site.tld for referencing TLD address, and site.author.email for email
-rw-r--r-- | _articles/2018-08-01-verifying-npm-ci-reproducibility.md | 3 | ||||
-rw-r--r-- | _articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md | 5 | ||||
-rw-r--r-- | _articles/2019-06-02-using-nixos-as-an-stateless-workstation.md | 6 | ||||
-rw-r--r-- | _config.yml | 1 | ||||
-rw-r--r-- | _includes/public-inbox.html | 6 | ||||
-rw-r--r-- | _layouts/default.html | 2 | ||||
-rw-r--r-- | _slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides | 2 |
7 files changed, 14 insertions, 11 deletions
diff --git a/_articles/2018-08-01-verifying-npm-ci-reproducibility.md b/_articles/2018-08-01-verifying-npm-ci-reproducibility.md index 8faced9..f5004be 100644 --- a/_articles/2018-08-01-verifying-npm-ci-reproducibility.md +++ b/_articles/2018-08-01-verifying-npm-ci-reproducibility.md @@ -132,7 +132,8 @@ computing the hash of each individual file. `npm ci` really "generates identical trees". I'm not aware of any other existing solution for verifying the hash -signature of a directory. If you know any I'd [like to know](mailto:eu@euandre.org). +signature of a directory. If you know any I'd +[like to know](mailto:{{ site.author.email }}). ## *Edit* diff --git a/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md b/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md index 34b0c63..2b3b2bf 100644 --- a/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md +++ b/_articles/2018-12-21-using-youtube-dl-to-manage-youtube-subscriptions.md @@ -261,8 +261,9 @@ present anywhere else; *etc.* youtube-dl is a great tool to keep at hand. It covers a really large range of video websites and works robustly. -Feel free to copy and modify this code, and [send me](mailto:eu@euandre.org) -suggestions of improvements or related content. +Feel free to copy and modify this code, and +[send me](mailto:{{ site.author.email }}) suggestions of improvements or related +content. ## *Edit* diff --git a/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md b/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md index 42c543c..71ee181 100644 --- a/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md +++ b/_articles/2019-06-02-using-nixos-as-an-stateless-workstation.md @@ -125,9 +125,9 @@ manager](https://nixos.org/nix/) (not the whole NixOS) on your current distribution (it can live alongside any other package manager). If you have experience with declarative Emacs package managements, GNU -Stow or any similar tool, *etc.*, [I'd like some -tips](mailto:eu@euandre.org). If you don't have any experience at all, -[I'd still love to hear from you](mailto:eu@euandre.org). +Stow or any similar tool, *etc.*, +[I'd like some tips](mailto:{{ site.author.email }}). If you don't have any +experience at all, I'd still love to hear from you. [^last-week]: "Last week" as of the start of this writing, so around the end of May 2019. diff --git a/_config.yml b/_config.yml index 3eceb93..5eb7ced 100644 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,7 @@ --- title: <web>EuAndreh</web> url: "https://euandre.org" +tld: 'euandre.org' author: name: EuAndreh email: eu@euandre.org diff --git a/_includes/public-inbox.html b/_includes/public-inbox.html index 824a694..c186509 100644 --- a/_includes/public-inbox.html +++ b/_includes/public-inbox.html @@ -1,20 +1,20 @@ {% if page.lang == 'en' %} Do you have a comment on this text? - <a href="mailto:eu@euandre.org">Email me</a> + <a href="mailto:{{ site.author.email }}">Email me</a> directly or start a discussion in my <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">public inbox</a>, or see <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">existing discussions</a>. {% elsif page.lang == 'pt' %} Você tem um comentário sobre esse texto? - <a href="mailto:eu@euandre.org">Me mande um email</a> + <a href="mailto:{{ site.author.email }}">Me mande um email</a> diretamente ou comece uma discussão na minha <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">caixa de entrada pública</a>, ou procure por <a href="https://lists.sr.ht/~euandreh/public-inbox?search={{ page.title | uri_escape }}">discussões existentes</a>. {% elsif page.lang == 'fr' %} Avez-vous des commentaires à propos de cette text? - <a href="mailto:eu@euandre.org">Envoyez-moi un email</a> + <a href="mailto:{{ site.author.email }}">Envoyez-moi un email</a> directement ou commencer une discussiòn dans ma <a href="mailto:~euandreh/public-inbox@lists.sr.ht?Subject=RE%3A%20{{ page.title | uri_escape }}">boîte de récepcion publique</a>, ou rechèrche les diff --git a/_layouts/default.html b/_layouts/default.html index dfc33d3..bed733e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -84,7 +84,7 @@ <ul> <li> <img class="simple-icon" src="/images/envelope.svg" alt="{{ site.t.alt.envelope_icon[page.lang] }}" /> - <a href="mailto:eu@euandre.org">eu@euandre.org</a> + <a href="mailto:{{ site.author.email }}">{{ site.author.email }}</a> </li> <li> <img class="simple-icon" src="/images/lock.svg" alt="{{ site.t.alt.lock_icon[page.lang] }}" /> diff --git a/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides index 5fcfd43..6a8c1cd 100644 --- a/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides +++ b/_slides/2020-10-19-rollout-feature-flag-experiment-operational-toggle.slides @@ -316,7 +316,7 @@ You should ask yourself: References: -1. these slides: [euandre.org/slides.html]({% link slides.md %}) +1. these slides: [{{ site.tld }}/slides.html]({% link slides.md %}) 2. [prose version of this presentation]({% link _articles/2020-10-19-feature-flags-differences-between-backend-frontend-and-mobile.md %}) 3. "[Feature Toggles (aka Feature Flags)](https://martinfowler.com/articles/feature-toggles.html)", by Pete Hodgson |