-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
90 lines (67 loc) · 1.54 KB
/
config.yaml
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
89
baseURL: "https://www.aurorastack.com/"
theme: "up-business-theme"
languageCode: "en-us"
title: "AuroraStack"
googleAnalytics: "G-TV6R44L088"
enableRobotsTXT: true
summaryLength: 20
params:
title: "AuroraStack"
description: "Don't let complex cloud management overwhelm you! Meet our Generative AI agents, your helping hand in the cloud."
images:
- "images/hero-image.png"
logo: "images/aurorastack_icon.jpeg"
favicons:
themeColor: "#FFFFFF"
backgroundColor: "#FFFFFF"
faviconColor: "#000000"
social:
github: "https://github.com/aurorastack"
facebook: "#"
twitter: "#"
location:
- "Seocho-gu Seoul, Korea 06544"
contact:
- "contact@aurorastack.ai"
copyright: "© 2024 AuroraStack All Rights Reserved"
menus:
main:
- name: "Product"
url: "/product"
weight: 10
- name: "How it Works"
url: "/how-it-works"
weight: 20
- name: "Resources"
url: "/resources"
weight: 30
- name: "Open Source"
url: "/open-source"
weight: 40
- name: "Company"
url: "/about"
weight: 50
buttons:
- name: "Start Free Trial"
url: "/register"
weight: 5
pre: "btn btn-primary text-light"
footer:
- name: "Product"
url: "/#"
weight: 1
- name: "How it Works"
url: "/#"
weight: 2
- name: "Open Source"
url: "/#"
weight: 3
- name: "Pricing"
url: "/#"
weight: 4
- name: "Company"
url: "/company"
weight: 5
taxonomies:
series: "series"
tags: "tags"