starters(notes): add Cover image

This commit is contained in:
Geo 2022-05-16 19:53:40 +01:00
commit aa03201adb
17 changed files with 48 additions and 27 deletions

5
scripts/update-starter.sh Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env zsh
cd "starters/$1"
hugo mod get -u ./...
cd ../..