mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
Improve compatibility with Blogdown
This commit is contained in:
parent
586a7e17d5
commit
865f39f450
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue