-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
59 lines (52 loc) · 3.92 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
baseURL = "https://bluegrassjam.org/" # Your domain name. Must end with "/"
languageCode = "en-us" # languageCode
title = "BluegrassJam" # Site title
theme = "introduction"
pygmentsStyle = "monokai" # https://help.farbox.com/pygments.html
pygmentsCodefences = true
enforce_ssl = false
# disqusshortname = "" # Enable Disqus for comments https://gohugo.io/content-management/comments
googleAnalytics = "UA-120401073-1" # Enable Google Analytics https://gohugo.io/templates/internal/#google-analytics
[params]
blogHead = "Songs" # Full name shows on blog post pages
firstName = "BluegrassJam.Org" # First name shows in introduction on main page
tagLine = "Your resource for bluegrass jam songs." # Appears after the introduction
introHeight = "large" # Input either 'medium' or 'large' or 'fullheight'
themeStyle = "light" # Choose 'light' or 'dark'
avatar = "img/dennis.png" # Path to image in static folder eg. img/avatar.png, or comment out to remove
email = "info@bluegrassjam.org" # Shows in contact section, or leave blank to omit
localTime = true # Show your current local time in contact section
timeZone = "America/New_York" # Your timezone as in the TZ* column of this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
dateForm = "Jan 2, 2006"
dateFormFull = "Mon Jan 2 2006 15:04:05 EST"
cacheBuster = false # Add the current unix timestamp in query string for cache busting css assets (relevant in development mode)
description = "Your resource for bluegrass jam songs." # Max 160 characters show in search results
faviconFile = "img/fav.ico"
footerText = "" # Text to override default footer text (markdown allowed)
fadeIn = true # Turn on/off the fade-in effect
customCSS = [] # Include custom css files e.g. ["css/foo.css", "css/bar.css"]
showSongs = true # Show Song section on home page
showJams = false # Show Jams section on home page
showFestivals = false # Show Festivals section on home page
projectColumns = "3" # Choose "2" or "3" columns for projects section
jamImage = "/img/jams.png" # For Jams without image
festivalImage = "/img/festivals.png" # For Festivals without image
showAllPosts = false # Set 'true' to list all posts on home page, or set 'false' to link to separate blog list page
showLatest = true # Show latest blog post summary
shareButtons = true # On post pages, show share this social buttons
# Share buttons
shareTwitter = true
shareFacebook = true
sharePinterest = false
shareGooglePlus = true
# Social icons appear in introduction and contact section. Add as many more as you like.
# Find icon names here: http://fontawesome.io/cheatsheet/
[[params.social]]
url = "https://twitter.com/"
icon = "twitter"
[[params.social]]
url = "https://facebook.com/"
icon = "facebook"
[[params.social]]
url = "https://linkedin.com/"
icon = "linkedin"