-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
88 lines (70 loc) · 1.49 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
theme: docura
enableGitInfo: false
markup:
highlight:
noClasses: false
goldmark:
renderer:
unsafe: true
services:
googleAnalytics:
ID: G-xxxxxxxxxx
defaultContentLanguage: en
languages:
en:
languageName: English
languageCode: en-US
contentDir: content/en
title: Server User Guide
description: Click "Get Started" Above!
weight: 1
params:
author:
name: farmhouseadmin
url: https://home.tyhurstfarmhouse.com
themeColors:
light: '#ffffff'
dark: '#121212'
years:
start: ''
present: 2023
social:
github: 'coreytyhurst/userguide'
youtube: ''
facebook: ''
x: ''
ads:
googleAdSense: ''
donate:
buyMeACoffee: 'farmhouseadmin'
githubSponsor: ''
algolia:
en:
container: '#site-header-search'
appId: ''
indexName: ''
apiKey: ''
home:
repository: 'coreytyhurst/userguide'
# repositories:
# - name: Website
# repo: org/site
# icon: "<i class='icon icon-book'></i>"
# description: The repository of the website
#
# - name: Code
# repo: org/project
# icon: "<i class='icon icon-book'></i>"
# description: The repository of the project
menu:
main:
- url: "https://home.tyhurstfarmhouse.com"
name: Home
identifier: home
pre: "<i class='icon icon-home'></i>"
weight: 1
- url: /docs
name: Get Started
identifier: docs
pre: "<i class='icon icon-book'></i>"
weight: 2