title: "LazyLlama - Lightweight TUI Client for Ollama"
description: "A fast, lightweight Terminal User Interface (TUI) client for Ollama with real-time streaming, markdown support, and smart scrolling."
url: "https://pommersche92.github.io"
baseurl: "/lazyllama"
author:
name: "Raimo Geisel"
email: "raimo@geisel-web.de"
url: "https://geisel-web.de"
repository: "Pommersche92/lazyllama"
github_username: "Pommersche92"
markdown: kramdown
highlighter: rouge
permalink: /:categories/:title/
domain: pommersche92.github.io
source: docs
exclude:
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .sass-cache
- .jekyll-cache
- .jekyll-metadata
include:
- _pages
plugins:
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
lang: en_US
logo: /assets/images/logo.png
social:
type: Person
links:
- "https://github.com/Pommersche92"
- "https://geisel-web.de"
collections:
docs:
output: true
permalink: /:collection/:name/
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
- scope:
path: ""
type: "docs"
values:
layout: "doc"