Skip to content

Commit

Permalink
add twitter and gplus fix atom
Browse files Browse the repository at this point in the history
  • Loading branch information
darosio committed Nov 22, 2017
1 parent b83ed60 commit 1589af3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions pelicanconf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
AUTHOR = 'daniele arosio'
SITENAME = 'Food protocols'
SITESUBTITLE = u'il cibo che cucino'
SITEURL = ''
SITEURL = 'https://darosio.github.io/foodprotocols'

PATH = 'content'

Expand Down Expand Up @@ -68,14 +68,14 @@
GITHUB_SHOW_USER_LINK = True

# Sharing
# TWITTER_USER = 'jakevdp'
# GOOGLE_PLUS_USER = 'jakevdp'
# GOOGLE_PLUS_ONE = True
# GOOGLE_PLUS_HIDDEN = False
TWITTER_USER = 'danielearosio'
GOOGLE_PLUS_USER = 'danielepietroarosio'
GOOGLE_PLUS_ONE = True
GOOGLE_PLUS_HIDDEN = False
# FACEBOOK_LIKE = False
# TWITTER_TWEET_BUTTON = True
# TWITTER_LATEST_TWEETS = True
# TWITTER_FOLLOW_BUTTON = True
# TWITTER_TWEET_COUNT = 3
TWITTER_TWEET_BUTTON = True
TWITTER_LATEST_TWEETS = True
TWITTER_FOLLOW_BUTTON = True
TWITTER_TWEET_COUNT = 3
# TWITTER_SHOW_REPLIES = 'false'
# TWITTER_SHOW_FOLLOWER_COUNT = 'true'
TWITTER_SHOW_FOLLOWER_COUNT = 'true'

0 comments on commit 1589af3

Please sign in to comment.