6 lines
133 B
Bash
Executable File
6 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
[ -e go.mod ] || hugo mod init gitlab.com/pages/hugo
|
|
hugo mod get -u github.com/adityatelange/hugo-PaperMod
|
|
hugo server
|