add dev server script

This commit is contained in:
Fabian 2022-09-28 02:35:01 +02:00
parent d5c75119e8
commit 0ac9b2d253

5
hugo_dev_server.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
[ -e go.mod ] || hugo mod init gitlab.com/pages/hugo
hugo mod get -u github.com/adityatelange/hugo-PaperMod
hugo server