-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
88 lines (77 loc) · 1.62 KB
/
config.toml
File metadata and controls
88 lines (77 loc) · 1.62 KB
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
# MAIN base
baseURL = "https://steady-bytes.com/"
languageCode = "en-us"
title = "Steady Bytes"
theme = "steady-bytes"
# Navigation Bar
[[menu.main]]
name = "Home"
url = "#hero"
weight = 1
[[menu.main]]
name = "Services"
url = "#service"
weight = 2
[[menu.main]]
name = "Projects"
url = "#feature"
weight = 3
[[menu.main]]
name = "Who We Are"
url = "#faq"
weight = 4
[[menu.main]]
name = "Blog"
url = "/blog"
weight = 5
# Footer Sitemap
[[menu.sitemap]]
name = "Home"
url = "#"
weight = 1
[[menu.sitemap]]
name = "Blog"
url = "/blog"
weight = 2
[[menu.sitemap]]
name = "Privacy Policy"
url = "/privacy"
weight = 3
[[menu.sitemap]]
name = "Contact"
url = "/contact"
weight = 4
# Enable inline HTML on pages
[markup.goldmark.renderer]
unsafe = true
# Footer Contact Info
[params.info]
enableAddress = false
address = ""
enableEmail = true
email = "hello@steady-bytes.com"
enablePhone = false
phone = ""
# Footer Social
[params.social]
enableFacebook = false
facebook = "#"
enableTwitter = false
twitter = "#"
enableGithub = true
github = "https://github.com/steady-bytes"
[params.analytics]
plausibleDomain = "steady-bytes.com"
plausibleSrc = "https://plausible.steady-bytes.com/js/script.js"
# Mastodon
[params.mastodon]
accounts = [ "https://mastodon.world/@jgkawell" ]
[params]
# Header
logo = "images/logo.png"
# Footer
footerTitle = "Keep up to date"
copyright1 = "All rights reserved"
copyright2 = "Copyright © <a href=\"https://steady-bytes.com/\" target=\"_blank\">Steady Bytes </a> {year}"
# Contact
email = "hello@steady-bytes.com"