-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
96 lines (87 loc) · 2.42 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
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
91
92
93
94
95
96
baseURL: 'https://runbook.site/'
languageCode: en-us
title: Runbook.site
theme:
- PaperMod
params:
defaultTheme: auto
outputs:
home:
- HTML
- RSS
- JSON
languages:
en:
languageName: "English"
weight: 1
taxonomies:
category: categories
tag: tags
series: series
menu:
main:
# - name: Archive
# url: archives
# weight: 5
- name: Search
url: search/
weight: 10
- name: "Tags"
url: tags/
weight: 10
params:
env: production # to enable google analytics, opengraph, twitter-cards and schema.
# description: "Theme PaperMod - https://github.com/adityatelange/hugo-PaperMod"
author: Runbook.site
# author: ["Me", "You"] # multiple authors
defaultTheme: auto
# disableThemeToggle: true
ShowShareButtons: false
ShowReadingTime: false
# disableSpecial1stPost: true
displayFullLangName: true
ShowPostNavLinks: false
ShowBreadCrumbs: false
ShowCodeCopyButtons: true
ShowRssButtonInSectionTermList: false
ShowAllPagesInArchive: false
ShowPageNums: true
ShowToc: false
# comments: false
images: ["images/papermod-cover.png"]
profileMode:
enabled: false
title: PaperMod
imageUrl: "#"
imageTitle: my image
# imageWidth: 120
# imageHeight: 120
buttons:
- name: Archives
url: archives
- name: Tags
url: tags
homeInfoParams:
Title: "Collection of Opensource Runbooks"
Content: >
👋 Welcome to Runbook.Site - A collection of Opensource Runbooks!
- [Search Runbooks](/search)
- [Find Runbooks by tags](/tags)
- [Add or Improve runbooks](https://github.com/raghuchinnannan/Runbook.site)
socialIcons:
- name: github
title: View Source on Github
url: "https://github.com/raghuchinnannan/Runbook.site"
- name: X
title: Share Runbook.site on X/Twitter
url: "https://x.com/intent/tweet/?text=Checkout Runbook Site, a collection of Opensource Runbooks &url=https://runbook.site&hashtags=Runbooks,OpenSource"
- name: buymeacoffee
title: Buy me a Coffee :)
url: "https://buymeacoffee.com/raghuchinnannan"
- name: Website
title: Author :)
url: "https://raghu.ch"
editPost:
URL: "https://github.com/raghuchinnannan/Runbook.site/tree/main/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link