-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhugo.toml
More file actions
120 lines (105 loc) · 6.12 KB
/
hugo.toml
File metadata and controls
120 lines (105 loc) · 6.12 KB
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
baseURL = 'https://seansev.com/'
languageCode = 'en-us'
title = "Sean S. Williams - Computer Engineer"
theme = 'poison'
pluralizelisttitles = false # removes the automatically appended "s" on sidebar entries
[pagination]
pagerSize = 10
# NOTE: If using Disqus as commenting engine, uncomment and configure this line
# disqusShortname = "yourDisqusShortname"
[params.author]
name = "Sean S. Williams"
[params]
brand = "Sean S. Williams" # name of your site - appears in the sidebar
# remote_brand_image = 'https://github.com/USERNAME.png' # path to a remote file
brand_image = "/images/headshot_cropped_more.webp" # path to the image shown in the sidebar
description = "Computer Engineering @ Columbia University ♔ Class of '27" # Used as default meta description if not specified in front matter
dark_mode = true # optional - defaults to false
# favicon = "favicon.png" # path to favicon (defaults to favicon.png)
front_page_content = ["about"] # Equivalent to the default value, add page bundle names to include them on the front page.
# MENU PLACEHOLDER
# Menu dict keys:
# Name: The name to display on the menu.
# URL: The directory relative to the content directory.
# HasChildren: If the directory's files should be listed. Default is true.
# Limit: If the files should be listed, how many should be shown.
menu = [
{Name = "About", URL = "/about/", HasChildren = false},
{Name = "Posts", URL = "/posts/", Pre = "Recent", HasChildren = true, Limit = 5},
{Name = "Resume", URL = "/resume/", HasChildren = false},
{Name = "Credits", URL = "/credits/", HasChildren = false},
]
# Links to your socials. Comment or delete any you don't need/use.
discord_url = "https://discord.com/users/316314134990028810"
email_url = "mailto:mail@seansev.com"
#facebook_url = "https://facebook.com"
#flickr_url = "https://flickr.com"
github_url = "https://github.com/seansev"
#gitlab_url = "https://gitlab.com"
#instagram_url = "https://instagram.com"
linkedin_url = "https://www.linkedin.com/in/sean-s-williams/"
#mastodon_url = "https://mastodon.social"
#matrix_url = "https://matrix.org"
#telegram_url = "https://telegram.org"
#tryhackme_url = "https://tryhackme.com"
#twitter_url = "https://twitter.com"
#x_url = "https://x.com"
#xmpp_url = "https://xmpp.org"
#youtube_url = "https://youtube.com"
#signal_url = "https://signal.org"
#bluesky_url = "https://bsky.app"
# NOTE: If you don't want to use RSS, comment or delete the following lines
# Adds an RSS icon to the end of the socials which links to {{ .Site.BaseURL }}/index.xml
#rss_icon = true
# Which section the RSS icon links to, defaults to all content. See https://gohugo.io/templates/rss/#section-rss
#rss_section = "posts"
# Hex colors for your sidebar.
moon_sun_background_color = "#515151" # default is #515151
moon_sun_color = "#FFF" # default is #FFF
sidebar_a_color = "#FFF" # default is #FFF
sidebar_bg_color = "#202020" # default is #202020
sidebar_h1_color = "#FFF" # default is #FFF
sidebar_img_border_color = "#515151" # default is #515151
sidebar_p_color = "#909090" # default is #909090
sidebar_socials_color = "#FFF" # default is #FFF
# Hex colors for your content in light mode.
code_color = "#000" # default is #000
code_background_color = "#E5E5E5" # default is #E5E5E5
code_block_color = "#FFF" # default is #FFF
code_block_background_color = "#272822" # default is #272822
content_bg_color = "#FAF9F6" # default is #FAF9F6
date_color = "#515151" # default is #515151
link_color = "#268BD2" # default is #268BD2
list_color = "#5A5A5A" # default is #5A5A5A
post_title_color = "#303030" # default is #303030
table_border_color = "#E5E5E5" # default is #E5E5E5
table_stripe_color = "#F9F9F9" # default is #F9F9F9
text_color = "#222" # default is #222
# Hex colors for your content in dark mode
code_color_dark = "#FFF" # default is #FFF
code_background_color_dark = "#515151" # default is #515151
code_block_color_dark = "#FFF" # default is #FFF
code_block_background_color_dark = "#272822" # default is #272822
content_bg_color_dark = "#121212" # default is #121212
date_color_dark = "#9A9A9A" # default is #9A9A9A
link_color_dark = "#268BD2" # default is #268BD2
list_color_dark = "#9D9D9D" # default is #9D9D9D
post_title_color_dark = "#DBE2E9" # default is #DBE2E9
table_border_color_dark = "#515151" # default is #515151
table_stripe_color_dark = "#202020" # default is #202020
text_color_dark = "#EEE" # default is #EEE
# NOTE: If using Remark42 as commenting engine, uncomment and configure these lines
# remark42 = true
# remark42_host = "https://yourhost.com"
# remark42_site_id = "your_site_id"
# NOTE: The following three params are optional and are used to create meta tags + enhance SEO.
# og_image = "" # path to social icon - front matter: image takes precedent, then og_image, then brand_url
# this is also used in the schema output as well. Image is resized to max 1200x630
# For this to work though og_image and brand_url must be a path inside the assets directory
# e.g. /assets/images/site/og-image.png becomes images/site/og-image.png
# publisher_icon = "" # path to publisher icon - defaults to favicon, used in schema
[taxonomies]
series = 'series'
tags = 'tags'
[caches.images]
dir = ':cacheDir/images'