-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
94 lines (89 loc) · 2.03 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
baseURL: https://bytemycache.com
languageCode: en-us
title: byteMyCache
theme: ["PaperMod"]
params:
author: "Seth Brasile"
comments: true
# WEB3_KEY: # ecec0039-7034-4715-9eea-b0fe2a3adf7c
profileMode:
enabled: true
title: byteMyCache
subtitle: Web, Infrastructure, Devops, Automation, Homelab
keywords: Web, Infrastructure, Devops, Automation, Homelab
imageUrl: "bytemycachelogo.svg"
imageTitle: "Byte My Cache Logo"
imageWidth: 512
imageHeight: 512
defaultTheme: dark
showShareButtons: true
buttons:
- name: Posts
url: "/posts"
- name: Store
url: https://store.bytemycache.com
- name: Hire Me
url: "/hire"
socialIcons:
- name: "Github"
url: "https://github.com/sethbrasile"
- name: "Youtube"
url: "https://youtube.com/@byteMyCache"
- name: "Phone"
url: "/contact"
- name: "123rf"
url: "/authors/seth-brasile"
- name: "rss"
url: "/index.xml"
- name: "buymeacoffee"
url: "https://www.buymeacoffee.com/sethbrasile"
assets:
theme_color: #172F3E
msapplication_TileColor: #172F3E
menu:
main:
- identifier: posts
name: posts
url: /posts/
weight: 1
- identifier: videos
name: videos
url: /videos/
weight: 10
# - identifier: categories
# name: categories
# url: /categories/
# weight: 20
- identifier: about
name: about
url: /about/
weight: 20
- identifier: hire
name: hire me
url: /hire/
weight: 30
- identifier: contact
name: contact
url: /contact/
weight: 40
# - identifier: authors
# name: authors
# url: /authors/
# weight: 40
- identifier: search
name: search
url: /search/
weight: 40
- identifier: store
name: store
url: https://store.bytemycache.com
weight: 50
# - identifier: example
# name: example.org
# url: https://example.org
# weight: 30
outputs:
home:
- HTML
- RSS
- JSON