website/fetch-theme.sh

8 lines
160 B
Bash
Raw Normal View History

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