-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
56 lines (43 loc) · 1.26 KB
/
hugo.toml
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
baseURL = 'https://www.shorette.dev/'
languageCode = 'en-us'
title = 'Carmine Shorette'
theme = 'typo'
[params]
# Appearance
theme = 'dark'
# Intro on main page, content in markdown, if you omit title or content the other can be displayed
homeIntroTitle = 'Hello! 👋'
homeIntroContent = """
Currently studying Applied Math and CS at [UW–Madison](https://www.wisc.edu).
I'm currently working part time as a Middleware Development Intern at the [Department of Employee Trust Funds](https://etf.wi.gov/).\nIn my free time, I enjoy tinkering with Linux systems (I use Arch BTW) and playing chess.
"""
# Collection to display on home page:
homeCollectionTitle = 'Posts'
homeCollection = 'posts'
breadcrumbs = true
# Social icons
[[params.social]]
name = "email"
url = "mailto:[email protected]"
[[params.social]]
name = "github"
url = "https://github.com/ItsCarmine"
[[params.social]]
name = "leetcode"
url = "https://leetcode.com/u/JavaBrewed/"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/carmine-shorette/"
[[params.social]]
name = "x"
url = "https://twitter.com/0xTaka_"
# Main menu pages
[[params.menu]]
name = "home"
url = "/"
[[params.menu]]
name = "posts"
url = "/posts"
[[params.menu]]
name = "resume"
url = "/pdf/Carmine_Shorette_Resume.pdf"