academic 4.7.0, Hugo 0.65.3, C3SR seminar talk

This commit is contained in:
Carl Pearson
2020-02-25 07:00:02 -06:00
parent f1e70f4561
commit 1df31cc47e
7 changed files with 113 additions and 32 deletions

View File

@@ -11,12 +11,14 @@ title = "Carl Pearson"
# End your URL with a `/` trailing slash, e.g. `https://example.com/`.
baseurl = "https://cwpearson.github.io/"
# Your copyright notice - appears in site footer.
# To display a copyright symbol, type `©`.
copyright = "© 2019 Carl Pearson"
# Enter a copyright notice to display in the site footer.
# To display a copyright symbol, type `©`. For current year, type `{year}`.
copyright = "© {year} Carl Pearson"
# Enable analytics by entering your Google Analytics tracking ID
googleAnalytics = "UA-54975774-2"
############################
## Advanced options below ##
############################
# Name of Academic theme folder in `themes/`.
theme = "academic"
@@ -47,13 +49,16 @@ ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "
mediaType = "application/manifest+json"
rel = "manifest"
# Configure BlackFriday Markdown rendering.
# See: https://gohugo.io/getting-started/configuration/#configure-blackfriday
[blackfriday]
hrefTargetBlank = true # `true` opens external links in a new tab. See https://github.com/gohugoio/hugo/issues/2424
angledQuotes = false
latexDashes = true
extensions = ["backslashLineBreak"]
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true # Enable user to embed HTML snippets in Markdown content.
[markup.highlight]
codeFences = false # Disable Hugo's code highlighter as it conflicts with Academic's highligher.
[markup.tableOfContents]
startLevel = 2
endLevel = 3
[imaging]
resampleFilter = "lanczos"
@@ -62,9 +67,7 @@ extensions = ["backslashLineBreak"]
# Taxonomies.
[taxonomies]
tag = "tags"
tag = "tags"
category = "categories"
publication_type = "publication_types"
author = "authors"