update desc & add Paypal Donation URL

This commit is contained in:
Beu 2022-02-28 14:42:52 +01:00
parent 3bcc3e44e4
commit 59dd15a5ab
3 changed files with 5 additions and 1 deletions

0
.hugo_build.lock Normal file
View File

View File

@ -10,11 +10,12 @@ theme = "hugo-theme-nix"
HeaderUsername = "benoit"
HeaderHostname = "virtit.fr"
Email = "benoit+ws@virtit.fr"
About = "Administrateur Système et Réseau. Partisan du libre et de la vie privée, cryptoterroriste amateur et G@m3r à mes temps perdu."
About = "FR: Sysadmin, pro-opensource & vie privée, joueur occasionnel et developpeur TrackMania\n\nEN: Sysadmin, pro-open source & privacy, occasional player and TrackMania developer"
ProfilePicture = "/images/logo.png"
Favicon = "/images/favicon.png"
wiki = "https://wiki.virtit.fr/"
git = "https://git.virtit.fr/explore/repos"
PayPalDonationURL = "https://www.paypal.com/donate/?hosted_button_id=8AG2MU7XQCKHU"
[menu]
[[menu.header]]

View File

@ -46,6 +46,9 @@
{{ with .Site.Params.PayPalMeID }}
<a href="https://www.paypal.me/{{.}}" title="PayPal.Me"><i class="fa fa-paypal fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.PayPalDonationURL }}
<a href="{{.}}" title="PayPal Donation URL"><i class="fa fa-paypal fa-3x" aria-hidden="true"></i></a>
{{ end }}
{{ with .Site.Params.XingURL }}
<a href="{{.}}" title="XING"><i class="fa fa-xing fa-3x" aria-hidden="true"></i></a>
{{ end }}