docs: pixel lobster terminal theme

This commit is contained in:
Peter Steinberger
2025-12-13 16:23:15 +00:00
parent 5d6cc8125b
commit 4cdb21c5cd
6 changed files with 845 additions and 0 deletions

39
docs/_config.yml Normal file
View File

@@ -0,0 +1,39 @@
title: "CLAWDIS Docs"
description: "A WhatsApp + Telegram gateway for AI agents (Pi)."
markdown: kramdown
highlighter: rouge
# Keep GitHub Pages' default page URLs (e.g. /gateway.html). Many docs links
# are written as relative *.md links and are rewritten during the build.
plugins:
- jekyll-relative-links
relative_links:
enabled: true
collections: true
defaults:
- scope:
path: ""
values:
layout: default
nav:
- title: "Home"
url: "/"
- title: "Gateway"
url: "/gateway.html"
- title: "Configuration"
url: "/configuration.html"
- title: "WebChat"
url: "/webchat.html"
- title: "Telegram"
url: "/telegram.html"
- title: "Troubleshooting"
url: "/troubleshooting.html"
kramdown:
input: GFM
hard_wrap: false
syntax_highlighter: rouge