Initial commit
This commit is contained in:
58
config.toml
Normal file
58
config.toml
Normal file
@@ -0,0 +1,58 @@
|
||||
baseURL = 'https://blog.kestrelsnest.social'
|
||||
languageCode = 'en-us'
|
||||
title = "Kestrel's Nest"
|
||||
theme = "m10c"
|
||||
[params]
|
||||
author = "Eric Wagoner"
|
||||
avatar = "face.jpg"
|
||||
description = "Links, thoughts, & what-not from Athens, GA."
|
||||
favicon = "favicon.ico"
|
||||
[[params.social]]
|
||||
icon = "home"
|
||||
name = "Home"
|
||||
url = "https://ericwagoner.com"
|
||||
[[params.social]]
|
||||
icon = "message-circle"
|
||||
name = "Mastodon"
|
||||
url = "https://toots.kestrelsnest.social/@eric"
|
||||
[[params.social]]
|
||||
icon = "camera"
|
||||
name = "Pixelfed"
|
||||
url = "https://pix.kestrelsnest.social/@eric"
|
||||
[[params.social]]
|
||||
icon = "facebook"
|
||||
name = "Facebook"
|
||||
url = "https://facebook.com/ewagoner"
|
||||
[[params.social]]
|
||||
icon = "youtube"
|
||||
name = "YouTube"
|
||||
url = "https://youtube.com/ewagoner"
|
||||
[[params.social]]
|
||||
icon = "linkedin"
|
||||
name = "LinkedIn"
|
||||
url = "https://www.linkedin.com/in/wagonereric/"
|
||||
[[params.social]]
|
||||
icon = "github"
|
||||
name = "Github"
|
||||
url = "https://github.com/ewagoner"
|
||||
[[params.social]]
|
||||
icon = "mail"
|
||||
name = "Email"
|
||||
url = "mailto://eric@ericwagoner.com?subject=Blog"
|
||||
|
||||
[menu]
|
||||
[[menu.main]]
|
||||
identifier = "home"
|
||||
name = "Home"
|
||||
url = "/"
|
||||
weight = 1
|
||||
[[menu.main]]
|
||||
identifier = "tags"
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 2
|
||||
[[menu.main]]
|
||||
identifier = "now"
|
||||
name = "Now"
|
||||
url = "/now/"
|
||||
weight = 3
|
Reference in New Issue
Block a user