-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
34 lines (31 loc) · 1.11 KB
/
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
baseURL = "https://docops.info/"
languageCode = "en-us"
title = "DocOps"
theme = "hugo-whisper-theme"
# [[menu.main]]
# name = "Home"
# url = "/"
# weight = 1
# [[menu.main]]
# name = "Docs"
# url = "/docs/"
# weight = 2
[params]
google_analytics_id=""
mainSections = ["docs"]
homepage_intro = "DocOps is about turning documents written for people into executable actions. The documentation of the underlying system becomes the single source of truth."
homepage_button_text = "Explore DocOps"
homepage_button_link = 'https://github.com/DocOps-Method/DocOps'
[params.homepage_meta_tags]
meta_description = "Hugo Whisper is a documentation theme built with Hugo."
meta_og_title = "DocOps"
meta_og_type = "website"
meta_og_url = "https://docops.info/"
meta_og_image = "/images/meta_og_image_docsops.jpg"
meta_og_description = "DocOps transforms documents written for humans into executable actions."
meta_twitter_card = "summary"
meta_twitter_site = "@vad1mo"
meta_twitter_creator = "@vad1mo"
[author]
name = "DocOps Community"
homepage = "https://docops.info"