You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
856 B
TOML

baseURL = "https://blog.ragecage64.com"
languageCode = "en-us"
title = "Braydon Tries to Code Good"
theme = "m10c"
paginate = 8
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
[[menu.main]]
identifier = "projects"
name = "Projects"
url = "/projects"
[params]
author = "Braydon Kains"
description = "Hi, I'm Braydon! I am a software developer from Canada. In this blog you will find my thoughts and ramblings about code quality, developer experience, and various technology adventures!"
menu_item_separator = " | "
avatar = "/avatar.jpg"
favicon = ""
[[params.social]]
icon = "github"
name = "BraydonKains on Gitea"
url = "https://git.ragecage64.com/BraydonKains"
[[params.social]]
icon = "twitter"
name = "@BKains on Twitter"
url = "https://twitter.com/RageCage64_"