-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
54 lines (48 loc) · 1.33 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
baseURL = 'https://neurotech-challenge.com/'
languageCode = 'en-us'
title = 'NeuroTech Challenge'
theme = "gohugo-theme-ananke-ntcs"
#resourceDir = "./resources"
DefaultContentLanguage = "en"
SectionPagesMenu = "main"
Paginate = 3 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[languages]
#[languages.en]
# title = "My blog"
# weight = 1
# contentDir = "content/en"
#[languages.fr]
# title = "Mon blogue"
# weight = 2
# contentDir = "content/fr"
[sitemap]
changefreq = "monthly"
priority = 0.5
filename = "sitemap.xml"
[params]
title = "The NeuroTech Challenge Series"
description = ""
# Can't get this to work right
#custom_css = ["custom.css"]
author = ""
maillist = "http://eepurl.com/hd2o1D"
favicon = ""
site_logo = "/images/ntcs-top-logo.png"
facebook = ""
#twitter = "https://twitter.com/GoHugoIO"
instagram = ""
youtube = ""
github = "https://github.com/NeuroTechX/eeg-notebooks/"
gitlab = ""
linkedin = ""
mastodon = ""
slack = ""
stackoverflow = ""
rss = ""
tiktok = ""
# choose a background color from any on this page: http://tachyons.io/docs/themes/skins/ and preface it with "bg-"
background_color_class = "bg-black"
featured_image = "/images/ntcs-brian-marquee.png"
recent_posts_number = 2