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/ejv2"
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