forked from dariusk/twitter-archiver
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsample.toml
24 lines (17 loc) · 797 Bytes
/
sample.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[config]
# Path relative to the toml file
avatar = "egg.jpg"
# Override display name
# name = "egg"
# Set true to suppress "sort by oldest"
# suppress_oldest = true
# Title at top of generated index.
# title = "@username Twitter archive"
# Shown at top of generated index. May contain HTML
introduction = """
This is a page where you can search many of my tweets, get a link to an archived version, and view all the content in nice, threaded form where applicable. This does not include replies to other people in this archive, so this is just "standalone" tweets and threads.
"""
# Shown at bottom of generated index. May contain HTML
# footer = "All rights reserved"
# Will be copied into root as robots.txt. Path relative to the toml file
# robots = "robots.txt"