Skip to content

Commit

Permalink
➕ add RSS plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
z3tt committed Dec 15, 2020
1 parent 43ea444 commit a154203
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,34 @@ notAlternative = true
[params.algolia]
vars = ["title", "summary", "date", "publishdate", "expirydate", "permalink"]
params = ["categories", "tags"]

[[plugins]]
package = "netlify-plugin-rss"
[plugins.inputs]
# required configs, customize as needed
dirToScan = "/posts" # a subfolder to scan. "/" to scan all
authorName = "Cédric"
site_url = "https://cedricscherer.netlify.app"
title = "Cédric Scherer RSS Feed"
rssDescription = "RSS Feed of the blog by Cédric Scherer focussing on Data Visualization and Computational Ecology"
categories = ['Data Visualization', 'Infographics', 'Data Science', 'R Programming', 'Computaitonal Ecology']

# # optional configs, defaults shown
# rssFaviconUrl = "https://swyx.io/favicon.png"
# docs = "http://example.com/rss/docs.html"
# managingEditor = "authorName"
# webMaster = "authorName"
# copyright = "2020 ${authorName}"
# language = "en"
# pubDate = "new Date().toUTCString(),"
# ttl = "60" # aka refresh every hour

# # cheerio selectors for extractMetadataFromFile
# # defaults shown
# contentSelector = "main"
# publishDateSelector = # if not specified, we use the date of file creation
# descriptionSelector = "meta[name=description]" # probably no need to change
# titleSelector = "title" # probably no need to change

# # developer configs
# debugMode = false # (for development) turn true for extra diagnostic logging
Binary file modified public/img/ggplot-tutorial/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/ggplot-tutorial/plots_overview/resized-013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/img/ggplot-tutorial/plots_overview/resized-014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/ggplot-tutorial/overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/ggplot-tutorial/plots_overview/resized-013.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified static/img/ggplot-tutorial/plots_overview/resized-014.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a154203

Please sign in to comment.