git ssb

0+

Grey the earthling / scuttleblog



Tree: 025149e34e8487ae2951bd19358f903a607ca331

Files: 025149e34e8487ae2951bd19358f903a607ca331 / install.sh

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

Built with git-ssb-web