-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.toml
91 lines (67 loc) · 2.46 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
baseURL = "https://blog.glimesh.tv/"
languageCode = "en-us"
title = "Glimesh Blog"
theme="glimesh-theme"
# number of posts to show on home/category/tag pages (Default: 10)
paginate = 10
# number of words to use for summary on home/category/tag pages (Default: 70)
summaryLength = 50
[permalinks]
posts = "/posts/:filename"
page = "/:slug"
[[menu.sidebar]]
name = "About Us"
url = "https://glimesh.tv/about"
[[menu.sidebar]]
name = "DMCA Policy"
url = "https://glimesh.tv/about/dmca"
[[menu.sidebar]]
name = "Frequently Asked Questions"
url = "https://glimesh.tv/about/faq"
[[menu.sidebar]]
name = "Open Data"
url = "https://glimesh.tv/about/open-data"
[[menu.sidebar]]
name = "Support"
url = "https://support.glimesh.tv"
# [taxonomies]
# category = "categories"
# Theme variables
#
[params]
# Site author
author = "Luke Strickland"
plausible_site_domain = "blog.glimesh.tv"
disable_sri = true
# Description/subtitle for homepage (can be Markdown)
description = "Glimesh is a live streaming platform focused on discoverability & community. Our mission is to build a platform where everyone can have the chance to flourish."
# Show header (default: true)
#header_visible = true
# Format dates with Go's time formatting
date_format = "Mon Jan 02, 2006"
# show sharing icons on pages/posts (default: true)
#sharingicons = true
# Display post summaries instead of content in list templates (default: true)
#truncate = true
# Disable the use of sub-resource integrity on CSS/JS assets (default: false)
# Useful if you're using a CDN or other host where you can't control cache headers
#disable_sri = false
[params.sidebar]
# Optional about block for sidebar (can be Markdown)
about = "Learn about streaming, marketing, programming, and more on the Glimesh company blog!"
# How many posts to show on the sidebar (Default: 5)
#num_recent_posts = 2
[params.social]
# Optional, used for attribution in Twitter cards (ideally not a person
# for example: nytimes, flickr, NatGeo, etc).
# See: https://dev.twitter.com/cards/types/summary-large-image
twitter = "glimesh"
# Default content language for Hugo 0.17's multilingual support (default is "en")
# See: https://github.com/spf13/hugo/blob/master/docs/content/content/multilingual.md
#DefaultContentLanguage = "en"
# Languages to render
#[languages.en]
#[languages.bg]
# Bulgarian date format is dd.mm.yyyy
#date_format = "02.01.2006"
# vim: ts=2 sw=2 et