Files: 469a52f6174099d9915680396eba58ded48066c8 / README.md
682 bytesRaw
Summary
Scuttleblog creates a blog from a Scuttlebutt journal, using Scuttlebot and Hugo.
How to use it
Set up
- On Ubuntu 17.10: install using install.sh.
- Enter your Scuttlebutt user identity into conf.py.
Update the blog
Periodically:
- Run scuttleblog.py.
- Sync the contents of hugo/public/ to your server.
How it works
- Scuttleblog starts Scuttlebot, and uses it to fetch the specified identity's posts and metadata. It manipulates the data into the format Hugo expects for a blog. Then it runs Hugo to generate the blog.
Built with git-ssb-web