apach.dev/hugo.toml
2024-06-09 01:20:14 -05:00

22 lines
476 B
TOML

baseURL = 'https://apach.dev/'
languageCode = 'en-us'
title = 'Apache'
theme = 'm10c'
[params]
author = 'Apache'
description = "I'm a hobby developer who writes mediocre code."
avatar = '/logo.png'
favicon = '/rounded_logo.png'
[[params.social]]
icon = "github"
name = "My Github"
url = "https://github.com/Apachedrag427"
[params.style]
darkestColor = "#0d0b0e"
darkColor = "#16111a"
lightColor = "#e5aaff"
lightestColor = "#ffffff"
primaryColor = "#a581ff"