-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
118 lines (107 loc) · 3.01 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
author = "Bruno Amaral"
baseURL = "https://gregory-ms.com/"
copyright = ""
DefaultContentLanguage = "en"
enableEmoji = true
enableInlineShortcodes = true
enableRobotsTXT = true
googleAnalytics = ""
languageCode = "en"
theme = ["Hugo-Now-UI-Pro"]
title = "Multiple Sclerosis research by Gregory MS"
removePathAccents = true
# Set the default site thumbnail
# Google
googleSiteVerification = ""
# googleTagManager = ""
headerPhoto = ""
[outputs]
home = [ "HTML", "RSS", "JSON" ]
section = [ "HTML", "RSS"]
term = [ "HTML", "RSS"]
[params]
defaultImage = "/gregory-thumb.png"
author = "Bruno Amaral"
enableComments = false
defaultAuthor = "authors/bruno-amaral"
description = "An AI assistant to research articles and clinical trials for Multiple Sclerosis"
disqus = ""
enableMathJax = false # enable it in Front Matter
enableReadingTime = false
favicon = "favicon.ico"
lazyImage = true
logo="Gregory_Banner3.png"
showmonth = true
slogan = ""
startyear = "2021"
[params.valine]
appId = ''
appKey = ''
avatar = 'robohash'
debug = true
enable = false
enableHeaderVisitor = true
lang = 'en' # zh-CN
placeholder = 'Say Something......'
requiredFields = ['nick', 'mail']
visitor = true
[params.options]
hideSubscribeForm = false
# [menu]
[[menu.main]]
name = 'Home'
url = "/"
weight = 1
[[menu.column_2]]
name = 'Lisbon Collective <i class="fas fa-external-link-square-alt"></i>'
url = "https://lisboncollective.com"
[[menu.column_2]]
name ='OneOverZero <i class="fas fa-external-link-square-alt"></i>'
url = "https://github.com/oneoverzero"
[[menu.column_2]]
name = '<img src="/images/powered_by_project_galileo.png" height="96" width="255" alt="Support by CloudFlare, Project Galileo" loading="lazy" />'
url = 'https://www.cloudflare.com/en-gb/galileo/'
[[menu.column_3]]
name = "Website stats"
url = "https://analytics.gregory-ms.com/share/bEuESUpF/GregoryMS"
[social]
github = "https://github.com/brunoamaral/gregory"
rss = ""
[taxonomies]
category = "categories"
author = "authors"
tag = "tags"
[permalinks]
article_source = "/articles/source/:slug"
trial_source = "/trials/source/:slug"
# post = "/:slug/"
# page = "/:slug/"
# category = "/:slug/"
# doc: https://gohugo.io/getting-started/configuration-markup#highlight
# syntax style: https://xyproto.github.io/splash/docs/longer/all.html
[markup]
[markup.highlight]
codeFences = true
guessSyntax = false
hl_Lines = ""
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
noClasses = true
style = "monokai" # github, dracula, vim, monokai
tabWidth = 4
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
[security]
enableInlineShortcodes = false
[security.exec]
allow = ['^dart-sass-embedded$', '^go$', '^npx$', '^postcss$', '^babel$']
osEnv = ['(?i)^(PATH|PATHEXT|APPDATA|TMP|TEMP|TERM|GETENV)$']
[security.funcs]
getenv = ['^HUGO_|SLUG']
[security.http]
methods = ['(?i)GET|POST']
urls = ['.*']
[build]
writeStats = true