From 865f39f4503621ba453c336c94a6686438f29561 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 25 Sep 2017 01:59:48 +0100 Subject: [PATCH] Improve compatibility with Blogdown --- exampleSite/config.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index af32f118..241b2785 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -1,9 +1,10 @@ -baseurl = "https://example.com/" # End your URL with a `/` trailing slash. +baseurl = "/" # End your URL with a `/` trailing slash, e.g. `https://example.com/`. title = "Academic" -copyright = "© 2016 Your Name" +copyright = "© 2017 Your Name" theme = "academic" enableEmoji = true footnotereturnlinkcontents = "^" +ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"] # Enable comments by entering your Disqus shortname disqusShortname = "" @@ -189,5 +190,5 @@ defaultContentLanguageInSubdir = false # Create a [languages.X] block for each language you want, where X is the language ID. # Configure the English version of the website. -[languages.en] +[Languages.en] languageCode = "en-us"