use papermod/master
This commit is contained in:
parent
d7dd5916d1
commit
a2ce4a9ba7
3 changed files with 24 additions and 9 deletions
3
fetch.sh
3
fetch.sh
|
@ -1,8 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
version="v7.0"
|
||||
rm -rf themes
|
||||
mkdir themes
|
||||
cd themes
|
||||
curl -L "https://github.com/adityatelange/hugo-PaperMod/tarball/$version" | tar -zx
|
||||
curl -L "https://github.com/adityatelange/hugo-papermod/tarball/master" | tar -zx
|
||||
mv "$(ls)" papermod
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue