Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
echo Script d'installation des applications indispensables
read -p "Appuie sur une touche pour continuer... " -n1 -s
echo '\n'
# Installation de HomeBrew
# Test de la présence d'Homebrew
@notkaa
notkaa / pixelfed.share
Created October 26, 2021 20:11
code iframe Pixelfed
<iframe src="https://pixelfed.social/p/yyyyy/xxxxxxxxxxx/embed?caption=true&likes=false&layout=full" class="pixelfed__embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script async defer src="https://pixelfed.social/embed.js"></script>
YYYYYYYYY = votre nom d'utilisateur
xxxxxxxxxxx = id de la photo
@notkaa
notkaa / pixelfed.html
Last active October 27, 2021 06:47
pixelated Hugo shortcode
{{ with .Get "id" }}
<iframe src="https://pixelfed.social/p/YYYYYYYYY/{{ . }}/embed?caption=false&likes=false&layout=full" class="pixelfed__embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script async defer src="https://pixelfed.social/embed.js"></script>
{{ end }}
YYYYYYYYY = votre nom d'utilisateur
Usage:
{{< pixelfed id="xxxxxxxxxxx" >}}
@notkaa
notkaa / pixelfed-compact.html
Last active October 27, 2021 06:46
pixelated compact Hugo shortcode
{{ with .Get "id" }}
<iframe src="https://pixelfed.social/p/YYYYYYYY/{{ . }}/embed?caption=false&likes=false&layout=compact" class="pixelfed__embed" style="max-width: 100%; border: 0" width="400" allowfullscreen="allowfullscreen"></iframe><script async defer src="https://pixelfed.social/embed.js"></script>
{{ end }}
YYYYYYYY = votre nom d'utilisateur
Usage:
{{< pixelfed id="xxxxxxxxxxx" >}}

Keybase proof

I hereby claim:

  • I am notkaa on github.
  • I am herveturri (https://keybase.io/herveturri) on keybase.
  • I have a public key ASDVZUoMYB2cYpwjAZSlZ9VxeY_sypkWpyeJKoYAYz9YpQo

To claim this, I am signing this object: