-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
39 lines (31 loc) · 913 Bytes
/
config.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
baseURL = 'https://wizardfrag.co.uk/'
languageCode = 'en-gb'
title = "David White"
# theme = ["github.com/theNewDynamic/gohugo-theme-ananke"]
theme = ["PaperMod"]
rsslimit = 20
pagination.pagerSize = 5
enableRobotsTXT = true
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[params]
author = "David White"
description = "Software developer and hobbyist game developer"
keywords = ["Blog", "Portfolio", "Gamedev"]
[params.homeInfoParams]
Title = "Hi there! 👋🏻"
Content = """
I'm David, a full time software developer and hobbyist game developer.
I'm currently working as a software engineer at [Prima](https://helloprima.com)!
"""
[[params.socialIcons]]
name = "Bluesky"
url = "https://bsky.app/profile/wizardfrag.uk"
[[params.socialIcons]]
name = "Mastodon"
url = "https://mstdn.social/@wizardfrag"
[[params.socialIcons]]
name = "GitHub"
url = "https://github.com/wizardfrag"