git ssb

0+

Grey the earthling / scuttleblog



Tree: 7f52efdb80cbc9ef650fe516df888c342d967cdd

Files: 7f52efdb80cbc9ef650fe516df888c342d967cdd / 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