forked from thanos-io/thanos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
39 lines (33 loc) · 1.12 KB
/
hugo.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
title: "Thanos - Highly available Prometheus setup with long term storage capabilities"
# This is controlled by makefile: baseURL: "https://thanos.io"
languageCode: "en-us"
enableGitInfo: true
enableEmoji: true
pygmentsCodeFences: true
pygmentsUseClasses: true
# We use preprocessing script so it will not work as expected anyway.
disableLiveReload: true
googleAnalytics: "UA-137374921-1"
# So /thanos/docs/b link from /thanos/docs/some/a will be rewritten as ../b
canonifyURLs: true
relativeURL: true
# NOTE: Hugo is expected to run from `website`
contentDir: "docs-pre-processed"
archetypeDir: "archetypes"
layoutDir: "layouts"
publishDir: "public"
staticDir: "static"
permalinks:
contributing: "/contributing/:filename.md"
components: "/components/:filename.md"
proposals: "/proposals/:filename.md"
params:
SlackInvite: "https://slack.cncf.io"
GithubUser: "thanos-io"
GithubProject: "thanos"
QuayIoUser: "thanos"
QuayIoRepository: "thanos"
DockerHubUser: "thanosio"
DockerHubRepository: "thanos"
TwitterHandle: "ThanosMetrics"
Description: "Highly available Prometheus setup with long term storage capabilities."