-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
94 lines (76 loc) · 1.84 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
baseURL = "https://facer2vm.org/"
languageCode = "en"
title = "FACER2VM"
theme = "gohugo-theme-wumpus"
copyright = "© 2018 FACER2VM"
defaultContentLanguage = "en"
paginate = 10
summaryLength = 35
#rssLimit = 15
enableGitInfo = true
#googleAnalytics = "UA-127414679-1"
[taxonomies]
person = "people"
group = "groups"
tag = "tags"
[params]
description = "Face Matching for Automatic Identity Retrieval, Recognition, Verification and Management"
favicon = "favicon"
feature_image = "/images/masthead-dark.jpg"
# The twitter param is optional, for use in the 404.html to contact you :)
twitter = "@Paul_Koppen"
[languages]
[languages.en]
languageName = "English"
weight = 1
# Adds the JSON-LD media type.
[mediaTypes]
[mediaTypes."application/ld+json"]
suffixes = ["jsonld"]
[outputFormats]
[outputFormats.JSONLD]
baseName = "index"
isPlainText = true
mediaType = "application/ld+json"
[outputs]
page = ["HTML", "JSONLD"]
home = ["HTML", "RSS", "JSONLD"]
section = ["HTML", "RSS", "JSONLD"]
taxonomyTerm = ["HTML", "RSS", "JSONLD"]
taxonomy = ["HTML", "RSS", "JSONLD"]
[menu]
[[menu.main]]
name = "Home"
url = "/"
weight = 1
[[menu.main]]
name = "Publications"
url = "/tags/publications/"
weight = 2
[[menu.main]]
name = "Invited talks"
url = "/tags/invited-talks/"
weight = 3
[[menu.main]]
name = "In the news"
url = "/tags/in-the-news/"
weight = 4
[[menu.main]]
name = "Software"
url = "/tags/software/"
weight = 5
[privacy]
[privacy.disqus]
disable = true
[privacy.googleAnalytics]
anonymizeIP = true
respectDoNotTrack = true
useSessionStorage = true
[privacy.twitter]
enableDNT = true
simple = true
[privacy.youtube]
privacyEnhanced = true
[services]
[services.twitter]
disableInlineCSS = true