Commit 4711c23d0337c2858b88514ef4a61be5154a7b2e
Edit README.md
Greg K Nicholson committed on 10/15/2017, 1:26:33 AMParent: b7dd98fdd306fa0ee205c9c45a703afe9288c0af
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -10,20 +10,20 @@ | ||
10 | 10 … | # How to use it |
11 | 11 … | |
12 | 12 … | ## Set up |
13 | 13 … | |
14 | -1. Install using install.sh. | |
14 … | +1. On Ubuntu 17.10: install using install.sh. | |
15 | 15 … | 2. Enter your Scuttlebutt user identity into conf.py. |
16 | 16 … | |
17 | 17 … | |
18 | 18 … | ## Update the blog |
19 | 19 … | |
20 | 20 … | Periodically: |
21 | 21 … | |
22 | 22 … | 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. | |
24 | 24 … | |
25 | 25 … | |
26 | 26 … | # How it works |
27 | 27 … | |
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. | |
29 | 29 … |
Built with git-ssb-web