Improve compatibility with Blogdown

This commit is contained in:
George Cushen 2017-09-25 01:59:48 +01:00
commit 865f39f450

View file

@ -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" title = "Academic"
copyright = "© 2016 Your Name" copyright = "© 2017 Your Name"
theme = "academic" theme = "academic"
enableEmoji = true enableEmoji = true
footnotereturnlinkcontents = "<sup>^</sup>" footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
# Enable comments by entering your Disqus shortname # Enable comments by entering your Disqus shortname
disqusShortname = "" disqusShortname = ""
@ -189,5 +190,5 @@ defaultContentLanguageInSubdir = false
# Create a [languages.X] block for each language you want, where X is the language ID. # Create a [languages.X] block for each language you want, where X is the language ID.
# Configure the English version of the website. # Configure the English version of the website.
[languages.en] [Languages.en]
languageCode = "en-us" languageCode = "en-us"