getting ready for merge to master
This commit is contained in:
parent
2ff8027d34
commit
9fea166b94
@ -7,9 +7,9 @@ Simple and stylish text-to-html microblog generator.
|
||||
|
||||
python3 dateutil toml make curl pycurl urllib
|
||||
|
||||
* `dateutil`, `toml` are Python modules.
|
||||
* `dateutil`, `toml`, `json`, `pycurl`, `hashlib` are Python modules.
|
||||
* `make` (optional), method for invoking the script.
|
||||
* `curl`, `pycurl` and `urllib` (optional), for uploading multiple files to neocities (`neouploader.py`).
|
||||
* `urllib` (optional), for uploading multiple files to neocities (`neouploader.py`).
|
||||
|
||||
### Usage
|
||||
|
||||
|
@ -41,8 +41,7 @@ avatar="https://yourdomain.tld/microblog/images/avatar.jpg"
|
||||
short_bio= "Your self-description. Anything longer than 150 characters is truncated."
|
||||
|
||||
[webring.following]
|
||||
list= ["https://likho.neocities.org/microblog/meta.json",
|
||||
"https://check.torproject.org/api/ip"]
|
||||
list= ["https://likho.neocities.org/microblog/meta.json"]
|
||||
format="""
|
||||
<div class="fill">
|
||||
<div class="postcell">
|
||||
|
Loading…
x
Reference in New Issue
Block a user