breaking change: rss feed only generated if rss-description config exists; rss icon only shows if social-network-links.rss is true; closes #814
This commit is contained in:
parent
ffb27515fe
commit
d0928cb455
4 changed files with 7 additions and 3 deletions
|
@ -40,6 +40,7 @@ round-avatar: true
|
|||
# Uncomment the links you want to show and add your information to each one.
|
||||
social-network-links:
|
||||
email: "someone@example.com"
|
||||
rss: true # remove this line if you don't want to show an RSS link at the bottom
|
||||
facebook: deanattali
|
||||
github: daattali
|
||||
twitter: daattali
|
||||
|
@ -63,8 +64,8 @@ social-network-links:
|
|||
# ORCID: your ORCID ID
|
||||
# google-scholar: your google scholar
|
||||
|
||||
# If you want to show a link to an RSS in the footer, add the site description here.
|
||||
# If you don't want to show an RSS link, remove the following line.
|
||||
# If you want your website to generate an RSS feed, provide a description
|
||||
# The URL for the feed will be https://<your_website>/feed.xml
|
||||
rss-description: This website is a virtual proof that I'm awesome
|
||||
|
||||
# --- General options --- #
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue