-
Notifications
You must be signed in to change notification settings - Fork 1
/
tweetsert.config
67 lines (52 loc) · 1.2 KB
/
tweetsert.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
# Lines deleted from _config.yml because not using tweetsert
# Gems
plugins:
- jekyll-tweetsert
# From https://github.com/ibrado/jekyll-tweetsert – details in gDrive document
tweetsert:
enabled: true
layout: "post"
debug: false
title:
prefix: "[Tweet] "
words: 11
suffix: " ..."
properties:
is_tweet: true
tweet_html: $
share: false
comments: false
timeline:
handle: 'aallwestpac'
access_token: "2749460815-RsX28C2YhGRDQOqenm6x0Tf5W2xETkwzWip3MNr"
limit: 100
replies: false
retweets: false
include:
- '@aallwestpac'
- '#aallwestpac'
no_newer: false
no_older: false
embed:
excerpts: true
theme: "dark"
link_color: "#2e6690"
omit_script: false
prefix: '<em>Tweeted on {{date}}</em>'
suffix: '<p class="smallPrint">Click <a href="{{url}}">here</a> to comment.</p>'
category:
default: "twitter"
layout: "category_index"
title:
prefix: "Posts in the «"
suffix: "» category"
tags:
default: "tweet"
dir: "tag"
layout: "tag_index"
title:
prefix: "Posts tagged “"
suffix: "”"
hashtags: true
# ignore:
# - "blahblah"