diff --git a/Taskfile.yml b/Taskfile.yml index b36e247..53e13b1 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -26,3 +26,4 @@ tasks: generate:og: cmds: - ls content/posts/ | parallel 'mkdir -p content/posts/{}/images && tcardgen -c scripts/og/config.yaml --template=scripts/og/template.png -f scripts/og/fonts/ content/posts/{}/index.md -o content/posts/{}/images/cover.png' + - ls content/videos/ | parallel 'mkdir -p content/videos/{}/images && tcardgen -c scripts/og/config.yaml --template=scripts/og/template.png -f scripts/og/fonts/ content/videos/{}/index.md -o content/videos/{}/images/cover.png' diff --git a/content/videos/an-introduction-to-nix/images/cover.png b/content/videos/an-introduction-to-nix/images/cover.png new file mode 100644 index 0000000..0c4897e Binary files /dev/null and b/content/videos/an-introduction-to-nix/images/cover.png differ diff --git a/content/videos/what-is-nixos/images/cover.png b/content/videos/what-is-nixos/images/cover.png new file mode 100644 index 0000000..5409d73 Binary files /dev/null and b/content/videos/what-is-nixos/images/cover.png differ