Files: 1004ede9309532ceedbd70f84184548d420c7a12 / install.sh
350 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 | rm config.toml |
9 |
Built with git-ssb-web