-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
62 lines (53 loc) · 1.15 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
baseURL: https://kkvero.github.io/hugo-guide/
languageCode: en-us
title: HUGO GUIDE
module:
imports:
- path: github.com/imfing/hextra
defaultContentLanguage: en
markup:
goldmark:
renderer:
unsafe: true
highlight:
noClasses: false
enableInlineShortcodes: true
menu:
main:
- name: Knowledge Base
pageRef: /docs/kb
weight: 1
- name: Deploy
pageRef: /docs/deploy
weight: 2
- name: About
pageRef: /docs/about
weight: 3
- name: Search
weight: 4
params:
type: search
- name: GitHub
weight: 5
url: "https://github.com/kkvero"
params:
icon: github
sidebar:
- name: "| Go to Hugo Docs Website"
url: "https://gohugo.io/documentation/"
weight: 4
params:
description: Hugo guide is a detailed description of how to create modern, responsive beautiful static websites.
navbar:
displayTitle: true
displayLogo: true
logo:
path: images/logo.svg
dark: images/logo-dark.svg
link: /hugo-guide
width: 40
height: 20
footer:
displayCopyright: true
displayPoweredBy: true
width: normal