-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
27 lines (22 loc) · 934 Bytes
/
config.toml
File metadata and controls
27 lines (22 loc) · 934 Bytes
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
baseURL = "https://txn2.com/"
languageCode = "en-us"
title = "txn2"
publishDir = "docs"
enableRobotsTXT = true
enableGitInfo = true
# No taxonomies. Disable category/tag listings.
disableKinds = ["taxonomy", "term"]
[sitemap]
changefreq = "weekly"
priority = 0.5
filename = "sitemap.xml"
[params]
description = "Open source components developed by Craig Johnston, sponsored by Deasil Works, Inc. and Plexara. Command-line tools, Go libraries, and Model Context Protocol servers."
tagline = "open source components"
author = "Craig Johnston"
keywords = "kubernetes, kubefwd, txeh, mcp, model context protocol, trino, datahub, s3, devops, open source, golang, craig johnston, txn2, deasil works, plexara"
ogImage = "images/og.png"
# Google Analytics 4 (GA4). Set the G-XXXXXXXXXX measurement ID below.
# Leave empty or comment out to disable analytics entirely.
[params.googleAnalytics]
id = ""