-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
97 lines (86 loc) · 1.99 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
97
#baseURL: http://localhost/ #specified in pages.yml
languageCode: en-us
title: Linux Made Easy
theme: hextra
# import hextra as module / specified in theme (above)
# module:
# imports:
# - path: github.com/imfing/hextra
# services:
# googleAnalytics:
# ID: G-MEASUREMENT_ID
params:
description: Linux Guides to make the learning journey easier for everyone.
markup:
# allow raw html
goldmark:
renderer:
unsafe: true
# enable hextra syntax highlight
highlight:
noClasses: false
menu:
main:
- name: Docs
pageRef: /docs
weight: 1
- name: About
pageRef: /about
weight: 2
- name: Contact ↗
url: "https://www.linkedin.com/in/jalcocert/"
weight: 3
- name: Search
weight: 4
params:
type: search
# - name: Collaborations ↗
# weight: 5
# url: "https://jalcocertech.xyz"
# params:
# icon: github
# - name: Docker
# weight: 6
# url: "https://github.com/JAlcocerT/Docker/"
# params:
# icon: github
# - name: RPi
# weight: 6
# url: "https://jalcocert.github.io/RPi/"
# params:
# icon: github
sidebar:
- identifier: more
name: More
params:
type: separator
weight: 1
- identifier: about
name: "About"
pageRef: "/about"
weight: 2
- identifier: Docker
name: "Collaborations ↗"
url: "https://jalcocertech.xyz"
weight: 3
- identifier: RPi
name: "Raspberry Pi Guide ↗"
url: "https://jalcocert.github.io/RPi/"
weight: 4
params:
navbar:
displayTitle: true
displayLogo: false
logo:
path: images/logo.svg
dark: images/logo.svg
width: 40
height: 20
link: /Linux #base for github pages
width: wide
footer:
displayCopyright: false
displayPoweredBy: false
editURL:
enable: true
base: "https://github.com/JAlcocerT/Linux/edit/main/content"