-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.yaml
44 lines (43 loc) · 1.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
---
baseurl: "https://clemak27.github.io"
languageCode: "en-us"
params:
fullWidthTheme: false
centerTheme: true
showMenuItems: 9
module:
imports:
- path: github.com/panr/hugo-theme-terminal/v4
languages:
en:
languageName: "English"
title: "main"
subtitle: "my personal website"
owner: "clemak27"
keywords: ""
copyright: ""
menuMore: "Show more"
readMore: "Read more"
readOtherPosts: "Read other posts"
newerPosts: "Newer posts"
olderPosts: "Older posts"
missingContentMessage: "Page not found..."
missingBackButtonLabel: "Back to home page"
params:
logo:
logoText: "/home/clemak27"
logoHomeLink: "/"
menu:
main:
- identifier: "about"
name: "/about"
url: "/about"
- identifier: "homelab"
name: "/homelab"
url: "/homelab"
- identifier: "linux_setup"
name: "/linux_setup"
url: "/linux_setup"
- identifier: "cv"
name: "/about_me"
url: "/cv"