-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
85 lines (74 loc) · 2.04 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
baseurl = "https://media.snuffed.me"
title = "snuffed out media"
languageCode = "en-us"
paginate = "12"
theme = "binario"
[Author]
name = "snuffed out"
bio = "I will respect my teammates and make every best effort to foster an environment where they can perform. I understand that respect builds trust, and that trust is needed for everyone to perform their best."
avatar = "img/avatar.png"
[Params]
description = "snuffed out media archive"
copyright = "media.snuffed.me"
opengraph = true
schema = true
twitter_cards = false
columns = 3
mainSections = ["fights"]
dateFormat = "January 02, 2006"
colorTheme = "dark-blue"
# customCSS = ["css/custom.css"]
# customJS = ["js/custom.js"]
mainMenuAlignment = "right"
authorbox = true
comments = false
related = true
relatedMax = 5
mathjax = false
# mathjaxPath = "https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.6/MathJax.js"
# mathjaxConfig = "TeX-AMS-MML_HTMLorMML"
hideNoPostsWarning = false
[menu]
[[menu.main]]
identifier = "tags"
name = "tags"
url = "/tags/"
weight = 20
[[menu.main]]
identifier = "zkill"
name = "zkill"
url = "https://zkillboard.com/alliance/99004901/"
weight = 30
[Params.Entry]
meta = ["date", "categories"]
toc = false
tocOpen = false
[Params.Featured]
previewOnly = false
[Params.Breadcrumb]
enable = true
homeText = "media.snuffed.me"
[Params.Social]
# email = "[email protected]"
[Params.Share] # Entry Share block
# Web App Manifest settings
# https://www.w3.org/TR/appmanifest/
# https://developers.google.com/web/fundamentals/web-app-manifest/
[Params.Manifest]
name = "Binario"
shortName = "Binario"
display = "browser"
startUrl = "/"
backgroundColor = "#2a2a2a"
themeColor = "#1b1b1b"
description = "Responsive card-based & code-light Hugo theme"
orientation = "portrait"
scope = "/"
[outputFormats]
[outputFormats.MANIFEST]
mediaType = "application/json"
baseName = "manifest"
isPlainText = true
notAlternative = true
[outputs]
home = ["HTML", "RSS", "MANIFEST"]