website/fetch-theme.sh

8 lines
160 B
Bash
Raw Normal View History

2023-12-04 21:41:47 +01:00
#!/usr/bin/env bash
rm -rf themes
mkdir themes
cd themes
2024-09-10 16:50:59 +02:00
curl -L "https://github.com/adityatelange/hugo-papermod/tarball/master" | tar -zx
2023-12-04 21:41:47 +01:00
mv "$(ls)" papermod