-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
44 lines (41 loc) · 1 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
baseURL: "https://example.org/"
languageCode: "en-us"
title: "Ryan Randall"
description: "My description"
theme: "PaperMod"
menu:
main:
- name: "Home"
url: "/"
weight: 1
- name: "About"
url: "/about/"
weight: 2
- name: "Blog"
url: "/posts/"
weight: 3
- name: "Projects"
url: "/projects/"
weight: 4
- name: "Talks"
url: "/talks/"
weight: 5
params:
env: production
profileMode:
enabled: true
title: "Hey, I'm Ryan 👋" # optional default will be site title
subtitle: "Welcome to my professional site"
imageUrl: "/profile.jpg" # optional
imageTitle: "Ryan Randall headshot" # optional
imageWidth: 200
imageHeight: 200
socialIcons: # optional
- name: "github"
url: "https://github.com/kocobee"
- name: "twitter"
url: "https://x.com/kocobee_"
- name: "linkedin"
url: "https://www.linkedin.com/in/ryan-r-458363248/"
- name: "email"
url: "mailto:ryan.randall.b@gmail.com"