Commit cd701886292dd0144e10889ae3995adc117bd334
Improve README.md
Greg K Nicholson committed on 10/15/2017, 5:06:06 PMParent: da7fcdfbbee599a01d44b359dc72952d632bde3a
Files changed
README.md | changed |
README.md | ||
---|---|---|
@@ -19,11 +19,14 @@ | ||
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. (Optionally, run `hugo server` from inside hugo/ and view a preview with Hugo's internal web server.) | |
24 … | +3. Sync the contents of hugo/public/ to your server. | |
24 | 25 … | |
25 | 26 … | |
26 | 27 … | # How it works |
27 | 28 … | |
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 … | +* Scuttleblog starts Scuttlebot, and uses it to fetch the specified identity's posts and metadata. | |
30 … | +* It manipulates the data into the format Hugo expects for a blog. | |
31 … | +* Then it runs Hugo to generate the blog. | |
29 | 32 … |
Built with git-ssb-web