20 lines
488 B
TOML
20 lines
488 B
TOML
baseURL = "https://jamesmcdonald.com/"
|
|
title = "James McDonald"
|
|
theme = "hugo-theme-bootstrap4-blog"
|
|
disqusShortname = "jamesmcdonald"
|
|
|
|
[[menu.sidebar]]
|
|
name = "Github"
|
|
url = "https://github.com/jamesmcdonald/"
|
|
|
|
[params]
|
|
author = "James McDonald"
|
|
description = "Stuff I wrote about things"
|
|
sharingicons = false
|
|
|
|
[params.sidebar]
|
|
about = "A place where James very occasionally writes about things<br><br>[Read more →](/about)"
|
|
|
|
# [params.social]
|
|
# twitter = "0xfce2"
|