瀏覽代碼

Improve compatibility with Blogdown

George Cushen 7 年之前
父節點
當前提交
865f39f450
共有 1 個文件被更改,包括 4 次插入3 次删除
  1. 4 3
      exampleSite/config.toml

+ 4 - 3
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 = "<sup>^</sup>"
+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"