switch to hugo

This commit is contained in:
Paul-Nicolas Madelaine 2023-12-04 21:41:47 +01:00
parent 123615ff9a
commit e581629364
14 changed files with 59 additions and 322 deletions

8
fetch.sh Executable file
View file

@ -0,0 +1,8 @@
#!/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
mv "$(ls)" papermod