updated configuration example
This commit is contained in:
parent
f4ee900ae6
commit
bfeb7b3edb
|
@ -5,4 +5,15 @@ site_name: "justask"
|
|||
anonymous_name: "Anonymous"
|
||||
|
||||
# How many items (questions, answers, ...) do you want to show per page?
|
||||
items_per_page: 10
|
||||
items_per_page: 10
|
||||
|
||||
# OAuth tokens
|
||||
sharing:
|
||||
twitter:
|
||||
enabled: true
|
||||
# Get the tokens from https://apps.twitter.com
|
||||
consumer_key: ''
|
||||
consumer_secret: ''
|
||||
facebook:
|
||||
enabled: false
|
||||
|
||||
|
|
Loading…
Reference in New Issue