54 lines
1,011 B
TOML
54 lines
1,011 B
TOML
|
baseURL = 'https://ejv2.cc/'
|
||
|
languageCode = 'en-gb'
|
||
|
title = "ejv2"
|
||
|
theme = 'risotto'
|
||
|
copyright = 'Copyright (C) 2024 - Ethan Marshall'
|
||
|
|
||
|
sectionPagesMenu = "main"
|
||
|
|
||
|
[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
|