mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 10:57:01 +00:00
Test if media_upload is set, and halt if not
This commit is contained in:
parent
e2c082a14a
commit
4965cd8a55
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ site_title = "Timeline"
|
|||
txt_file_path = "twtxt.txt"
|
||||
|
||||
; Path to folder where you want to upload images for your posts
|
||||
media_upload = "../twtxt"
|
||||
public_media = "https://darch.dk/twtxt"
|
||||
media_upload = "../media"
|
||||
public_media = "https://example.com/timeline/media"
|
||||
|
||||
; Full URL for your public twtxt.txt file
|
||||
public_txt_url = "https://example.com/timeline/twtxt.txt"
|
||||
|
|
|
|||
Loading…
Reference in a new issue