-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.toml
More file actions
34 lines (32 loc) · 837 Bytes
/
config.toml
File metadata and controls
34 lines (32 loc) · 837 Bytes
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
baseurl = "https://reside-ic.github.io/"
theme = "cocoa-eh"
builddrafts = true
canonifyurls = true
contentdir = "content"
languageCode = "en-US"
layoutdir = "layouts"
publishdir = "public"
title = "Reside-IC"
pluralizelisttitles = false
DisqusShortname = "reside-ic"
googleAnalytics = "UA-140418140-1"
disableKinds = ["taxonomy"]
[permalinks]
blog = "blog/:slug/"
[params]
share = true
share_on_googleplus = false
dateform = "Jan 2, 2006"
dateformfull = "Mon Jan 2 2006 15:04:05 MST"
description = "Research software for infectious disease epidemiology at Imperial College"
copyright = "Copyright © {year} Reside-IC"
logofile = "img/logo.png"
faviconfile = "img/logo.png"
highlightjs = true
progressively = true
align_left = false
lang = "en"
github = "reside-ic"
posts_navigation = true
small_banner_logo = false
latestpostcount = 5