apach.dev/hugo.toml

23 lines
502 B
TOML
Raw Permalink Normal View History

2024-06-09 06:20:14 +00:00
baseURL = 'https://apach.dev/'
languageCode = 'en-us'
title = 'Apache'
2024-07-09 22:35:02 +00:00
theme = 'm10c-custom'
2024-06-09 06:20:14 +00:00
[params]
author = 'Apache'
2024-07-09 22:35:02 +00:00
twitter = 'Apache'
2024-06-09 06:20:14 +00:00
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"