We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23b4ee commit bcc679aCopy full SHA for bcc679a
config.toml
@@ -5,6 +5,7 @@ paginate = "10" # Number of posts per page
5
theme = "Mainroad"
6
disqusShortname = "" # Enable comments by entering your Disqus shortname
7
googleAnalytics = "" # Enable Google Analytics by entering your tracking id
8
+ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
9
10
[Author]
11
name = "John Doe"
0 commit comments