55 lines
1 KiB
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 generic computer programmer. I like C, Go and math."
|
|
|
|
[[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
|