-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.toml
37 lines (33 loc) · 993 Bytes
/
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
baseURL = "https://bicepforreal.com"
languageCode = "en-us"
title = "Bicep for Real"
theme = ["hugo-notice","kube"]
description = "Kube is a professional and a responsive Hugo theme for developers and designers that offers a documentation section mixed with a landing page and a blog"
Paginate = 4
googleAnalytics= "G-JMZ25S5EFM"
[Params]
RSSLink = "/index.xml"
author = "Sam Cogan" # add your company name
github = "sam-cogan" # add your github profile name
twitter = "samcogan" # add your twitter profile
email = "[email protected]"
[[menu.main]]
name = "Episodes"
weight = 10
url = "/docs/"
[[menu.main]]
name = "Getting Started"
weight = 5
url = "/blog/getting-started/"
[[menu.main]]
name = "Blog"
weight = 30
url = "https://samcogan.com"
[[menu.main]]
name = "Donate"
weight = 50
url = "/blog/donate/"
[[menu.main]]
name = "Github"
weight = 40
url = "https://github.com/sam-cogan/lambda-toys-api-infrastructure"