-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
69 lines (53 loc) · 2.75 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
baseURL = "https://samchorlton.com/" # Your domain name. Must end with "/"
theme = "introduction"
title = "Sam Chorlton"
#DefaultContentLanguage = "en" # Default language for multilingual sites
# disqusshortname = "" # https://gohugo.io/content-management/comments
googleAnalytics = "UA-129345906-1" # https://gohugo.io/templates/internal/#google-analytics
enableRobotsTXT = true
canonifyURLs = true
[markup]
defaultMarkdownHandler = "blackFriday"
[params]
themeStyle = "light" # Choose "light" or "dark"
favicon = "favicon.ico" # Path to favicon file
showRSSButton = false # Show rss button in navigation
fadeIn = false # Turn on/off the fade-in effect
fadeInIndex = false # Turn on/off the fade-in effect on the index page even if fade-in was otherwise turned off
dateFormat = "Jan 2, 2006"
email = "" # E-mail address for contact section
customCSS = ["custom.css"] # Include custom css files placed under assets/
author = "Sam Chorlton"
description = "Sam Chorlton's Site"
# Configure the home page
[params.home]
introHeight = "medium" # Input either "medium" or "large" or "fullheight"
showLatest = false # Show latest blog post summary
showAllPosts = false # Set true to list all posts on home page, or set false to link to separate blog list page
numberOfProjectsToShow = 3 # Maximum number of projects to show on home page. Unset or comment out to show all projects
localTime = true # Show your current local time in contact section
timeZone = "America/Los_Angeles" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
[params.projects]
useTwoColumns = false # Use a layout with two columns instead of three
[blackfriday]
hrefTargetBlank = true
[[menu.main]]
name = "Publications"
url = "#publications"
weight = 1
[[menu.main]]
name = "Presentations"
url = "#presentations"
weight = 2
[[menu.main]]
name = "Educational Material"
url = "#educational"
weight = 3
[[menu.main]]
name = "Contact"
url = "#contact"
weight = 5
[[menu.main]]
name = "Github"
url = "https://github.com/schorlton"
weight = 4