1
0
Fork 0
ejv2.cc/hugo.toml

55 lines
1 KiB
TOML

baseURL = 'https://ejv2.cc/'
languageCode = 'en-gb'
title = "ejv2"
theme = 'risotto'
copyright = 'Copyright (C) 2024 - Ethan Marshall'
sectionPagesMenu = "main"
summaryLength = 10
[params]
noindex = false
[params.theme]
palette = "gruvbox-dark"
[params.about]
title = "Ethan Marshall"
description = "A programmer who, to preserve his sanity, took refuge in electrical engineering. What an idiot."
[[params.socialLinks]]
icon = "fa-brands fa-github"
title = "GitHub"
url = "https://github.com/ejv2"
[[params.socialLinks]]
icon = "fa-brands fa-steam"
title = "Steam"
url = "https://steamcommunity.com/id/ejmv2"
[[params.socialLinks]]
icon = "fa-solid fa-envelope"
title = "Email"
url = "/contact"
[[params.socialLinks]]
icon = "fa-solid fa-rss"
title = "RSS"
url = "/blog/index.xml"
[menu]
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact/"
weight = 10
[markup]
# Table of contents
# Add toc = true to content front matter to enable
[markup.tableOfContents]
startLevel = 2
endLevel = 3
ordered = true