baseurl = "/"
languageCode = "en-gb"
title = "Alan Pearce"
theme = "hyde"
pygmentsUseClasses = true
pygmentsCodeFences = true

[Params]
Description = "Developer, Emacser"
themeColor = "theme-base-0b"
layoutReverse = true
copyright = "Licensed under a Creative Commons Attribution 4.0 International License."

[Params.GPG]
fingerprint = "48E6 576C 0707 388C B8BE FD0C CD4B EB92 A8D4 6583"
url = "/public_key.asc"

[author]
    name = "Alan Pearce"

[[menu.main]]
    name = "Posts"
    URL = "/post/"
[[menu.main]]
    name = "Repositories"
    URL = "https://git.alanpearce.eu"

[[menu.contact]]
    name = "alan@alanpearce.eu"
    URL = "mailto:alan@alanpearce.eu"
    weight = 1
[[menu.contact]]
    name = "GitHub"
    URL = "https://github.com/alanpearce"