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
927 B
TOML
36 lines
927 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! My opinions are my own, and not necessarily that of my employer."
|
|
menu_item_separator = " | "
|
|
avatar = "/avatar.jpg"
|
|
favicon = ""
|
|
|
|
[[params.social]]
|
|
icon = "github"
|
|
name = "My personal Git server"
|
|
url = "https://git.ragecage64.com/BraydonKains"
|
|
|
|
[[params.social]]
|
|
icon = "twitter"
|
|
name = "@RageCage64_ on Twitter"
|
|
url = "https://twitter.com/RageCage64_"
|