git ssb

0+

Grey the earthling / scuttleblog



Tree: b7dd98fdd306fa0ee205c9c45a703afe9288c0af

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