-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.yaml
66 lines (59 loc) · 1.52 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
baseURL: https://jamesejr.com/
languageCode: en-us
title: James Espinosa
theme: ["PaperMod"]
pagination:
pagerSize: 5
params:
env: production
description: "Security engineer interested in technology, food, travel, and photography."
author: "James Espinosa"
defaultTheme: dark
ShowReadingTime: true
ShowShareButtons: false
ShowPostNaButtons: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
profileMode:
enabled: true
title: "James Espinosa"
subtitle: "Security Engineer @ Discord. Detection & Response Engineering.\n\nInterested in technology, food, travel, and photography."
keywords: [blog, security, technology, travel, photography]
imageUrl: "/images/avatar.png"
buttons:
- name: Posts
url: "/posts"
- name: Tags
url: "/tags"
- name: Archives
url: "/archives"
socialIcons:
- name: "Email"
url: "mailto:[email protected]"
- name: "GitHub"
url: "https://github.com/jamesejr"
- name: "LinkedIn"
url: "https://www.linkedin.com/in/jamesejr"
- name: "Bluesky"
url: "https://bsky.app/profile/jamesejr.com"
- name: "Discord"
url: "https://discordapp.com/users/462067475954139146"
- name: "Mastodon"
url: "https://infosec.exchange/@jamesejr"
- name: "CV"
url: "#"
menu:
main:
- name: About
url: "/about"
- name: Projects
url: "/projects"
- name: Contact
url: "/contact"
- name: Search
url: "/search"
outputs:
home:
- HTML
- RSS
- JSON