-
Notifications
You must be signed in to change notification settings - Fork 0
/
params.toml
85 lines (73 loc) · 2.57 KB
/
params.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
# Meta Data for SEO
## Homepage
title = "Multi-Etch®"
titleSeparator = "|"
titleAddition = "A Safer Alternative to Hydrofluoric Acid"
description = "Multi-Etch® is a low-acid (pH 6.8) alternative to hydrofluoric acid and can be used to optimize titanium and other metals for welding and anodizing."
## Open Graph
images = ["multietch-share-image.png"]
ogLocale = "en_US"
domainTLD = "multietch.com"
## Twitter Cards
twitterSite = "@multietch"
twitterCreator = "@multietch"
## JSON-LD
## Resources:
## List of entities: https://schema.org/docs/full.html
## Schema validator: https://validator.schema.org
## Google "Rich Results" tester: https://search.google.com/test/rich-results
schemaType = "Corporation"
schemaName = "Multi-Etch"
schemaAuthor = "Multi-Etch"
schemaAuthorTwitter = "https://twitter.com/multietch"
schemaAuthorLinkedIn = "https://www.linkedin.com/company/multietch/"
schemaAuthorGitHub = "https://github.com/exotica-jewelry"
schemaLocale = "en-US"
schemaLogo = "multietch-bg.png"
schemaLogoWidth = 1000
schemaLogoHeight = 423
schemaImage = "multietch-share-image.png"
schemaImageWidth = 1280
schemaImageHeight = 640
schemaTwitter = "https://twitter.com/multietch"
schemaLinkedIn = "https://www.linkedin.com/company/multietch/"
schemaGitHub = "https://github.com/exotica-jewelry"
schemaSection = "blog"
## Chrome Browser
themeColor = "#44165a"
# Images - Temporarily left in place for backward compatibility
quality = 85
bgColor = "#fff"
landscapePhotoWidths = [900, 800, 700, 600, 500]
portraitPhotoWidths = [800, 700, 600, 500]
lqipWidth = "20x"
smallLimit = "320"
imageResponsive = true
imageConvertTo = "webp"
imageImageSizes = ["480","720","1080","1280","1600","2048"]
singleSize = false
imageAddClass = "img-fluid lazyload blur-up"
### Image template
defaultImage = "default-image.png" # put in `./assets/images/`
fillImage = "1280x720 Center" # normalize image size
# Footer
footer = "© 2022, All Rights Reserved, <span class='multietch-wordmark'>Multi‑Etch<span class='registered'>®</span></span>, LLC"
# Feed
copyRight = "Copyright (c) 2022, All Rights Reserved, Multi-Etch, LLC"
# Alert
alert = false
alertDismissable = true
# alertText = ""
# Filters
#
# Filters act on content text (title and body) with different transformations.
# Setting each filter to true turns it on.
[filters]
wordmark = true # Adds ® to every instance of 'Multi-Etch'; prevents line-breaks.
fractions = true # Changes a fraction written like "1/2" into "½".
# Grid containers
[grid]
defaultColumns = "3"
defaultItemWidth = "200px"
defaultItemGap = "1rem"
defaultItemMargin = "0"