git ssb

0+

Grey the earthling / scuttleblog



Commit 4711c23d0337c2858b88514ef4a61be5154a7b2e

Edit README.md

Greg K Nicholson committed on 10/15/2017, 1:26:33 AM
Parent: b7dd98fdd306fa0ee205c9c45a703afe9288c0af

Files changed

README.mdchanged
README.mdView
@@ -10,20 +10,20 @@
1010 # How to use it
1111
1212 ## Set up
1313
14-1. Install using install.sh.
14 +1. On Ubuntu 17.10: install using install.sh.
1515 2. Enter your Scuttlebutt user identity into conf.py.
1616
1717
1818 ## Update the blog
1919
2020 Periodically:
2121
2222 1. Run scuttleblog.py.
23-2. Sync the contents of hugo/public to your server.
23 +2. Sync the contents of hugo/public/ to your server.
2424
2525
2626 # How it works
2727
28-* Scuttleblog starts Scuttlebot, and uses it to fetch data about 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.
28 +* 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.
2929

Built with git-ssb-web