-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yaml
90 lines (89 loc) · 3.51 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
90
baseURL: https://openslo.github.io/
languageCode: en-us
title: OpenSLO
theme: hugo-fresh
googleAnalytics: G-JHW9RKJ3EZ
summaryLength: 3
# Disables warnings
disableKinds:
- taxonomy
markup:
goldmark:
renderer:
unsafe: true # Allows you to write raw html in your md files
params:
# Open graph allows easy social sharing. If you don't want it you can set it to false or just delete the variable
openGraph: true
# Used as meta data; describe your site to make Google Bots happy
summary: Open Service Level Objective (SLO) Specification. Designed to make SLOs ergonomic to modern developer Git workflow.
navbarlogo:
# Logo (from static/images/logos/___)
image: openslo_logo.svg
link: /
font:
name: "Open Sans"
sizes: [400,600]
hero:
# Main hero title
title: What is OpenSLO?
# Hero subtitle (optional)
subtitle: OpenSLO is a service level objective (SLO) language that declaratively defines reliability and performance targets using a simple YAML specification. It is released under Apache 2.0 and we welcome contributions from the reliability engineering ecosystem. SLOs are reliability targets for services that allow organizations to make better decisions in how to create, operate, and run cloud services and applications. To learn more about SLOs, check out SLOconf.com.
# Button text
# buttontext: Get started
# Where the main hero button links to
buttonlink: "#"
# Hero image (from static/images/___)
image: square_logo.svg
# Customizable navbar. For a dropdown, add a "sublinks" list.
navbar:
- title: Blog
url: /blog
- title: Get involved
url: https://www.github.com/openslo/openslo
- title: Oslo
url: https://www.github.com/openslo/oslo
- title: Join our Slack
url: https://join.slack.com/t/openslo/shared_invite/zt-1ecraohaa-fqj3C52WF~1zQbwKD8LeMw
- title: Demo Video
url: https://youtu.be/5clDQj8_Q_8
section1:
title: OpenSLO
subtitle: Open Service Level Objective (SLO) Specification. Designed to make SLOs ergonomic to modern developer Git workflow.
tiles:
- title: Define SLOs as Code
icon: brackets
text: Create declarative definitions of SLOs that describe thresholds, metrics, and goals for your applications and infrastructure.
- title: Oslo Validation CLI
icon: terminal
text: Create simple automated GitOps workflows with any CI/CD tool that ensures your SLOs are correctly formatted. Just run oslo validate slos.yaml.
- title: Vendor Agnostic Metrics
icon: nodes
text: OpenSLO is designed to be implementation neutral and allow multiple vendors and other projects to describe and share SLOs in a well-defined format.
url: /
sectionBlog:
title: Blog
footer:
# Logo (from /images/logos/___)
logo: openslo_logo.svg
quicklinks:
column1:
title: "Core Contributors"
links:
- text: Ian Bartholomew
link: https://github.com/ian-bartholomew
- text: Niall Murphy
link: https://github.com/niallrmurphy
- text: Andrew Newdigate
link: https://github.com/suprememoocow
- text: Jürgen Etzlstorfer
link: https://github.com/jetzlstorfer
- text: Alex Nauda
link: https://github.com/alexnauda
socialmediatitle: Follow Us
socialmedia:
- link: https://github.com/OpenSLO
icon: github
- link: https://twitter.com/openslo_
icon: twitter
- link: https://join.slack.com/t/openslo/shared_invite/zt-1ecraohaa-fqj3C52WF~1zQbwKD8LeMw
icon: slack