1
0
Fork 0
ejv2.cc/hugo.toml
Ethan Marshall 1e9aced66d
Clean up and make more minimal
Removed dependence on fontawesome for three icons
2024-08-12 17:39:05 +01:00

41 lines
832 B
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]
github = "https://github.com/ejv2"
steam = "https://steamcommunity.com/id/ejmv2"
email = "/contact/"
rss = "/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