Skip to content

Commit b127b4c

Browse files
committed
document changes
1 parent f30dafe commit b127b4c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/config.html

+10
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,16 @@ <h3 id="planet"><code>[planet]</code></h3>
9494
number of days will be marked as inactive</dd>
9595

9696
</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+
97107
<dl class="compact code">
98108

99109
<dt>log_level</dt>

0 commit comments

Comments
 (0)