-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
71 lines (52 loc) · 1.56 KB
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# Title of your site
title = "Dr Melina Vidoni"
# The URL of your site.
baseurl = "/"
# Enter a copyright notice to display in the site footer.
copyright = "© Melina Vidoni 2021"
# Enable analytics by entering your Google Analytics tracking ID
googleAnalytics = ""
# Enable comments by entering your Disqus shortname
disqusShortname = ""
# Name of Academic theme folder in `themes/`.
theme = "academic"
# Get last modified date for content from Git?
enableGitInfo = false
# Twitter
og_title = "Dr Melina Vidoni"
# Default image for social sharing and search engines. Place image in `static/img/` folder and specify image name here.
sharing_image = "sharing.png"
# Default language to use (if you setup multilingual support)
defaultContentLanguage = "en"
hasCJKLanguage = false
defaultContentLanguageInSubdir = false
removePathAccents = true
paginate = 10
enableEmoji = false
footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[outputs]
home = [ "HTML", "RSS", "JSON" ]
section = [ "HTML", "RSS" ]
# Configure BlackFriday Markdown rendering.
[blackfriday]
hrefTargetBlank = true
angledQuotes = false
latexDashes = true
extensions = ["backslashLineBreak"]
[imaging]
resampleFilter = "lanczos"
quality = 90
anchor = "smart"
# Taxonomies.
[taxonomies]
tag = "tags"
category = "categories"
publication_type = "publication_types"
author = "authors"
[Social]
twitter = "melvidoni"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true