Files: 8b2cfc6a3971d343006e0db90b5eab327c4d9692 / install.sh
335 bytesRaw
1 | sudo apt -y install hugo npm |
2 | sudo npm -g install git json scuttlebot |
3 | sbot server & |
4 | sbot invite.accept 'pub.hacky.af:30434:@VqbBx7dr72FQwO5ztq4FULpareSMFSwegY1Ruh7XpjA=.ed25519~fvs5DS7+n+WL0TjLCIZNBLgkLrI7JR8oP6zo0lp/+tc=' |
5 | hugo new site hugo |
6 | cd hugo |
7 | git submodule add -f https://github.com/budparr/gohugo-theme-ananke.git themes/ananke |
8 |
Built with git-ssb-web