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.
43 lines
1.1 KiB
TOML
43 lines
1.1 KiB
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_"
|
|
|
|
[[params.social]]
|
|
icon = "twitch"
|
|
name = "My coding stream on twitch"
|
|
url = "https://twitch.tv/RageCageCodes"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|