We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30dafe commit b127b4cCopy full SHA for b127b4c
docs/config.html
@@ -94,6 +94,16 @@ <h3 id="planet"><code>[planet]</code></h3>
94
number of days will be marked as inactive</dd>
95
96
</dl>
97
+<dl class="compact code">
98
+ <dt>post_to_twitter</dt><dd>(<code>true</code> or <code>false</code> (default if
99
+ omitted)) enables the cross posting of articles to Twitter account defined by
100
+ following environment variables:
101
+ <code>twitter_consumer_key</code>, <code>twitter_consumer_secret</code>,
102
+ <code>twitter_access_token</code>, <code>twitter_access_token_secret</code>.
103
+ If site's section has <code>twitter</code> configuration, then this handle will be
104
+ used to specify author's name.</dd>
105
+</dl>
106
+
107
<dl class="compact code">
108
109
<dt>log_level</dt>
0 commit comments