-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
51 lines (48 loc) · 1.23 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
title = "The Chain"
baseURL = "https://the-chain.github.io/The-Chain-Site"
tags = ["portfolio", "web design", "blog"]
languageCode = "en-US"
config = "config.toml"
theme = "osprey"
publishDir = "docs"
canonifyURLS = true
googleAnalytics = ""
disqusShortname = ""
disableKinds = ["taxonomy", "taxonomyTerm"] # This theme does not currently use "tag" and "category" taxonomies
[Params]
tagline = "Blockchain & AI Solutions"
author = ""
description = ""
logoBig = "/images/TheChain-logo.png"
logoSmall = "/images/TheChain-logo.png"
favicon = "/images/favicon.ico"
opengraphImage = "/images/TheChain-logo.png"
twitter = "TheChain16"
linkedin = "https://www.linkedin.com/company/the-chain-tech/"
github = "the-chain"
facebook = ""
email = "art@wek.io"
googleTagManager = ""
highlightJS = true
copyright = false
credit = false
customCSS = true
cacheBustCSS = false
cacheBustJS = false
ajaxFormspree = true
[[menu.main]]
name = "About"
url = "/#about"
weight = 1
[[menu.main]]
name = "Work"
url = "/#work"
weight = 2
[[menu.main]]
name = "Blog"
url = "/#blog"
weight = 3
[[menu.main]]
name = "Contact"
url = "/#contact"
weight = 4