blog.shoebottom.ca/config.toml

23 lines
405 B
TOML
Raw Normal View History

2022-10-08 01:11:53 -03:00
baseURL = 'http://blog.shoebottom.ca/'
languageCode = 'en-us'
title = "Isaac's Blog"
theme = 'm10c'
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
2023-02-24 07:12:02 -04:00
[params]
description = "This is my blog 😁"
author = "Isaac Shoebottom"
avatar = "avatar.png"
2022-10-08 01:11:53 -03:00
[[params.social]]
icon = "github"
name = "My Github"
url = "https://github.com/IsaacShoebottom"
[taxonomies]
tag = "tags"