-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
36 lines (32 loc) · 1.28 KB
/
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
baseURL = "https://ceesbos.nl"
languageCode = "en-US"
title = "My gists about Observability"
theme = "gists"
pygmentsCodeFences = true
paginate = 10
enableRobotsTXT = true
enableEmoji = true
[sitemap]
changeFreq = ''
filename = 'sitemap.xml'
priority = -1
[params]
author = "Cees Bos"
resume = "My gists about Observability"
description = "Observability enthusiast and Grafana Champion, always looking for ways to improve software with better observability and what new insights can be gained. Delivering reliable software is always my priority. Combining existing tools often results in new ways to get an even better view. I work for OpenValue as a software & observability engineer and SRE."
github = "cbos"
linkedin = "https://www.linkedin.com/in/ceesbos/"
mastodon = "https://foojay.social/@cbos"
sessionize = "https://sessionize.com/cbos"
bluesky = "https://bsky.app/profile/ceesbos.nl"
keywords = "blog, technical"
rss = true
favicon = "/images/opentelemetry-icon-color.png"
avatar = "/images/profile.jpeg"
[params.faro_analytics]
endpoint = "https://faro-collector-prod-eu-west-2.grafana.net/collect/68128232fd9ac7f8c29037c86b50c1d7"
name = "ceesbos-blog"
version = "1.0.0"
[module]
[[module.imports]]
path = 'faro-analytics'