-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
113 lines (93 loc) · 3.41 KB
/
config.toml
File metadata and controls
113 lines (93 loc) · 3.41 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
baseurl = "/"
languageCode = "en-us"
theme = "matthewgall"
# RSS Feed Configuration
[params.rss]
limit = 20
fulltext = false
[pagination]
pagerSize = 5
[params]
# Site Description
description = "Thoughts, ideas and dreams of Matthew - personal blog covering technology, development, and life insights."
keywords = "matthew,gall,matthewgall,family,personal,blog,developer,development,technology"
author = "Matthew Gall"
# Theme Settings
brand_name = "Matthew Gall"
subtitle = "Thoughts, ideas and dreams of Matthew"
# Social Media Links
social_sharing = true
# SEO and Social Media
og_image = "/images/og-image.png"
# Analytics Configuration
[params.analytics]
# Google Analytics 4 - add your GA4 measurement ID
# googleAnalytics = "G-XXXXXXXXXX"
# Plausible Analytics - uncomment and configure
# [params.analytics.plausible]
# domain = "your-domain.com" # defaults to baseURL
# src = "https://plausible.io/js/script.js" # optional, defaults to plausible.io
# Fathom Analytics - add your site ID
# fathom = "ABCDEFGH"
# Cloudflare Web Analytics - add your beacon token
# cloudflare = "your-beacon-token"
# Clicky Web Analytics - add your site ID (numeric)
# clicky = 123456789
# Matomo Analytics - self-hosted analytics
# [params.analytics.matomo]
# url = "https://your-matomo-domain.com/" # your Matomo instance URL
# siteId = "1" # your site ID in Matomo
# Simple Analytics - privacy-first, GDPR compliant
# simpleAnalytics = true # just enable, no config needed
# Umami Analytics - privacy-focused, self-hosted
# [params.analytics.umami]
# src = "https://analytics.umami.is/script.js" # your Umami instance
# websiteId = "your-website-id"
[params.social]
bluesky = "https://bsky.app/profile/matthewgall.com"
github = "https://github.com/matthewgall"
linkedin = "https://linkedin.com/in/matthewgall"
mastodon = "https://toot.wales/@matthewgall"
twitter = "https://twitter.com/matthewgall"
[params.twitter]
# set Twitter handles for Twitter cards
# see https://developer.twitter.com/en/docs/tweets/optimize-with-cards/guides/getting-started#card-and-content-attribution
# do not include @
creator = "matthewgall"
site = "matthewgall"
[languages]
[languages.en]
languageName = "English"
title = "Matthew Gall"
subtitle = "Thoughts, ideas and dreams of Matthew"
owner = "Matthew Gall"
keywords = "matthew,gall,matthewgall,family,personal,blog,developer,development"
copyright = "© Matthew Gall"
menuMore = "Show more"
readMore = "Read more"
readOtherPosts = "Read other posts"
newerPosts = "Newer posts"
olderPosts = "Older posts"
missingContentMessage = "Page not found..."
missingBackButtonLabel = "Back to home page"
[languages.en.menu]
[[languages.en.menu.main]]
identifier = "about"
name = "About"
url = "/about"
[[languages.en.menu.main]]
identifier = "consulting"
name = "Consulting"
url = "/consulting"
[[languages.en.menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts"
[[languages.en.menu.main]]
identifier = "tools"
name = "Tools"
url = "/tools"
[[languages.en.menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact"