aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianhao Wang <tianhao.wang2@mailbox.tu-dresden.de>2023-10-14 01:13:30 +0200
committerTianhao Wang <tianhao.wang2@mailbox.tu-dresden.de>2023-10-14 01:13:30 +0200
commitd0965bf6c716a6448a3028b11e99b53ab75ea30a (patch)
treea50aeb2724ef43dca24efb3b64a1298cfb3dd6aa
parenta130b639e6e37e02f28b7bf49254c41b83680fcc (diff)
fix typo
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index d9f0ec5..6322c7e 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# integrate your fediverse timeline into your static blog! (without javascript!)
+# integrate your fediverse timeline into your static blog!
## Motivation
@@ -24,19 +24,20 @@ For the first time only, take a look at `config.py` and modify it. Most importan
- comment out the foolproof lines at the top of `config.py`.
```bash
-./timelinebot.py`
+./timelinebot.py
````
You will be prompted to input credentials for the **bot** account (not your main
account!). After a successful login, the access token will be stored in
`token.secret` and you no longer need to log in manually.
-The script will fetch your posts and store them in `tl.json`. Then you can preceed to
+The script will fetch your posts and store them in `tl.json`. Then you can
+proceed to
render this data into static pages with your site generator.
**For Hugo**
create a partial in your template. Maybe take a look at `examples/hugo_timeline_partial.html`.
-Everytime before you render the pages, run the timeline bot script and copy
+Every time before you render the pages, run the timeline bot script and copy
`tl.json` into your blog's `data/` directory. For automation you may use
`examples/syncblog.sh`